summaryrefslogtreecommitdiff
path: root/Zend/tests/magic_methods_004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/magic_methods_004.phpt')
-rw-r--r--Zend/tests/magic_methods_004.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/magic_methods_004.phpt b/Zend/tests/magic_methods_004.phpt
index 33a0a60c09..8caf5d4aa1 100644
--- a/Zend/tests/magic_methods_004.phpt
+++ b/Zend/tests/magic_methods_004.phpt
@@ -3,7 +3,7 @@ Testing __unset() with protected visibility
--FILE--
<?php
-class foo {
+class foo {
protected function __unset($a) {
print "unset\n";
}