Home
last modified time | relevance | path

Searched refs:arginfo (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_frame.c126 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 Dbug41477.phpt2 Bug #41477 (no arginfo about SoapClient::__soapCall())
/PHP-7.0/ext/standard/tests/general_functions/
H A Dbug69646.phpt24 $script = dirname(__FILE__) . DIRECTORY_SEPARATOR . "arginfo.php";
/PHP-7.0/ext/com_dotnet/
H A Dcom_persist.c291 #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 Dsoap.c246 #define SOAP_CTOR(class_name, func_name, arginfo, flags) PHP_ME(class_name, func_name, arginfo, fla… argument

Completed in 23 milliseconds