<?php strrpos(string $haystack, string $needle, int $offset = 0): int|false
<?php $staticPrefix = self::getStaticPrefix($glob, $flags); if (false !== ($pos = strrpos($staticPrefix, '/'))) { if (0 === $pos) {
<?php public static function makeTempDir($namespace, $className) { if (false !== ($pos = strrpos($className, '\\'))) { $shortClass = substr($className, $pos + 1); } else { $shortClass = $className;