Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Darray.c1591 zval *zlow, *zhigh, *zstep = NULL; in PHP_FUNCTION() local
1595 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z/z/|z/", &zlow, &zhigh, &zstep) == FAILURE)… in PHP_FUNCTION()
1599 if (zstep) { in PHP_FUNCTION()
1600 if (Z_TYPE_P(zstep) == IS_DOUBLE || in PHP_FUNCTION()
1601 …(Z_TYPE_P(zstep) == IS_STRING && is_numeric_string(Z_STRVAL_P(zstep), Z_STRLEN_P(zstep), NULL, NUL… in PHP_FUNCTION()
1606 convert_to_double_ex(&zstep); in PHP_FUNCTION()
1607 step = Z_DVAL_P(zstep); in PHP_FUNCTION()

Completed in 13 milliseconds