Searched defs:arginfo (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_frame.c | 31 const zend_arg_info *arginfo = func->common.arg_info; in ZEND_EXTERN_MODULE_GLOBALS() local 203 const zend_arg_info *arginfo = NULL; in phpdbg_dump_prototype() local
|
/PHP-7.3/ext/com_dotnet/ |
H A D | com_persist.c | 280 #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.3/ext/soap/ |
H A D | soap.c | 238 #define SOAP_CTOR(class_name, func_name, arginfo, flags) PHP_ME(class_name, func_name, arginfo, fla… argument
|
Completed in 38 milliseconds