Home
last modified time | relevance | path

Searched refs:__call (Results 51 – 75 of 92) sorted by relevance

1234

/PHP-7.1/Zend/tests/
H A Dbug51176.phpt14 public function __call($n, $a)
H A Dbug60611.phpt6 function __call($name, $arg) {
H A Dbug65108.phpt21 function __call($name, $args) {}
H A Dbug55247.phpt10 public function __call($method, $arguments)
H A Dbug54910.phpt6 public function __call($method, $args) {
H A Dcall_static_003.phpt7 public function __call($a, $b) {
H A Dlsb_016.phpt23 public function __call($name, $args) {
H A Dmagic_methods_001.phpt12 public function __call($a, $b) {
H A Dbug34260.phpt7 function __call($Method,$Args)
H A Dmethod_argument_binding.phpt33 public function __call($name, $args) { }
H A Dbug31683.phpt20 function __call($test, $arg) {
H A Dbug38220.phpt25 function __call($method, $args) {
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug69085.phpt2 Bug #69085 (SoapClient's __call() type confusion through unserialize())
H A Dbug31755.phpt12 $response= $client->__call('function', array(), null, $header);
/PHP-7.1/ext/reflection/tests/
H A DReflectionMethod_getModifiers_basic.phpt37 public function __call($a, $b) {}
113 Modifiers for method TestClass::__call():
181 Modifiers for method TestClass::__call():
/PHP-7.1/ext/spl/tests/
H A Dbug73896.phpt16 public function __call($method, $args) {
/PHP-7.1/Zend/tests/closures/
H A Dclosure_from_callable.inc137 public function __call($name, $arguments)
139 $info = ['__call'];
H A Dclosure_from_callable_basic.phpt89 echo 'MagicCall __call instance method ';
119 MagicCall __call instance method __call,nonExistentMethod, OK
/PHP-7.1/ext/spl/examples/
H A Ddirectorytreeiterator.inc48 function __call($func, $params)
H A Dsearchiterator.inc52 function __call($func, $params)
/PHP-7.1/ext/phar/phar/
H A Ddirectorytreeiterator.inc48 function __call($func, $params)
/PHP-7.1/ext/spl/internal/
H A Dfilteriterator.inc121 function __call($func, $params)
H A Dappenditerator.inc116 function __call($func, $params)
H A Diteratoriterator.inc110 function __call($func, $params)
H A Dlimititerator.inc128 function __call($func, $params)

Completed in 24 milliseconds

1234