Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_frameless_function.h74 …if (!zend_parse_arg_bool_ex(arg ## arg_num, &dest, /* is_null */ NULL, /* null_check */ false, arg…
H A Dzend_API.h2184 static zend_always_inline bool zend_parse_arg_bool_ex(const zval *arg, bool *dest, bool *is_null, b… in zend_parse_arg_bool_ex() function
2208 return zend_parse_arg_bool_ex(arg, dest, is_null, check_null, arg_num, /* frameless */ false); in zend_parse_arg_bool()

Completed in 16 milliseconds