From 4feb04bb006fc396dfef571e7f12233b68df758e Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 7 May 2012 13:45:57 +0100 Subject: [PATCH] Fixed bug #827: Enabling Xdebug causes phpt tests to fail because of var_dump() formatting issues. --- tests/bug00280.phpt | 1 + tests/bug00298.phpt | 2 ++ tests/bug00328.phpt | 1 + tests/bug00684.phpt | 1 + tests/bug00744.phpt | 1 + tests/vardump-overload-cli.phpt | 1 + tests/xdebug_var_dump_limitations.phpt | 1 + tests/xdebug_var_dump_limitations_cli.phpt | 1 + xdebug.c | 5 ++++- 9 files changed, 13 insertions(+), 1 deletion(-) diff --git a/tests/bug00280.phpt b/tests/bug00280.phpt index bedb1dd31..d742e6874 100644 --- a/tests/bug00280.phpt +++ b/tests/bug00280.phpt @@ -2,6 +2,7 @@ Test for bug #280: var_dump don't display key of array as expected --INI-- xdebug.overload_var_dump=1 +xdebug.default_enable=1 --FILE--