-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
Testing __callstatic declaration in interface with missing the 'static' modifier
--FILE--
<?php

interface a {
	function __callstatic($a, $b);
}

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

Copyright © 2017 || Recoded By Mr.Bumblebee