summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2007-09-13 19:31:08 +0000
committerNuno Lopes <nlopess@php.net>2007-09-13 19:31:08 +0000
commiteaa67896c97d37cae742a92b19b04586a244d088 (patch)
treecc3481103d3fedffe86865666f4f9f8ee01710c9 /tests
parentfbd10761327e3eae6750cab5e5a523c31652b0c2 (diff)
downloadphp-git-eaa67896c97d37cae742a92b19b04586a244d088.tar.gz
MFB: fix expected output
Diffstat (limited to 'tests')
-rw-r--r--tests/lang/bug20175.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lang/bug20175.phpt b/tests/lang/bug20175.phpt
index d2248e6f0e..86cac271fa 100644
--- a/tests/lang/bug20175.phpt
+++ b/tests/lang/bug20175.phpt
@@ -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()