Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dbasic_functions.c4258 zval *val, **args = NULL, *p_longopts = NULL; local
4262 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|a", &options, &options_len, &p_longopts) =…
4315 if (p_longopts) {
4319 count = zend_hash_num_elements(Z_ARRVAL_P(p_longopts));
4330 zend_hash_internal_pointer_reset(Z_ARRVAL_P(p_longopts));
4333 while (zend_hash_get_current_data(Z_ARRVAL_P(p_longopts), (void **)&entry) == SUCCESS) {
4361 zend_hash_move_forward(Z_ARRVAL_P(p_longopts));

Completed in 16 milliseconds