summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions/var_export_error3.phpt
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2010-07-09 21:11:37 +0000
committerScott MacVicar <scottmac@php.net>2010-07-09 21:11:37 +0000
commitc7b0abe6aa22ccda4296ffbe7a1defdf99e3e5dc (patch)
tree2c3739bbd2edfbd5fe414238c15c0212a46e8057 /ext/standard/tests/general_functions/var_export_error3.phpt
parent5438a9d23c4bae10a1f38967f84f0f0420971676 (diff)
downloadphp-git-c7b0abe6aa22ccda4296ffbe7a1defdf99e3e5dc.tar.gz
Fix a bug when var_export() causes a fatal error that could inadvertently display data due to flushing of the output buffer.
Examples include, memory limit, execution time and recursion.
Diffstat (limited to 'ext/standard/tests/general_functions/var_export_error3.phpt')
-rw-r--r--ext/standard/tests/general_functions/var_export_error3.phpt9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/standard/tests/general_functions/var_export_error3.phpt b/ext/standard/tests/general_functions/var_export_error3.phpt
index 4ad5121682..03ed496aca 100644
--- a/ext/standard/tests/general_functions/var_export_error3.phpt
+++ b/ext/standard/tests/general_functions/var_export_error3.phpt
@@ -14,14 +14,5 @@ var_export($a, true);
?>
===DONE===
--EXPECTF--
-array (
- 0 =>
- array (
- 0 =>
- array (
- 0 =>
- array (
- 0 =>
- array (
Fatal error: Nesting level too deep - recursive dependency? in %s on line 9 \ No newline at end of file