Home
last modified time | relevance | path

Searched refs:getFunctions (Results 1 – 10 of 10) sorted by relevance

/php-src/ext/reflection/tests/
H A D013.phpt2 ReflectionExtension::getFunctions()
6 $funcs = $ext->getFunctions();
H A DReflectionExtension_bug66218.phpt2 ReflectionExtension::getFunctions() ##6218 zend_register_functions breaks reflection
10 $t = $r->getFunctions();
/php-src/ext/soap/tests/
H A Dserver027.phpt2 SOAP Server 27: setObject and getFunctions
/php-src/ext/soap/tests/bugs/
H A Dbug29830.phpt19 $functions = $server->getFunctions();
/php-src/ext/soap/
H A Dsoap.stub.php519 public function getFunctions(): array {} function in SoapServer
H A Dsoap_arginfo.h152 ZEND_METHOD(SoapServer, getFunctions);
212 ZEND_ME(SoapServer, getFunctions, arginfo_class_SoapServer_getFunctions, ZEND_ACC_PUBLIC)
H A Dsoap.c1097 PHP_METHOD(SoapServer, getFunctions) in PHP_METHOD() argument
/php-src/ext/reflection/
H A Dphp_reflection.stub.php697 public function getFunctions(): array {} function in ReflectionExtension
H A Dphp_reflection_arginfo.h826 ZEND_METHOD(ReflectionExtension, getFunctions);
1140 …ZEND_ME(ReflectionExtension, getFunctions, arginfo_class_ReflectionExtension_getFunctions, ZEND_AC…
H A Dphp_reflection.c6110 ZEND_METHOD(ReflectionExtension, getFunctions) in ZEND_METHOD() argument

Completed in 95 milliseconds