Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_frame.c29 const zend_arg_info *arginfo = func->common.arg_info; in ZEND_EXTERN_MODULE_GLOBALS() local
36 if (arginfo) { in ZEND_EXTERN_MODULE_GLOBALS()
38 arg_name = (char *) ((zend_internal_arg_info *) &arginfo[i])->name; in ZEND_EXTERN_MODULE_GLOBALS()
40 arg_name = ZSTR_VAL(arginfo[i].name); in ZEND_EXTERN_MODULE_GLOBALS()
202 const zend_arg_info *arginfo = NULL; in phpdbg_dump_prototype() local
209 arginfo = func->common.arg_info; in phpdbg_dump_prototype()
223 if (arginfo) { in phpdbg_dump_prototype()
225 arg_name = (char *)((zend_internal_arg_info *)&arginfo[j])->name; in phpdbg_dump_prototype()
227 arg_name = ZSTR_VAL(arginfo[j].name); in phpdbg_dump_prototype()
232 is_variadic = arginfo ? ZEND_ARG_IS_VARIADIC(&arginfo[j]) : 0; in phpdbg_dump_prototype()
/PHP-8.0/ext/reflection/tests/
H A Ddefault_value_internal_userland_arginfo.phpt2 Fetching default value of an internal trampoline function with userland arginfo
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug69646.phpt24 $script = __DIR__ . DIRECTORY_SEPARATOR . "arginfo.php";
/PHP-8.0/Zend/tests/
H A Darginfo_zpp_mismatch.phpt2 Test that there is no arginfo/zpp mismatch
H A Darginfo_zpp_mismatch_strict.phpt2 Test that there is no arginfo/zpp mismatch in strict mode
/PHP-8.0/
H A DUPGRADING.INTERNALS16 m. All internal functions must have arginfo
113 m. All internal functions and methods are now required to specify arginfo
H A DUPGRADING402 called OCICollection for name compliance enforced by PHP 8 arginfo

Completed in 22 milliseconds