Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_frame.c135 const zend_arg_info *arginfo = func ? func->common.arg_info : NULL; in phpdbg_dump_prototype() local
147 is_variadic = arginfo[j].is_variadic; in phpdbg_dump_prototype()
150 arginfo[j].name, is_variadic ? "[": ""); in phpdbg_dump_prototype()
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug41477.phpt2 Bug #41477 (no arginfo about SoapClient::__soapCall())
/PHP-5.6/ext/standard/tests/general_functions/
H A Dbug69646.phpt24 $script = dirname(__FILE__) . DIRECTORY_SEPARATOR . "arginfo.php";
/PHP-5.6/ext/com_dotnet/
H A Dcom_persist.c290 #define CPH_ME(fname, arginfo) PHP_ME(com_persist, fname, arginfo, ZEND_ACC_PUBLIC) argument
291 #define CPH_SME(fname, arginfo) PHP_ME(com_persist, fname, arginfo, ZEND_ACC_ALLOW_STATIC|ZEND_ACC_… argument
/PHP-5.6/ext/soap/
H A Dsoap.c247 #define SOAP_CTOR(class_name, func_name, arginfo, flags) PHP_ME(class_name, func_name, arginfo, fla… argument
/PHP-5.6/
H A DNEWS2052 . Fixed bug #66509 (copy() arginfo has changed starting from 5.4). (willfitch)
2915 . Fixed bug #66509 (copy() arginfo has changed starting from 5.4). (willfitch)
4200 . Fixed bug #63015 (Incorrect arginfo for DOMErrorHandler). (Rob)
9042 - Fixed bug #41477 (no arginfo about SoapClient::__soapCall()). (Ilia)

Completed in 72 milliseconds