<?php set_include_path(string $include_path): string|false
<?php get_include_path() ); set_include_path($oldIncludePath); } public function testIncludePathsInRootPackage()
<?php get_include_path() ); set_include_path($oldIncludePath); } public function testIncludePathFileWithoutPathsIsSkipped()
<?php $includePaths = require __DIR__ . '/include_paths.php'; $includePaths[] = get_include_path(); set_include_path(implode(PATH_SEPARATOR, $includePaths)); require __DIR__ . '/autoload_static.php'; \Composer\Autoload\ComposerStaticInitFilesAutoload::getInitializer($loader)();