Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Darray.c2130 **z_length = NULL, /* How many elements to get */ in PHP_FUNCTION() local
2142 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "al|Zb", &input, &offset, &z_length, &preserv… in PHP_FUNCTION()
2150 if (ZEND_NUM_ARGS() < 3 || Z_TYPE_PP(z_length) == IS_NULL) { in PHP_FUNCTION()
2153 convert_to_long_ex(z_length); in PHP_FUNCTION()
2154 length = Z_LVAL_PP(z_length); in PHP_FUNCTION()

Completed in 14 milliseconds