Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_API.h1541 #define Z_PARAM_ARRAY_HT_OR_LONG_EX(dest_ht, dest_long, is_null, allow_null) \ argument
1549 #define Z_PARAM_ARRAY_HT_OR_LONG(dest_ht, dest_long) \ argument
1552 #define Z_PARAM_ARRAY_HT_OR_LONG_OR_NULL(dest_ht, dest_long, is_null) \ argument
1842 #define Z_PARAM_ARRAY_HT_OR_STR_EX(dest_ht, dest_str, allow_null) \ argument
1850 #define Z_PARAM_ARRAY_HT_OR_STR(dest_ht, dest_str) \ argument
1853 #define Z_PARAM_ARRAY_HT_OR_STR_OR_NULL(dest_ht, dest_str) \ argument
2055 zval *arg, HashTable **dest_ht, zend_long *dest_long, zend_bool *is_null, bool allow_null in zend_parse_arg_array_ht_or_long()
2168 zval *arg, HashTable **dest_ht, zend_string **dest_str, bool allow_null) in zend_parse_arg_array_ht_or_str()

Completed in 24 milliseconds