Lines Matching refs:cache_opline
1726 ZCG(cache_opline) == NULL) || in persistent_compile_file()
1730 ZCG(cache_opline) == EG(current_execute_data)->opline))) { in persistent_compile_file()
1787 ZCG(cache_opline) = NULL; in persistent_compile_file()
1983 ZCG(cache_opline) == NULL) || in persistent_stream_open_function()
1987 ZCG(cache_opline) == EG(current_execute_data)->opline)) { in persistent_stream_open_function()
1996 ZCG(cache_opline) = NULL; in persistent_stream_open_function()
2035 ZCG(cache_opline) = EG(current_execute_data) ? EG(current_execute_data)->opline : NULL; in persistent_zend_resolve_path()
2041 ZCG(cache_opline) = NULL; in persistent_zend_resolve_path()
2068 ZCG(cache_opline) = EG(current_execute_data) ? EG(current_execute_data)->opline : NULL; in persistent_zend_resolve_path()
2075 ZCG(cache_opline) = NULL; in persistent_zend_resolve_path()
2080 ZCG(cache_opline) = NULL; in persistent_zend_resolve_path()
2125 ZCG(cache_opline) = NULL; in accel_activate()