diff options
| author | Jani Taskinen <jani@php.net> | 2009-07-25 21:07:02 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2009-07-25 21:07:02 +0000 |
| commit | e30acaa428fafb3ae3924528dd4816e884d3ac95 (patch) | |
| tree | 5ccfc277a2b0e8e83bffadc626091d5b15cdf155 /sapi/cgi | |
| parent | ee9e684705e728d04840402bfe380c5f0ba265eb (diff) | |
| download | php-git-e30acaa428fafb3ae3924528dd4816e884d3ac95.tar.gz | |
- Fix this again :)
Diffstat (limited to 'sapi/cgi')
| -rw-r--r-- | sapi/cgi/tests/006.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sapi/cgi/tests/006.phpt b/sapi/cgi/tests/006.phpt index 50bdd2a458..a2b2b2903a 100644 --- a/sapi/cgi/tests/006.phpt +++ b/sapi/cgi/tests/006.phpt @@ -2,6 +2,8 @@ syntax check --SKIPIF-- <?php include "skipif.inc"; ?> +--INI-- +display_errors=stdout --FILE-- <?php include "include.inc"; @@ -42,7 +44,7 @@ class test file_put_contents($filename, $code); -var_dump(`"$php" -n -l "$filename"`); +var_dump(`"$php" -n -l "$filename" 2>/dev/null`); @unlink($filename); |
