<?php realpath(string $path): string|false
<?php ->first(function ($compiledData) use ($compiledPath) { $comparePath = $compiledData['compiledPath']; return realpath(dirname($comparePath)).DIRECTORY_SEPARATOR.basename($comparePath) === $compiledPath; }); }