]> granicus.if.org Git - php/commitdiff
fix expected output
authorNuno Lopes <nlopess@php.net>
Thu, 13 Sep 2007 19:30:19 +0000 (19:30 +0000)
committerNuno Lopes <nlopess@php.net>
Thu, 13 Sep 2007 19:30:19 +0000 (19:30 +0000)
tests/lang/bug20175.phpt

index d2248e6f0eb8f2dab369b36622cd670b67971873..86cac271fa6a9d75ac9c81bc0559790c4a150f41 100644 (file)
@@ -139,6 +139,7 @@ $oop_tester = new oop_test; // repeated.
 print $oop_tester->oop_static()."\n";
 ?>
 --EXPECTF--
+Strict Standards: Assigning the return value of new by reference is deprecated in %s.php on line %d
 %s
 foo_static()
 foo_global()