Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dbasic_functions.c4368 zval val, *args = NULL, *p_longopts = NULL; local
4376 Z_PARAM_ARRAY(p_longopts)
4424 if (p_longopts) {
4428 count = zend_hash_num_elements(Z_ARRVAL_P(p_longopts));
4439 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(p_longopts), entry) {

Completed in 15 milliseconds