From f9b8088349539dc1c0057c220f04e395adfcfd8e Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Wed, 23 Mar 2011 08:43:36 +0000 Subject: [PATCH] Update test that now generates a warning after r306931, which increased the error you get when silently casting an empty variable to an object to an E_WARNING from E_STRICT. --- tests/lang/bug7515.phpt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/lang/bug7515.phpt b/tests/lang/bug7515.phpt index b33ae24c89..ea58061db0 100644 --- a/tests/lang/bug7515.phpt +++ b/tests/lang/bug7515.phpt @@ -32,5 +32,6 @@ y=$y "; } ?> ---EXPECT-- +--EXPECTF-- +Warning: Creating default object from empty value in %s on line %d success -- 2.50.1