Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Darray.c3501 *z_length = NULL, /* How many elements to get */ local
3515 Z_PARAM_ZVAL(z_length)
3523 if (ZEND_NUM_ARGS() < 3 || Z_TYPE_P(z_length) == IS_NULL) {
3526 length = zval_get_long(z_length);

Completed in 17 milliseconds