summaryrefslogtreecommitdiff
path: root/Zend/tests/magic_methods_003.phpt
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-06-10 23:09:09 +0000
committerFelipe Pena <felipe@php.net>2008-06-10 23:09:09 +0000
commitdc697bcea48ee79a6becf2462b6023cce5a6d2b3 (patch)
tree1352e693b216d7727045cce5340528fe5d14ccf5 /Zend/tests/magic_methods_003.phpt
parent4a62db4e6c44ceddd4d43b7c235519898fba6f6f (diff)
downloadphp-git-dc697bcea48ee79a6becf2462b6023cce5a6d2b3.tar.gz
- Change E_COMPILE_ERROR to E_WARNING (for wrong visibility on magic methods)
Diffstat (limited to 'Zend/tests/magic_methods_003.phpt')
-rw-r--r--Zend/tests/magic_methods_003.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/magic_methods_003.phpt b/Zend/tests/magic_methods_003.phpt
index 25802223c4..1118a23ba0 100644
--- a/Zend/tests/magic_methods_003.phpt
+++ b/Zend/tests/magic_methods_003.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