summaryrefslogtreecommitdiff
path: root/Zend/tests/magic_methods_014.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/magic_methods_014.phpt')
-rw-r--r--Zend/tests/magic_methods_014.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/magic_methods_014.phpt b/Zend/tests/magic_methods_014.phpt
index 783b6003dc..8a1aa6388d 100644
--- a/Zend/tests/magic_methods_014.phpt
+++ b/Zend/tests/magic_methods_014.phpt
@@ -3,7 +3,7 @@ __unset first parameter should be a string when typed
--FILE--
<?php
class Foo {
- function __unset(array $name) {}
+ function __unset(array $name) {}
}
?>
--EXPECTF--