full_path_ptr     836 ext/opcache/ZendAccelerator.c 	char *full_path_ptr = NULL;
full_path_ptr     848 ext/opcache/ZendAccelerator.c 		full_path_ptr = accel_php_resolve_path(file_handle->filename, strlen(file_handle->filename), ZCG(include_path) TSRMLS_CC);
full_path_ptr     850 ext/opcache/ZendAccelerator.c 		full_path_ptr = accelerator_orig_zend_resolve_path(file_handle->filename, strlen(file_handle->filename) TSRMLS_CC);
full_path_ptr     852 ext/opcache/ZendAccelerator.c 		if (full_path_ptr && strcmp(persistent_script->full_path, full_path_ptr) != 0) {
full_path_ptr     853 ext/opcache/ZendAccelerator.c 			efree(full_path_ptr);
full_path_ptr     856 ext/opcache/ZendAccelerator.c 		file_handle->opened_path = full_path_ptr;
full_path_ptr     860 ext/opcache/ZendAccelerator.c 		if (full_path_ptr) {
full_path_ptr     861 ext/opcache/ZendAccelerator.c 			efree(full_path_ptr);
full_path_ptr     868 ext/opcache/ZendAccelerator.c 		if (full_path_ptr) {
full_path_ptr     869 ext/opcache/ZendAccelerator.c 			efree(full_path_ptr);
full_path_ptr     874 ext/opcache/ZendAccelerator.c 	if (full_path_ptr) {
full_path_ptr     875 ext/opcache/ZendAccelerator.c 		efree(full_path_ptr);