From: Ilia Alshanetsky Date: Thu, 12 Jul 2007 23:34:32 +0000 (+0000) Subject: revise test to reflect recent code X-Git-Tag: php-5.2.4RC1~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33329c065cc128f2a525c7dd2dafdfa623fa872f;p=php revise test to reflect recent code --- diff --git a/Zend/tests/bug41919.phpt b/Zend/tests/bug41919.phpt index 3ba9ae0ec4..127eb97bc1 100644 --- a/Zend/tests/bug41919.phpt +++ b/Zend/tests/bug41919.phpt @@ -8,4 +8,5 @@ $foo[3]->bar[1] = "bang"; echo "ok\n"; ?> --EXPECTF-- -Fatal error: Cannot use string offset as an object in %s/bug41919.php on line %d +Warning: Cannot use string offset as an array in %s/bug41919.php on line %d +ok