diff options
author | Andi Gutmans <andi@php.net> | 2004-02-10 15:20:51 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2004-02-10 15:20:51 +0000 |
commit | 597410a0e03a8690ab65ff07c6c81e9770ce6253 (patch) | |
tree | 08efc2050bd262c640739fa258f045c1e1fe4389 /tests/lang/bug22231.phpt | |
parent | 57aaad0dec6c4bf2e31359f2178818739218a7f0 (diff) | |
download | php-git-597410a0e03a8690ab65ff07c6c81e9770ce6253.tar.gz |
Fix a couple of tests
Diffstat (limited to 'tests/lang/bug22231.phpt')
-rw-r--r-- | tests/lang/bug22231.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lang/bug22231.phpt b/tests/lang/bug22231.phpt index 84142b01ff..e0297adac8 100644 --- a/tests/lang/bug22231.phpt +++ b/tests/lang/bug22231.phpt @@ -25,6 +25,7 @@ $foo = &foo(); var_dump($foo->fubar); ?> --EXPECTF-- +Strict Standards: Assigning the return value of new by reference is deprecated in %s on line %d object(foo)#%d (1) { ["fubar"]=> string(5) "fubar" |