Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_operators.h93 double *dval, bool allow_errors, int *oflow_info, bool *trailing_data);
149 double *dval, bool allow_errors, int *oflow_info, bool *trailing_data) in is_numeric_string_ex() argument
154 return _is_numeric_string_ex(str, length, lval, dval, allow_errors, oflow_info, trailing_data); in is_numeric_string_ex()
H A Dzend_operators.c3508 double *dval, bool allow_errors, int *oflow_info, bool *trailing_data) /* {{{ */ argument
3521 if (oflow_info != NULL) {
3522 *oflow_info = 0;
3574 if (oflow_info != NULL) {
3575 *oflow_info = *str == '-' ? -1 : 1;
3620 if (oflow_info != NULL) {
3621 *oflow_info = *str == '-' ? -1 : 1;

Completed in 15 milliseconds