Lines Matching refs:ZCG
30 #define ADD_DUP_SIZE(m,s) ZCG(current_persistent_script)->size += zend_shared_memdup_size((void*)m…
31 #define ADD_SIZE(m) ZCG(current_persistent_script)->size += ZEND_ALIGNED_SIZE(m)
36 if (ZCG(current_persistent_script)->corrupted) { \
109 if (!ZCG(current_persistent_script)->corrupted in zend_persist_zval_calc()
128 if (ZCG(current_persistent_script)->corrupted in zend_persist_zval_calc()
146 && (ZCG(current_persistent_script)->corrupted in zend_persist_attributes_calc()
269 if (ZCG(accel_directives).save_comments && op_array->doc_comment) { in zend_persist_op_array_calc_ex()
333 && !ZCG(current_persistent_script)->corrupted in zend_persist_class_method_calc()
360 if (ZCG(accel_directives).save_comments && prop->doc_comment) { in zend_persist_property_info_calc()
373 if (!ZCG(current_persistent_script)->corrupted in zend_persist_class_constant_calc()
380 if (ZCG(accel_directives).save_comments && c->doc_comment) { in zend_persist_class_constant_calc()
470 if (ZCG(accel_directives).save_comments && ce->info.user.doc_comment) { in zend_persist_class_entry_calc()
578 ZCG(current_persistent_script) = new_persistent_script; in zend_accel_script_persist_calc()
612 ZCG(current_persistent_script) = NULL; in zend_accel_script_persist_calc()