diff options
author | Felipe Pena <felipe@php.net> | 2008-06-10 23:09:09 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2008-06-10 23:09:09 +0000 |
commit | dc697bcea48ee79a6becf2462b6023cce5a6d2b3 (patch) | |
tree | 1352e693b216d7727045cce5340528fe5d14ccf5 /Zend/tests/magic_methods_004.phpt | |
parent | 4a62db4e6c44ceddd4d43b7c235519898fba6f6f (diff) | |
download | php-git-dc697bcea48ee79a6becf2462b6023cce5a6d2b3.tar.gz |
- Change E_COMPILE_ERROR to E_WARNING (for wrong visibility on magic methods)
Diffstat (limited to 'Zend/tests/magic_methods_004.phpt')
-rw-r--r-- | Zend/tests/magic_methods_004.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/magic_methods_004.phpt b/Zend/tests/magic_methods_004.phpt index c75e454395..0ac332cb36 100644 --- a/Zend/tests/magic_methods_004.phpt +++ b/Zend/tests/magic_methods_004.phpt @@ -11,4 +11,4 @@ class foo { ?> --EXPECTF-- -Fatal error: The magic method __unset() must have public visibility and can not be static in %s on line %d +Warning: The magic method __unset() must have public visibility and can not be static in %s on line %d |