<?php strpos(string $haystack, string $needle, int $offset = 0): int|false
<?php $file = file_get_contents($throwable->getFile()); if (strpos($file, '=======') === false) { return false; }
<?php return false; } if (strpos($file, '>>>>>>>') === false) { return false; }