Home
last modified time | relevance | path

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

/PHP-5.5/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.c2151 int ret1, ret2; local
2156 if ((ret1=is_numeric_string_ex(Z_STRVAL_P(s1), Z_STRLEN_P(s1), &lval1, &dval1, 0, &oflow1)) &&
2169 if ((ret1==IS_DOUBLE) || (ret2==IS_DOUBLE)) {
2170 if (ret1!=IS_DOUBLE) {

Completed in 25 milliseconds