-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/Zend/tests/
File Upload :
Current File : //usr/src/php/Zend/tests/magic_methods_005.phpt

--TEST--
Testing __call() declaration in interface with wrong modifier
--FILE--
<?php

interface a {
	static function __call($a, $b);
}

?>
--EXPECTF--
Warning: The magic method __call() must have public visibility and cannot be static in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee