Searched refs:includeIfExists (Results 1 – 4 of 4) sorted by relevance
26 function includeIfExists(string $file): bool32 !includeIfExists(__DIR__ . '/../../../../autoload.php') &&33 !includeIfExists(__DIR__ . '/../../vendor/autoload.php') &&34 !includeIfExists(__DIR__ . '/../../../../../../vendor/autoload.php')
3 function includeIfExists($file) { function8 (!$loader = includeIfExists(__DIR__.'/../vendor/autoload.php'))9 && (!$loader = includeIfExists(__DIR__.'/../../../autoload.php'))
12 function includeIfExists($file) function22 if ((!$loader = includeIfExists(__DIR__ . '/../vendor/autoload.php')) && (!$loader = includeIfExist…