summaryrefslogtreecommitdiff
path: root/Zend/micro_bench.php
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-10-13 14:17:28 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-10-13 14:17:28 +0200
commit37c329d7153b65fd2430fa42e8af8e8a0cbc0a41 (patch)
tree7041c722228f74286b96c50fc834652f0c29156f /Zend/micro_bench.php
parent6c2c7dabee006fa735307d92bb223a1fa3d47414 (diff)
downloadphp-git-37c329d7153b65fd2430fa42e8af8e8a0cbc0a41.tar.gz
Trim trailing whitespace in source code files
Diffstat (limited to 'Zend/micro_bench.php')
-rw-r--r--Zend/micro_bench.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/micro_bench.php b/Zend/micro_bench.php
index c9ea19e263..42f1110c88 100644
--- a/Zend/micro_bench.php
+++ b/Zend/micro_bench.php
@@ -4,12 +4,12 @@ function hallo() {
}
function simpleucall($n) {
- for ($i = 0; $i < $n; $i++)
+ for ($i = 0; $i < $n; $i++)
hallo();
}
function simpleudcall($n) {
- for ($i = 0; $i < $n; $i++)
+ for ($i = 0; $i < $n; $i++)
hallo2();
}
@@ -17,7 +17,7 @@ function hallo2() {
}
function simpleicall($n) {
- for ($i = 0; $i < $n; $i++)
+ for ($i = 0; $i < $n; $i++)
func_num_args();
}