Lines Matching refs:CG

392 	p = CG(function_table)->pListHead;  in accel_use_shm_interned_strings()
401 p = CG(class_table)->pListHead; in accel_use_shm_interned_strings()
457 p = CG(auto_globals)->pListHead; in accel_use_shm_interned_strings()
1361 orig_active_op_array = CG(active_op_array); in compile_and_cache_file()
1362 orig_function_table = CG(function_table); in compile_and_cache_file()
1363 orig_class_table = CG(class_table); in compile_and_cache_file()
1367 CG(function_table) = &ZCG(function_table); in compile_and_cache_file()
1368 EG(class_table) = CG(class_table) = &new_persistent_script->class_table; in compile_and_cache_file()
1373 orig_compiler_options = CG(compiler_options); in compile_and_cache_file()
1374 CG(compiler_options) |= ZEND_COMPILE_HANDLE_OP_ARRAY; in compile_and_cache_file()
1375 CG(compiler_options) |= ZEND_COMPILE_IGNORE_INTERNAL_CLASSES; in compile_and_cache_file()
1376 CG(compiler_options) |= ZEND_COMPILE_DELAYED_BINDING; in compile_and_cache_file()
1377 CG(compiler_options) |= ZEND_COMPILE_NO_CONSTANT_SUBSTITUTION; in compile_and_cache_file()
1381 CG(compiler_options) = orig_compiler_options; in compile_and_cache_file()
1387 CG(compiler_options) = orig_compiler_options; in compile_and_cache_file()
1392 CG(active_op_array) = orig_active_op_array; in compile_and_cache_file()
1393 CG(function_table) = orig_function_table; in compile_and_cache_file()
1394 EG(class_table) = CG(class_table) = orig_class_table; in compile_and_cache_file()
1462 CG(interactive) ||
1805 !CG(interactive) &&
1901 !CG(interactive) &&
1966 !CG(interactive) &&
2324 CG(unclean_shutdown) = 1;
2449 orig_interned_strings_start = CG(interned_strings_start);
2450 orig_interned_strings_end = CG(interned_strings_end);
2451 CG(interned_strings_start) = ZCSG(interned_strings_start);
2452 CG(interned_strings_end) = ZCSG(interned_strings_end);
2491 …zend_hash_init(&accel_globals->function_table, zend_hash_num_elements(CG(function_table)), NULL, Z…
2556 orig_interned_strings_start = CG(interned_strings_start);
2557 orig_interned_strings_end = CG(interned_strings_end);
2562 CG(interned_strings_start) = ZCSG(interned_strings_start);
2563 CG(interned_strings_end) = ZCSG(interned_strings_end);
2602 if (zend_hash_find(CG(function_table), "chdir", sizeof("chdir"), (void**)&func) == SUCCESS &&
2691 zend_hash_clean(CG(function_table));
2692 zend_hash_clean(CG(class_table));
2695 CG(interned_strings_start) = orig_interned_strings_start;
2696 CG(interned_strings_end) = orig_interned_strings_end;