Searched refs:zstep (Results 1 – 1 of 1) sorted by relevance
2750 zval *zlow, *zhigh, *zstep = NULL, tmp; local2758 Z_PARAM_ZVAL(zstep)2761 if (zstep) {2762 if (Z_TYPE_P(zstep) == IS_DOUBLE) {2764 } else if (Z_TYPE_P(zstep) == IS_STRING) {2765 int type = is_numeric_string(Z_STRVAL_P(zstep), Z_STRLEN_P(zstep), NULL, NULL, 0);2776 step = zval_get_double(zstep);
Completed in 16 milliseconds