diff options
Diffstat (limited to 'sapi/cli/tests/003-2.phpt')
-rw-r--r-- | sapi/cli/tests/003-2.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sapi/cli/tests/003-2.phpt b/sapi/cli/tests/003-2.phpt index 24c3b591cc..6b8957e644 100644 --- a/sapi/cli/tests/003-2.phpt +++ b/sapi/cli/tests/003-2.phpt @@ -1,8 +1,8 @@ --TEST-- defining INI options with -d (as 2nd arg) --SKIPIF-- -<?php -include "skipif.inc"; +<?php +include "skipif.inc"; if (substr(PHP_OS, 0, 3) == 'WIN') { die ("skip not for Windows"); } @@ -17,7 +17,7 @@ var_dump(`"$php" -nd max_execution_time=500 -r 'var_dump(ini_get("max_execution_ ?> ===DONE=== ---EXPECT-- +--EXPECT-- string(16) "string(3) "111" " string(16) "string(3) "500" |