Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Darray.c2693 zval *zlow, *zhigh, *zstep = NULL, tmp; local
2701 Z_PARAM_NUMBER(zstep)
2704 if (zstep) {
2705 is_step_double = Z_TYPE_P(zstep) == IS_DOUBLE;
2706 step = zval_get_double(zstep);

Completed in 16 milliseconds