From 5840963846d6f48ad70e9905589f1a01a006485c Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Mon, 19 May 2008 16:19:33 +0000 Subject: [PATCH] - Fixed test --- ext/simplexml/tests/bug36611.phpt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/simplexml/tests/bug36611.phpt b/ext/simplexml/tests/bug36611.phpt index ff57cc54d1..855cc07ca8 100644 --- a/ext/simplexml/tests/bug36611.phpt +++ b/ext/simplexml/tests/bug36611.phpt @@ -24,9 +24,10 @@ var_dump($val) ; echo "Done\n"; ?> ---EXPECT-- +--EXPECTF-- int(1) int(1) +Strict Standards: Creating default object from empty value in %s on line %d Done --UEXPECTF-- int(1) -- 2.40.0