stream_resolve_include_path

Supported Versions: PHP 5 >= 5.3.2, PHP 7, PHP 8
Resolve filename against the include path
<?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;
<?php                 continue;

            }

            $path = $dir . implode('/', array_slice(explode('\\', $class), 2)).'.php';

            if (!$path = stream_resolve_include_path($path)) {

                return false;

            }

            require $path;
<?php         }




        if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) {

            return $file;

        }
<?php         }




        if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) {

            return $file;

        }