accel_php_resolve_path 116 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 848 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 1070 ext/opcache/ZendAccelerator.c realpath = accel_php_resolve_path(filename, filename_len, ZCG(include_path) TSRMLS_CC); accel_php_resolve_path 1895 ext/opcache/ZendAccelerator.c resolved_path = accel_php_resolve_path(filename, filename_len, ZCG(include_path) TSRMLS_CC);