3v4l.org

run code in 500+ PHP versions simultaneously
<?php $c = strpos(...); var_dump($c);
Output for 8.2.21 - 8.2.31, 8.3.4 - 8.3.31, 8.4.1 - 8.4.22, 8.5.0 - 8.5.7
object(Closure)#1 (2) { ["function"]=> string(6) "strpos" ["parameter"]=> array(3) { ["$haystack"]=> string(10) "<required>" ["$needle"]=> string(10) "<required>" ["$offset"]=> string(10) "<optional>" } }
Output for 8.1.30 - 8.1.34
object(Closure)#1 (1) { ["parameter"]=> array(3) { ["$haystack"]=> string(10) "<required>" ["$needle"]=> string(10) "<required>" ["$offset"]=> string(10) "<optional>" } }

preferences:
61.27 ms | 785 KiB | 4 Q