3v4l.org

run code in 300+ PHP versions simultaneously
<?php #$srch = substr("echo phpinfo();echo 'apple'\\e", 0, -1); $srch = "^echo phpinfo();echo 'apple1'\e[^\\]"; echo $srch;echo "\n"; $search = htmlentities($srch); echo $search; echo "\n"; if (strpos($search, 'apple') !== false){ echo "in the if!\n"; echo preg_replace("/".$search."/", $search." <img src='".$search.".png'>", "apple"); }; ?>
Output for git.master, git.master_jit, rfc.property-hooks
^echo phpinfo();echo 'apple1'[^\] ^echo phpinfo();echo &#039;apple1&#039;[^\] in the if! Warning: preg_replace(): Compilation failed: missing terminating ] for character class at offset 44 in /in/JbjcG on line 9

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:
66.09 ms | 401 KiB | 8 Q