aharvey                                  Wed, 23 Mar 2011 08:43:36 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=309583

Log:
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.

Changed paths:
    U   php/php-src/trunk/tests/lang/bug7515.phpt

Modified: php/php-src/trunk/tests/lang/bug7515.phpt
===================================================================
--- php/php-src/trunk/tests/lang/bug7515.phpt   2011-03-23 07:53:40 UTC (rev 
309582)
+++ php/php-src/trunk/tests/lang/bug7515.phpt   2011-03-23 08:43:36 UTC (rev 
309583)
@@ -32,5 +32,6 @@
 ";
 }
 ?>
---EXPECT--
+--EXPECTF--
+Warning: Creating default object from empty value in %s on line %d
 success

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to