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