Searched defs:arginfo (Results 1 – 3 of 3) sorted by relevance
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_frame.c | 126 const zend_arg_info *arginfo = NULL; in phpdbg_dump_prototype() local
|
/PHP-7.0/ext/com_dotnet/ |
H A D | com_persist.c | 291 #define CPH_ME(fname, arginfo) PHP_ME(com_persist, fname, arginfo, ZEND_ACC_PUBLIC) argument 292 #define CPH_SME(fname, arginfo) PHP_ME(com_persist, fname, arginfo, ZEND_ACC_ALLOW_STATIC|ZEND_ACC_… argument
|
/PHP-7.0/ext/soap/ |
H A D | soap.c | 246 #define SOAP_CTOR(class_name, func_name, arginfo, flags) PHP_ME(class_name, func_name, arginfo, fla… argument
|
Completed in 30 milliseconds