Searched refs:arginfo (Results 1 – 5 of 5) 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 133 arginfo = func->common.arg_info; in phpdbg_dump_prototype() 147 if (arginfo) { in phpdbg_dump_prototype() 149 arg_name = (char *)((zend_internal_arg_info *)&arginfo[j])->name; in phpdbg_dump_prototype() 151 arg_name = ZSTR_VAL(arginfo[j].name); in phpdbg_dump_prototype() 156 is_variadic = arginfo ? arginfo[j].is_variadic : 0; in phpdbg_dump_prototype()
|
/PHP-7.0/ext/soap/tests/bugs/ |
H A D | bug41477.phpt | 2 Bug #41477 (no arginfo about SoapClient::__soapCall())
|
/PHP-7.0/ext/standard/tests/general_functions/ |
H A D | bug69646.phpt | 24 $script = dirname(__FILE__) . DIRECTORY_SEPARATOR . "arginfo.php";
|
/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 36 milliseconds