Lines Matching refs:current_persistent_script

42 	 || (ZCG(current_persistent_script) && ZCG(current_persistent_script)->corrupted)) { \
104 if (EXPECTED(!ZCG(current_persistent_script)->corrupted)) { in zend_hash_persist()
114 if (EXPECTED(!ZCG(current_persistent_script)->corrupted)) { in zend_hash_persist()
218 } else if (!ZCG(current_persistent_script)->corrupted in zend_persist_zval()
259 } else if (ZCG(current_persistent_script)->corrupted in zend_persist_zval()
281 if (!ZCG(current_persistent_script)->corrupted && zend_accel_in_shm(attributes)) { in zend_persist_attributes()
366 if (!ZCG(current_persistent_script)->corrupted) { in zend_persist_type()
690 if (!ZCG(current_persistent_script)->corrupted) { in zend_persist_op_array()
700 && (!ZCG(current_persistent_script) in zend_persist_op_array()
701 || !ZCG(current_persistent_script)->corrupted)) { in zend_persist_op_array()
702 …zend_jit_op_array(op_array, ZCG(current_persistent_script) ? &ZCG(current_persistent_script)->scri… in zend_persist_op_array()
746 && !ZCG(current_persistent_script)->corrupted in zend_persist_class_method()
822 && (!ZCG(current_persistent_script) in zend_persist_property_info()
823 || !ZCG(current_persistent_script)->corrupted)) { in zend_persist_property_info()
825 …zend_jit_op_array(hook, ZCG(current_persistent_script) ? &ZCG(current_persistent_script)->script :… in zend_persist_property_info()
854 } else if (!ZCG(current_persistent_script)->corrupted in zend_persist_class_constant()
899 if (EXPECTED(!ZCG(current_persistent_script)->corrupted)) { in zend_persist_class_entry()
918 && !ZCG(current_persistent_script)->corrupted) { in zend_persist_class_entry()
1285 !ZCG(current_persistent_script)->corrupted) { in zend_accel_persist_class_table()
1296 …zend_jit_op_array(op_array, ZCG(current_persistent_script) ? &ZCG(current_persistent_script)->scri… in zend_accel_persist_class_table()
1298 …t_op_array(op_array->dynamic_func_defs[i], ZCG(current_persistent_script) ? &ZCG(current_persisten… in zend_accel_persist_class_table()
1367 ZCG(current_persistent_script) = script; in zend_accel_script_persist()
1428 ZCG(current_persistent_script) = NULL; in zend_accel_script_persist()