summaryrefslogtreecommitdiff
path: root/Zend/tests/magic_methods_014.phpt
blob: 8a1aa6388d851f7258b9cb6c33e6ec9dbcf9f7c8 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
__unset first parameter should be a string when typed
--FILE--
<?php
class Foo {
    function __unset(array $name) {}
}
?>
--EXPECTF--
Fatal error: Foo::__unset(): Parameter #1 ($name) must be of type string when declared in %s on line %d