
| Path : /usr/src/php/Zend/tests/ |
| Current File : //usr/src/php/Zend/tests/magic_methods_003.phpt |
--TEST--
Testing __unset declaring as static
--FILE--
<?php
class foo {
static function __unset($a) {
print "unset\n";
}
}
?>
--EXPECTF--
Warning: The magic method __unset() must have public visibility and cannot be static in %s on line %d