Searched refs:add_config_entry_cb (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/standard/ |
| H A D | basic_functions.c | 4571 /* {{{ add_config_entry_cb 4573 static int add_config_entry_cb(zval *entry TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key) function 4587 zend_hash_apply_with_arguments(Z_ARRVAL_P(entry) TSRMLS_CC, (apply_func_args_t) add_config_entry_cb, 1, tmp); 4611 zend_hash_apply_with_arguments(Z_ARRVAL_P(retval) TSRMLS_CC, (apply_func_args_t) add_config_entry_cb, 1, return_value); 6055 zend_hash_apply_with_arguments(hash TSRMLS_CC, (apply_func_args_t) add_config_entry_cb, 1, return_value);
|
Completed in 9 milliseconds