Home
last modified time | relevance | path

Searched defs:arginfo (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_frame.c31 const zend_arg_info *arginfo = func->common.arg_info; in ZEND_EXTERN_MODULE_GLOBALS() local
204 const zend_arg_info *arginfo = NULL; in phpdbg_dump_prototype() local
/PHP-7.4/ext/com_dotnet/
H A Dcom_persist.c280 #define CPH_ME(fname, arginfo) PHP_ME(com_persist, fname, arginfo, ZEND_ACC_PUBLIC) argument
281 #define CPH_SME(fname, arginfo) PHP_ME(com_persist, fname, arginfo, ZEND_ACC_ALLOW_STATIC|ZEND_ACC_… argument
/PHP-7.4/ext/soap/
H A Dsoap.c238 #define SOAP_CTOR(class_name, func_name, arginfo, flags) PHP_ME(class_name, func_name, arginfo, fla… argument

Completed in 19 milliseconds