Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Darray.c2725 zval *zlow, *zhigh, *zstep = NULL, tmp; local
2733 Z_PARAM_ZVAL(zstep)
2736 if (zstep) {
2737 if (Z_TYPE_P(zstep) == IS_DOUBLE) {
2739 } else if (Z_TYPE_P(zstep) == IS_STRING) {
2740 int type = is_numeric_string(Z_STRVAL_P(zstep), Z_STRLEN_P(zstep), NULL, NULL, 0);
2751 step = zval_get_double(zstep);

Completed in 28 milliseconds