Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_API.h1804 #define Z_PARAM_FUNC_EX2(dest_fci, dest_fcc, check_null, deref, free_trampoline) \ argument
1816 #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
1821 #define Z_PARAM_FUNC_NO_TRAMPOLINE_FREE(dest_fci, dest_fcc) \ argument
1824 #define Z_PARAM_FUNC_OR_NULL(dest_fci, dest_fcc) \ argument
1827 #define Z_PARAM_FUNC_NO_TRAMPOLINE_FREE_OR_NULL(dest_fci, dest_fcc) \ argument
1830 #define Z_PARAM_FUNC_OR_NULL_WITH_ZVAL(dest_fci, dest_fcc, dest_zp) \ argument
2477 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 21 milliseconds