Home
last modified time | relevance | path

Searched refs:Z_PARAM_FUNC_EX2 (Results 1 – 2 of 2) 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) \ macro
1814 #define Z_PARAM_FUNC_EX(dest_fci, dest_fcc, check_null, deref) Z_PARAM_FUNC_EX2(dest_fci, dest_fcc,…
1817 Z_PARAM_FUNC_EX2(dest_fci, dest_fcc, 0, 0, true)
1820 Z_PARAM_FUNC_EX2(dest_fci, dest_fcc, 0, 0, false)
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) \
/php-src/
H A DUPGRADING.INTERNALS26 Z_PARAM_FUNC_EX2 was added as well with the same arguments as Z_PARAM_FUNC_EX

Completed in 17 milliseconds