Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_strtod.c1708 goto ret1; in zend_dtoa()
1731 goto ret1; in zend_dtoa()
1785 goto ret1; in zend_dtoa()
2016 ret1: in zend_dtoa()
H A Dzend_operators.c2323 int ret1, ret2; local
2328 if ((ret1=is_numeric_string_ex(Z_STRVAL_P(s1), Z_STRLEN_P(s1), &lval1, &dval1, 0, &oflow1)) &&
2341 if ((ret1==IS_DOUBLE) || (ret2==IS_DOUBLE)) {
2342 if (ret1!=IS_DOUBLE) {

Completed in 14 milliseconds