Home
last modified time | relevance | path

Searched refs:zend_parse_arg_long_ex (Results 1 – 2 of 2) sorted by relevance

/php-src/Zend/
H A Dzend_frameless_function.h79 …if (!zend_parse_arg_long_ex(arg ## arg_num, &dest, /* is_null */ NULL, /* null_check */ false, arg…
84 …if (!zend_parse_arg_long_ex(arg ## arg_num, &dest, &is_null, /* null_check */ true, arg_num, /* fr…
H A Dzend_API.h2211 static zend_always_inline bool zend_parse_arg_long_ex(zval *arg, zend_long *dest, bool *is_null, bo… in zend_parse_arg_long_ex() function
2233 return zend_parse_arg_long_ex(arg, dest, is_null, check_null, arg_num, /* frameless */ false); in zend_parse_arg_long()

Completed in 28 milliseconds