summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2007-09-13 19:30:19 +0000
committerNuno Lopes <nlopess@php.net>2007-09-13 19:30:19 +0000
commite0660a267ea576b7082bc39c5905fee64e25d23d (patch)
tree49820647b86e2299ce944efc1c420386187dbbd7 /tests
parente3e2a62d441845af7a21749cfbf1fd0fed81fc45 (diff)
downloadphp-git-e0660a267ea576b7082bc39c5905fee64e25d23d.tar.gz
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()