diff options
Diffstat (limited to 'Zend/tests/009.phpt')
-rw-r--r-- | Zend/tests/009.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/tests/009.phpt b/Zend/tests/009.phpt index 87eeb2755..f122b714d 100644 --- a/Zend/tests/009.phpt +++ b/Zend/tests/009.phpt @@ -40,6 +40,8 @@ string(3) "foo" Warning: get_class() called without object from outside a class in %s on line %d bool(false) + +Warning: get_class() expects parameter 1 to be object, string given in %s on line %d bool(false) string(3) "foo" string(4) "foo2" |