diff options
author | Nuno Lopes <nlopess@php.net> | 2007-09-13 19:30:19 +0000 |
---|---|---|
committer | Nuno Lopes <nlopess@php.net> | 2007-09-13 19:30:19 +0000 |
commit | e0660a267ea576b7082bc39c5905fee64e25d23d (patch) | |
tree | 49820647b86e2299ce944efc1c420386187dbbd7 /tests | |
parent | e3e2a62d441845af7a21749cfbf1fd0fed81fc45 (diff) | |
download | php-git-e0660a267ea576b7082bc39c5905fee64e25d23d.tar.gz |
fix expected output
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lang/bug20175.phpt | 1 |
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() |