full_path_ptr     855 ext/opcache/ZendAccelerator.c 	zend_string *full_path_ptr = NULL;
full_path_ptr     868 ext/opcache/ZendAccelerator.c 		full_path_ptr = accelerator_orig_zend_resolve_path(file_handle->filename, strlen(file_handle->filename));
full_path_ptr     869 ext/opcache/ZendAccelerator.c 		if (full_path_ptr &&
full_path_ptr     870 ext/opcache/ZendAccelerator.c 		    persistent_script->full_path != full_path_ptr &&
full_path_ptr     871 ext/opcache/ZendAccelerator.c 		    (ZSTR_LEN(persistent_script->full_path) != ZSTR_LEN(full_path_ptr) ||
full_path_ptr     872 ext/opcache/ZendAccelerator.c 		     memcmp(ZSTR_VAL(persistent_script->full_path), ZSTR_VAL(full_path_ptr), ZSTR_LEN(full_path_ptr)) != 0)) {
full_path_ptr     873 ext/opcache/ZendAccelerator.c 			zend_string_release(full_path_ptr);
full_path_ptr     876 ext/opcache/ZendAccelerator.c 		file_handle->opened_path = full_path_ptr;
full_path_ptr     880 ext/opcache/ZendAccelerator.c 		if (full_path_ptr) {
full_path_ptr     881 ext/opcache/ZendAccelerator.c 			zend_string_release(full_path_ptr);
full_path_ptr     888 ext/opcache/ZendAccelerator.c 		if (full_path_ptr) {
full_path_ptr     889 ext/opcache/ZendAccelerator.c 			zend_string_release(full_path_ptr);
full_path_ptr     894 ext/opcache/ZendAccelerator.c 	if (full_path_ptr) {
full_path_ptr     895 ext/opcache/ZendAccelerator.c 		zend_string_release(full_path_ptr);