Searched refs:zend_parse_arg_double (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/Zend/ |
H A D | zend_API.h | 1565 if (UNEXPECTED(!zend_parse_arg_double(_arg, &dest, &is_null, check_null, _i))) { \ 1963 static zend_always_inline bool zend_parse_arg_double(zval *arg, double *dest, bool *is_null, bool c… in zend_parse_arg_double() function
|
H A D | zend_API.c | 748 if (!zend_parse_arg_double(arg, p, is_null, check_null, arg_num)) { in zend_parse_arg_impl()
|
Completed in 52 milliseconds