Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Darray.c2759 zval *zlow, *zhigh, *zstep = NULL, tmp; local
2767 Z_PARAM_ZVAL(zstep)
2770 if (zstep) {
2771 if (Z_TYPE_P(zstep) == IS_DOUBLE) {
2773 } else if (Z_TYPE_P(zstep) == IS_STRING) {
2774 int type = is_numeric_string(Z_STRVAL_P(zstep), Z_STRLEN_P(zstep), NULL, NULL, 0);
2785 step = zval_get_double(zstep);

Completed in 34 milliseconds