diff options
author | Zoe Slattery <zoe@php.net> | 2009-03-04 10:23:01 +0000 |
---|---|---|
committer | Zoe Slattery <zoe@php.net> | 2009-03-04 10:23:01 +0000 |
commit | 456d5e93813fc050e542f0df9af2873e28f89e56 (patch) | |
tree | d48798f8aa5a30a94051995cd0cac8e1f09e2ee4 | |
parent | 0f1d4eb3761fea6f8ef4dca9ee6658a5c2b05087 (diff) | |
download | php-git-456d5e93813fc050e542f0df9af2873e28f89e56.tar.gz |
fixed test
-rw-r--r-- | ext/standard/tests/general_functions/phpinfo.phpt | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/ext/standard/tests/general_functions/phpinfo.phpt b/ext/standard/tests/general_functions/phpinfo.phpt index 81e3cadc93..7da94c3596 100644 --- a/ext/standard/tests/general_functions/phpinfo.phpt +++ b/ext/standard/tests/general_functions/phpinfo.phpt @@ -46,27 +46,17 @@ Registered Stream Filters => %s Configuration - -%a - +%A Core - -%a - +%A Additional Modules - -%a - +%A Environment - -%a - +%A PHP Variables - -%a - +%A PHP License -%a +%A bool(true) -- |