diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-04-17 20:17:20 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-04-17 20:17:20 +0000 |
| commit | 83b3d8545e8f37c7115bc36ebd8db8b15c86708c (patch) | |
| tree | 368f1e3921cccc8ca0029a2c98256eb1e03d98c5 | |
| parent | c19178d9666df888df3e2bc4d25bd6d364672cff (diff) | |
| download | php-git-83b3d8545e8f37c7115bc36ebd8db8b15c86708c.tar.gz | |
fix test
| -rw-r--r-- | sapi/cgi/tests/006.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cgi/tests/006.phpt b/sapi/cgi/tests/006.phpt index f0a6ee9c13..107ddc7747 100644 --- a/sapi/cgi/tests/006.phpt +++ b/sapi/cgi/tests/006.phpt @@ -54,7 +54,7 @@ string(%d) "No syntax errors detected in %s006.test.php string(%d) "No input file specified. " string(%d) "<br /> -<b>Parse error</b>: syntax error, unexpected T_PRIVATE, expecting '{' in <b>%s006.test.php</b> on line <b>5</b><br /> +<b>Parse error</b>: %s expecting %s{%s in <b>%s006.test.php</b> on line <b>5</b><br /> Errors parsing %s006.test.php " Done |
