Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dbasic_functions.c1030 zval val, *args = NULL, *p_longopts = NULL; local
1038 Z_PARAM_ARRAY(p_longopts)
1086 if (p_longopts) {
1090 count = zend_hash_num_elements(Z_ARRVAL_P(p_longopts));
1101 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(p_longopts), entry) {

Completed in 11 milliseconds