Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_operators.h106 double *dval, bool allow_errors, int *oflow_info, bool *trailing_data);
162 double *dval, bool allow_errors, int *oflow_info, bool *trailing_data) in is_numeric_string_ex() argument
167 return _is_numeric_string_ex(str, length, lval, dval, allow_errors, oflow_info, trailing_data); in is_numeric_string_ex()
H A Dzend_operators.c3520 double *dval, bool allow_errors, int *oflow_info, bool *trailing_data) /* {{{ */ argument
3533 if (oflow_info != NULL) {
3534 *oflow_info = 0;
3586 if (oflow_info != NULL) {
3587 *oflow_info = *str == '-' ? -1 : 1;
3632 if (oflow_info != NULL) {
3633 *oflow_info = *str == '-' ? -1 : 1;

Completed in 21 milliseconds