3v4l.org

run code in 300+ PHP versions simultaneously
<?php $category = 'Gas Boiler'; $find = strtolower('boiler'); $category = strtolower($category); var_dump(strpos($category, $find));

preferences:
62.69 ms | 402 KiB | 5 Q