Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_API.h1814 #define Z_PARAM_FUNC_EX(dest_fci, dest_fcc, check_null, deref) Z_PARAM_FUNC_EX2(dest_fci, dest_fcc,… argument
1816 #define Z_PARAM_FUNC(dest_fci, dest_fcc) \ argument
1817 Z_PARAM_FUNC_EX2(dest_fci, dest_fcc, 0, 0, true)
1819 #define Z_PARAM_FUNC_NO_TRAMPOLINE_FREE(dest_fci, dest_fcc) \ argument
1820 Z_PARAM_FUNC_EX2(dest_fci, dest_fcc, 0, 0, false)
1822 #define Z_PARAM_FUNC_OR_NULL(dest_fci, dest_fcc) \ argument
1823 Z_PARAM_FUNC_EX2(dest_fci, dest_fcc, 1, 0, true)
1826 Z_PARAM_FUNC_EX2(dest_fci, dest_fcc, 1, 0, false)
1829 Z_PARAM_FUNC_EX2(dest_fci, dest_fcc, 1, 0, true) \
2479 dest_fcc->function_handler = NULL; in zend_parse_arg_func()
[all …]

Completed in 18 milliseconds