accel_php_resolve_path  112 ext/opcache/ZendAccelerator.c static char *accel_php_resolve_path(const char *filename, int filename_length, const char *path TSRMLS_DC);
accel_php_resolve_path  839 ext/opcache/ZendAccelerator.c 		full_path_ptr = accel_php_resolve_path(file_handle->filename, strlen(file_handle->filename), ZCG(include_path) TSRMLS_CC);
accel_php_resolve_path 1061 ext/opcache/ZendAccelerator.c 	realpath = accel_php_resolve_path(filename, filename_len, ZCG(include_path) TSRMLS_CC);
accel_php_resolve_path 1860 ext/opcache/ZendAccelerator.c 				resolved_path = accel_php_resolve_path(filename, filename_len, ZCG(include_path) TSRMLS_CC);