3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = '/* Single home page checked out message. */ "SINGLE_HOME_PAGE_CHECKED_OUT_FORMAT_EMAIL" = "A copy of your bill has been sent to %@";'; echo strstr($string, '*/'); echo PHP_EOL . PHP_EOL; echo strrchr($string, '*/'); echo PHP_EOL . PHP_EOL; var_dump(explode('*/', $string));
Output for git.master, git.master_jit, rfc.property-hooks
*/ "SINGLE_HOME_PAGE_CHECKED_OUT_FORMAT_EMAIL" = "A copy of your bill has been sent to %@"; */ "SINGLE_HOME_PAGE_CHECKED_OUT_FORMAT_EMAIL" = "A copy of your bill has been sent to %@"; array(2) { [0]=> string(41) "/* Single home page checked out message. " [1]=> string(89) " "SINGLE_HOME_PAGE_CHECKED_OUT_FORMAT_EMAIL" = "A copy of your bill has been sent to %@";" }

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:
48.86 ms | 402 KiB | 8 Q