Home
last modified time | relevance | path

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

/php-src/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()
195 const zend_arg_info *arginfo = NULL; in phpdbg_dump_prototype() local
202 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()
/php-src/ext/reflection/tests/
H A Ddefault_value_internal_userland_arginfo.phpt2 Fetching default value of an internal trampoline function with userland arginfo
/php-src/docs/source/miscellaneous/
H A Dstubs.rst63 Generating arginfo Structures
66 The purpose of stubs files is to make it easier to declare arginfo structures, validate parameters
73 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 …]
/php-src/ext/standard/tests/general_functions/
H A Dbug69646.phpt24 $script = __DIR__ . DIRECTORY_SEPARATOR . "arginfo.php";
/php-src/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

Completed in 14 milliseconds