diff options
| author | Antony Dovgal <tony2001@php.net> | 2006-12-04 17:48:52 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2006-12-04 17:48:52 +0000 |
| commit | 459564e2d248307c0eb53b88f182aff18a274e9b (patch) | |
| tree | 4812aa3ad8e25898e12baefa244ee16cb16fd4f2 /sapi/cli/tests/004.phpt | |
| parent | f7bc5165025959d91cd1dd686c8190464c61169d (diff) | |
| download | php-git-459564e2d248307c0eb53b88f182aff18a274e9b.tar.gz | |
fix tests
Diffstat (limited to 'sapi/cli/tests/004.phpt')
| -rw-r--r-- | sapi/cli/tests/004.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sapi/cli/tests/004.phpt b/sapi/cli/tests/004.phpt index 1a40e2cb1c..69eacc6a43 100644 --- a/sapi/cli/tests/004.phpt +++ b/sapi/cli/tests/004.phpt @@ -7,9 +7,9 @@ show information about function $php = $_ENV['TEST_PHP_EXECUTABLE']; -var_dump(`$php --rf unknown`); -var_dump(`$php --rf echo`); -var_dump(`$php --rf phpinfo`); +var_dump(`$php -n --rf unknown`); +var_dump(`$php -n --rf echo`); +var_dump(`$php -n --rf phpinfo`); echo "Done\n"; ?> |
