diff options
author | Antony Dovgal <tony2001@php.net> | 2007-04-18 08:09:02 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-04-18 08:09:02 +0000 |
commit | 52e4f43e4261867f632eeb0e362270b24e86ea86 (patch) | |
tree | 1381238aa4b33843eca3145590a76617b715ff15 /tests | |
parent | bdb62886ddccfb19d38286945b7548ff96c91161 (diff) | |
download | php-git-52e4f43e4261867f632eeb0e362270b24e86ea86.tar.gz |
more test fixes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/output/ob_010.phpt | 2 | ||||
-rw-r--r-- | tests/output/ob_011.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/output/ob_010.phpt b/tests/output/ob_010.phpt index f83af73e6d..24d650c50d 100644 --- a/tests/output/ob_010.phpt +++ b/tests/output/ob_010.phpt @@ -10,4 +10,4 @@ ob_start("obh"); echo "foo\n"; ?> --EXPECTF-- -Fatal error: print_r(): Cannot use output buffering in output buffering display handlers in %s/ob_010.php on line %d +Fatal error: print_r(): Cannot use output buffering in output buffering display handlers in %sob_010.php on line %d diff --git a/tests/output/ob_011.phpt b/tests/output/ob_011.phpt index 87e7be1a42..35b0388339 100644 --- a/tests/output/ob_011.phpt +++ b/tests/output/ob_011.phpt @@ -10,4 +10,4 @@ ob_start("obh"); echo "foo\n"; ?> --EXPECTF-- -Fatal error: ob_get_flush(): Cannot use output buffering in output buffering display handlers in %s/ob_011.php on line %d +Fatal error: ob_get_flush(): Cannot use output buffering in output buffering display handlers in %sob_011.php on line %d |