Home
last modified time | relevance | path

Searched defs:dest_fci (Results 1 – 1 of 1) sorted by relevance

/php-src/Zend/
H A Dzend_API.h1802 #define Z_PARAM_FUNC_EX2(dest_fci, dest_fcc, check_null, deref, free_trampoline) \ argument
1814 #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
1819 #define Z_PARAM_FUNC_NO_TRAMPOLINE_FREE(dest_fci, dest_fcc) \ argument
1822 #define Z_PARAM_FUNC_OR_NULL(dest_fci, dest_fcc) \ argument
1825 #define Z_PARAM_FUNC_NO_TRAMPOLINE_FREE_OR_NULL(dest_fci, dest_fcc) \ argument
1828 #define Z_PARAM_FUNC_OR_NULL_WITH_ZVAL(dest_fci, dest_fcc, dest_zp) \ argument
2475 static zend_always_inline bool zend_parse_arg_func(zval *arg, zend_fcall_info *dest_fci, zend_fcall… in zend_parse_arg_func()

Completed in 20 milliseconds