Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Darray.c3469 *z_length = NULL, /* How many elements to get */ local
3483 Z_PARAM_ZVAL(z_length)
3491 if (ZEND_NUM_ARGS() < 3 || Z_TYPE_P(z_length) == IS_NULL) {
3494 length = zval_get_long(z_length);

Completed in 17 milliseconds