3v4l.org

run code in 300+ PHP versions simultaneously
<?php function flavor ($type = null) { switch($type): default: $type = null; case $array[] = "Coklat": if ($type != null){ $array = array($type); break; } case $array[] = "Stroberi"; if ($type != null) { $array = array($type); break; } case $array[] = "Vanila"; if ($type != null) { $array = array($type); break; } endswitch; if ( (count($array) != 1)) { return "Rasa tersedia: " .implode (", ", $array); } else{ return "Rasa yang terpilih: " .implode (", ", $array); } } echo flavor() . "<br>"; /* Flavors available: chocolate, strawberry, vanilla */ echo flavor("banana") . "<br>"; /* Flavors available: chocolate, strawberry, vanilla */ echo flavor("chocolate") . "<br>"; /* Flavor selected: chocolate */
Output for git.master, git.master_jit, rfc.property-hooks
Rasa tersedia: Coklat, Stroberi, Vanila<br>Rasa tersedia: Coklat, Stroberi, Vanila<br>Rasa tersedia: Coklat, Stroberi, Vanila<br>

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