Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_operators.h90 double *dval, bool allow_errors, int *oflow_info, bool *trailing_data);
129 double *dval, bool allow_errors, int *oflow_info, bool *trailing_data) in is_numeric_string_ex() argument
134 return _is_numeric_string_ex(str, length, lval, dval, allow_errors, oflow_info, trailing_data); in is_numeric_string_ex()
H A Dzend_operators.c2991 double *dval, bool allow_errors, int *oflow_info, bool *trailing_data) /* {{{ */ argument
3004 if (oflow_info != NULL) {
3005 *oflow_info = 0;
3057 if (oflow_info != NULL) {
3058 *oflow_info = *str == '-' ? -1 : 1;
3103 if (oflow_info != NULL) {
3104 *oflow_info = *str == '-' ? -1 : 1;

Completed in 16 milliseconds