Searched defs:__call (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/zend_test/ | ||
H A D | test.stub.php | 75 public function __call(string $name, array $args): mixed {} function in _ZendTestMagicCall |
H A D | test.c | 1081 static ZEND_METHOD(_ZendTestMagicCall, __call) in ZEND_METHOD() argument |
/php-src/ext/soap/ | ||
H A D | soap.stub.php | 579 public function __call(string $name, array $args): mixed {} function in SoapClient |
H A D | soap.c | 2576 PHP_METHOD(SoapClient, __call) in PHP_METHOD() argument |
/php-src/Zend/ | ||
H A D | zend.h | 179 zend_function *__call; member |
Completed in 33 milliseconds