Lines Matching refs:opened_path
278 file_handle->opened_path = NULL; in zend_destroy_file_handle()
549 if (file_handle->opened_path) { in open_file_for_scanning()
550 compiled_filename = zend_string_copy(file_handle->opened_path); in open_file_for_scanning()
635 zend_string *opened_path = NULL; in compile_filename() local
646 file_handle.opened_path = NULL; in compile_filename()
651 if (!file_handle.opened_path) { in compile_filename()
652 file_handle.opened_path = opened_path = zend_string_copy(Z_STR_P(filename)); in compile_filename()
655 zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path); in compile_filename()
657 if (opened_path) { in compile_filename()
658 zend_string_release(opened_path); in compile_filename()
807 file_handle.opened_path = NULL; in BEGIN_EXTERN_C()