Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_API.h1712 if (UNEXPECTED(!zend_parse_arg_bool(_arg, &dest, &is_null, check_null, _i))) { \
2206 static zend_always_inline bool zend_parse_arg_bool(const zval *arg, bool *dest, bool *is_null, bool… in zend_parse_arg_bool() function
H A Dzend_API.c904 if (!zend_parse_arg_bool(arg, p, is_null, check_null, arg_num)) { in zend_parse_arg_impl()

Completed in 33 milliseconds