<?php stream_resolve_include_path(string $filename): string|false
<?php } if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) { return $file; }
<?php continue; } $path = $dir . implode('/', array_slice(explode('\\', $class), 2)).'.php'; if (!$path = stream_resolve_include_path($path)) { return false; } require $path;