Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Darray.c2165 **z_length = NULL, /* How many elements to get */ in PHP_FUNCTION() local
2177 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "al|Zb", &input, &offset, &z_length, &preserv… in PHP_FUNCTION()
2185 if (ZEND_NUM_ARGS() < 3 || Z_TYPE_PP(z_length) == IS_NULL) { in PHP_FUNCTION()
2188 convert_to_long_ex(z_length); in PHP_FUNCTION()
2189 length = Z_LVAL_PP(z_length); in PHP_FUNCTION()

Completed in 20 milliseconds