Home
last modified time | relevance | path

Searched refs:dest_fcc (Results 1 – 1 of 1) sorted by last modified time

/php-src/Zend/
H A Dzend_API.h1816 #define Z_PARAM_FUNC_EX(dest_fci, dest_fcc, check_null, deref) Z_PARAM_FUNC_EX2(dest_fci, dest_fcc,… argument
1818 #define Z_PARAM_FUNC(dest_fci, dest_fcc) \ argument
1819 Z_PARAM_FUNC_EX2(dest_fci, dest_fcc, 0, 0, true)
1821 #define Z_PARAM_FUNC_NO_TRAMPOLINE_FREE(dest_fci, dest_fcc) \ argument
1822 Z_PARAM_FUNC_EX2(dest_fci, dest_fcc, 0, 0, false)
1824 #define Z_PARAM_FUNC_OR_NULL(dest_fci, dest_fcc) \ argument
1825 Z_PARAM_FUNC_EX2(dest_fci, dest_fcc, 1, 0, true)
1828 Z_PARAM_FUNC_EX2(dest_fci, dest_fcc, 1, 0, false)
1831 Z_PARAM_FUNC_EX2(dest_fci, dest_fcc, 1, 0, true) \
2481 dest_fcc->function_handler = NULL; in zend_parse_arg_func()
[all …]

Completed in 15 milliseconds