3v4l.org

run code in 300+ PHP versions simultaneously
<?php function printPh($string,Array $params){ $tok = strtok($string,':'); $msg = ''; while($tok !== false){ $msg .= array_key_exists($tok,$params) ? $params[$tok] : $tok; $tok = strtok(':'); } return $msg; } echo printPh('<p>:ph1: :ph2:</p>',['ph1'=>'placerholder 1','ph2'=>'placeholder 2']);
Output for git.master, git.master_jit, rfc.property-hooks
<p>placerholder 1 placeholder 2</p>

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