3v4l.org

run code in 500+ PHP versions simultaneously
<?php $c = strpos(...); var_dump($c);
Output for 8.2.21 - 8.2.32, 8.3.4 - 8.3.32, 8.4.1 - 8.4.23, 8.5.0 - 8.5.8
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:
68.73 ms | 802 KiB | 4 Q