3v4l.org

run code in 300+ PHP versions simultaneously
<?php function flavour ($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
Fatal error: Uncaught Error: Call to undefined function flavor() in /in/h9C2V:23 Stack trace: #0 {main} thrown in /in/h9C2V on line 23
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:
43.9 ms | 401 KiB | 8 Q