Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Darray.c2750 zval *zlow, *zhigh, *zstep = NULL, tmp; local
2758 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 17 milliseconds