Home
last modified time | relevance | path

Searched refs:zend_parse_arg_double (Results 1 – 2 of 2) sorted by last modified time

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

Completed in 46 milliseconds