From: Adam Harvey Date: Wed, 23 Mar 2011 08:43:36 +0000 (+0000) Subject: Update test that now generates a warning after r306931, which increased the X-Git-Tag: php-5.4.0alpha1~191^2~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9b8088349539dc1c0057c220f04e395adfcfd8e;p=php 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. --- 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