Lines Matching refs:function_table
608 ZEND_HASH_FOREACH_BUCKET(CG(function_table), p) { in accel_copy_permanent_strings()
665 ZEND_HASH_FOREACH_BUCKET(&ce->function_table, q) { in accel_copy_permanent_strings()
1784 orig_functions_count = EG(function_table)->nNumUsed; in opcache_compile_file()
1832 …zend_accel_move_user_functions(CG(function_table), CG(function_table)->nNumUsed - orig_functions_c… in opcache_compile_file()
3315 if ((func = zend_hash_str_find_ptr(CG(function_table), "chdir", sizeof("chdir")-1)) != NULL &&
3508 if (EG(function_table)) {
3509 ZEND_HASH_REVERSE_FOREACH_VAL(EG(function_table), zv) {
3849 func = zend_hash_find_ptr(EG(function_table), key);
4050 ZEND_HASH_FOREACH_PTR_FROM(EG(function_table), op_array, EG(persistent_functions_count)) {
4055 ZEND_HASH_FOREACH_PTR(&ce->function_table, op_array) {
4160 ZEND_HASH_FOREACH_PTR(&ce->function_table, op_array) {
4172 ZEND_HASH_FOREACH_PTR(&ce->function_table, op_array) {
4335 if (zend_hash_num_elements(&script->function_table)) {
4336 Bucket *p = script->function_table.arData;
4337 Bucket *end = p + script->function_table.nNumUsed;
4339 zend_hash_extend(CG(function_table),
4340 CG(function_table)->nNumUsed + script->function_table.nNumUsed, 0);
4342 _zend_hash_append_ptr_ex(CG(function_table), p->key, Z_PTR(p->val), 1);
4360 if (EG(function_table)) {
4361 EG(persistent_functions_count) = EG(function_table)->nNumUsed;
4550 preload_move_user_functions(CG(function_table), &script->script.function_table);
4794 EG(function_table) = NULL;