apply_func_arg_t 1547 Zend/zend_hash.c ZEND_API void ZEND_FASTCALL zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_func, void *argument)
apply_func_arg_t  127 Zend/zend_hash.h typedef int (*apply_func_arg_t)(zval *pDest, void *argument);
apply_func_arg_t  133 Zend/zend_hash.h ZEND_API void ZEND_FASTCALL zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_func, void *);
apply_func_arg_t  154 Zend/zend_ts_hash.c ZEND_API void zend_ts_hash_apply_with_argument(TsHashTable *ht, apply_func_arg_t apply_func, void *argument)
apply_func_arg_t   68 Zend/zend_ts_hash.h ZEND_API void zend_ts_hash_apply_with_argument(TsHashTable *ht, apply_func_arg_t apply_func, void *);
apply_func_arg_t   74 ext/mysqlnd/mysqlnd.h PHPAPI void mysqlnd_plugin_apply_with_argument(apply_func_arg_t apply_func, void * argument);
apply_func_arg_t  168 ext/mysqlnd/mysqlnd_plugin.c PHPAPI void mysqlnd_plugin_apply_with_argument(apply_func_arg_t apply_func, void * argument)
apply_func_arg_t 1157 ext/odbc/php_odbc.c 					(apply_func_arg_t) _close_pconn_with_res, (void *)p);
apply_func_arg_t 2761 ext/odbc/php_odbc.c 		zend_hash_apply_with_argument(&EG(persistent_list),	(apply_func_arg_t) _close_pconn_with_res, (void *) Z_RES_P(pv_conn));	
apply_func_arg_t  151 ext/opcache/zend_accelerator_util_funcs.c 	zend_hash_apply_with_argument(CG(function_table), (apply_func_arg_t)copy_internal_function, &ZCG(function_table));
apply_func_arg_t  809 ext/spl/php_spl.c 	zend_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &strg);
apply_func_arg_t  817 ext/spl/php_spl.c 	zend_hash_apply_with_argument(Z_ARRVAL_P(&list), (apply_func_arg_t)spl_build_class_list_string, &strg);