Home
last modified time | relevance | path

Searched refs:zend_flf_parse_arg_str_slow (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/Zend/
H A Dzend_frameless_function.h68 if (!zend_flf_parse_arg_str_slow(arg ## arg_num, &dest_str, arg_num)) { \
H A Dzend_API.h2179 ZEND_API bool ZEND_FASTCALL zend_flf_parse_arg_str_slow(zval *arg, zend_string **dest, uint32_t arg…
2282 return zend_flf_parse_arg_str_slow(arg, dest, arg_num); in zend_parse_arg_str_ex()
H A Dzend_API.c757 ZEND_API bool ZEND_FASTCALL zend_flf_parse_arg_str_slow(zval *arg, zend_string **dest, uint32_t arg… in zend_flf_parse_arg_str_slow() function

Completed in 37 milliseconds