Searched refs:getFunctions (Results 1 – 10 of 10) sorted by relevance
/PHP-8.3/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.3/ext/soap/tests/ |
H A D | server027.phpt | 2 SOAP Server 27: setObject and getFunctions
|
/PHP-8.3/ext/soap/tests/bugs/ |
H A D | bug29830.phpt | 19 $functions = $server->getFunctions();
|
/PHP-8.3/ext/soap/ |
H A D | soap.stub.php | 500 public function getFunctions(): array {} function in SoapServer
|
H A D | soap_arginfo.h | 153 ZEND_METHOD(SoapServer, getFunctions); 211 ZEND_ME(SoapServer, getFunctions, arginfo_class_SoapServer_getFunctions, ZEND_ACC_PUBLIC)
|
H A D | soap.c | 999 PHP_METHOD(SoapServer, getFunctions) in PHP_METHOD() argument
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.stub.php | 751 public function getFunctions(): array {} function in ReflectionExtension
|
H A D | php_reflection_arginfo.h | 806 ZEND_METHOD(ReflectionExtension, getFunctions); 1128 …ZEND_ME(ReflectionExtension, getFunctions, arginfo_class_ReflectionExtension_getFunctions, ZEND_AC…
|
H A D | php_reflection.c | 6069 ZEND_METHOD(ReflectionExtension, getFunctions) in ZEND_METHOD() argument
|
Completed in 58 milliseconds