Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_strtod.c2476 goto ret1;
2525 ret1:
4052 goto ret1;
4074 goto ret1;
4121 case 0: goto ret1;
4144 goto ret1;
4400 ret1:
H A Dzend_operators.c2761 int ret1, ret2; local
2766 if ((ret1 = is_numeric_string_ex(s1->val, s1->len, &lval1, &dval1, 0, &oflow1)) &&
2779 if ((ret1 == IS_DOUBLE) || (ret2 == IS_DOUBLE)) {
2780 if (ret1 != IS_DOUBLE) {

Completed in 17 milliseconds