Searched refs:getFunctions (Results 1 – 10 of 10) sorted by relevance
/PHP-8.4/ext/reflection/tests/ |
H A D | 013.phpt | 2 ReflectionExtension::getFunctions() 6 $funcs = $ext->getFunctions();
|
H A D | ReflectionExtension_bug66218.phpt | 2 ReflectionExtension::getFunctions() ##6218 zend_register_functions breaks reflection 10 $t = $r->getFunctions();
|
/PHP-8.4/ext/soap/tests/ |
H A D | server027.phpt | 2 SOAP Server 27: setObject and getFunctions
|
/PHP-8.4/ext/soap/tests/bugs/ |
H A D | bug29830.phpt | 19 $functions = $server->getFunctions();
|
/PHP-8.4/ext/soap/ |
H A D | soap.stub.php | 520 public function getFunctions(): array {} function in SoapServer
|
H A D | soap_arginfo.h | 155 ZEND_METHOD(SoapServer, getFunctions); 208 ZEND_ME(SoapServer, getFunctions, arginfo_class_SoapServer_getFunctions, ZEND_ACC_PUBLIC)
|
H A D | soap.c | 1113 PHP_METHOD(SoapServer, getFunctions) in PHP_METHOD() argument
|
/PHP-8.4/ext/reflection/ |
H A D | php_reflection.stub.php | 768 public function getFunctions(): array {} function in ReflectionExtension
|
H A D | php_reflection_arginfo.h | 929 ZEND_METHOD(ReflectionExtension, getFunctions); 1259 …ZEND_ME(ReflectionExtension, getFunctions, arginfo_class_ReflectionExtension_getFunctions, ZEND_AC…
|
H A D | php_reflection.c | 6757 ZEND_METHOD(ReflectionExtension, getFunctions) in ZEND_METHOD() argument
|
Completed in 63 milliseconds