3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = "http://www.foo.com/parentfoo/childfoo/"; $last = strrpos($url, '/'); if ($last === false) { return false; } $next_to_last = strrpos($url, '/', $last - strlen($url) - 1, 1); $var1 = substr_replace($url,"",$last); echo $var2 = substr_replace($var1,"#",$next_to_last,1);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught ArgumentCountError: strrpos() expects at most 3 arguments, 4 given in /in/a69HX:9 Stack trace: #0 /in/a69HX(9): strrpos('http://www.foo....', '/', -2, 1) #1 {main} thrown in /in/a69HX on line 9
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
47.64 ms | 401 KiB | 8 Q