Searched refs:arginfo (Results 1 – 6 of 6) sorted by relevance
29 const zend_arg_info *arginfo = func->common.arg_info; in ZEND_EXTERN_MODULE_GLOBALS() local36 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()195 const zend_arg_info *arginfo = NULL; in phpdbg_dump_prototype() local202 arginfo = func->common.arg_info; in phpdbg_dump_prototype()215 if (arginfo) { in phpdbg_dump_prototype()217 arg_name = (char *)((zend_internal_arg_info *)&arginfo[j])->name; in phpdbg_dump_prototype()219 arg_name = ZSTR_VAL(arginfo[j].name); in phpdbg_dump_prototype()224 is_variadic = arginfo ? ZEND_ARG_IS_VARIADIC(&arginfo[j]) : 0; in phpdbg_dump_prototype()
2 Fetching default value of an internal trampoline function with userland arginfo
63 Generating arginfo Structures66 The purpose of stubs files is to make it easier to declare arginfo structures, validate parameters73 The arginfo file matching our first example looks like:94 In release builds, the arginfo structures are only used with Reflection.118 This will result in the following arginfo:163 This results in the following arginfo file:176 Besides arginfo structures, function entries themselves can also be generated via stubs.283 The following arginfo file is generated:474 It is possible to tell the arginfo generator script ``gen_stub.php`` to create legacy arginfo too,504 * @generate-legacy-arginfo 80000[all …]
24 $script = __DIR__ . DIRECTORY_SEPARATOR . "arginfo.php";
2 Test that there is no arginfo/zpp mismatch
2 Test that there is no arginfo/zpp mismatch in strict mode
Completed in 14 milliseconds