3v4l.org

run code in 300+ PHP versions simultaneously
<?php $q = array(); function a() { global $q; $q[] = "a was called"; return 1; } function b() { global $q; $q[] = "b was called"; return 1; } echo a() + b(); echo implode(",", $q);

preferences:
39.69 ms | 402 KiB | 5 Q