Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_operators.h103 double *dval, bool allow_errors, int *oflow_info, bool *trailing_data);
159 double *dval, bool allow_errors, int *oflow_info, bool *trailing_data) in is_numeric_string_ex() argument
164 return _is_numeric_string_ex(str, length, lval, dval, allow_errors, oflow_info, trailing_data); in is_numeric_string_ex()
H A Dzend_operators.c3308 double *dval, bool allow_errors, int *oflow_info, bool *trailing_data) /* {{{ */ argument
3321 if (oflow_info != NULL) {
3322 *oflow_info = 0;
3374 if (oflow_info != NULL) {
3375 *oflow_info = *str == '-' ? -1 : 1;
3420 if (oflow_info != NULL) {
3421 *oflow_info = *str == '-' ? -1 : 1;

Completed in 16 milliseconds