Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/soap/tests/
H A Dserver028.phpt2 SOAP Server 28: SoapServer::setObject and __call()
8 function __call($name, $args) {
H A Dbug79357.phpt14 #0 %s(%d): SoapClient->__call('Add', Array)
/PHP-7.4/Zend/tests/
H A Dbug51176.phpt14 public function __call($n, $a)
H A Dbug78898.phpt13 public function __call($methodName, array $arguments)
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 Dis_callable_trampoline_uaf.phpt12 public function __call($func, $args) {
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) {
H A Dobject_handlers.phpt16 function __call($func, $args) {
/PHP-7.4/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.4/ext/spl/tests/
H A Dbug73896.phpt16 public function __call($method, $args) {
/PHP-7.4/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.4/Zend/tests/closures/
H A Dclosure_from_callable.inc137 public function __call($name, $arguments)
139 $info = ['__call'];
H A Dbug80929.phpt25 public function __call(string $name, array $arguments)
H A Dclosure_from_callable_basic.phpt89 echo 'MagicCall __call instance method ';
119 MagicCall __call instance method __call,nonExistentMethod, OK
/PHP-7.4/ext/phar/phar/
H A Ddirectorytreeiterator.inc48 function __call($func, $params)

Completed in 25 milliseconds

1234