3v4l.org

run code in 300+ PHP versions simultaneously
<?php array( "room_wifi" => "wifi", "room_aircon" => "air", "room_pets" => "pet", // Funkcije so tukaj, ker imamo tip kot int. V tem primeru moramo preveriti // ali je value = 0, ker v tem primeru ocitno fact ne velja. Za bool // je pa lahko seveda obični mapping. "sports_pool_indoor" => function ($v) { return (($v) ? array("ipl", "pol") : null); }, "sports_pooloutdoor" => function ($v) { return (($v) ? "pol" : null); }, "sports_poolfreshwater" => function ($v) { return (($v) ? "pol" : null); }, "sports_poolsaltwater" => function ($v) { return (($v) ? "pol" : null); }, "sports_poolchildrens" => function ($v) { return (($v) ? "pol" : null); }, "sports_poolbar" => function ($v) { return (($v) ? "pol" : null); }, "sports_numberofpools" => function ($v) { return (($v) ? "pol" : null); }, "sports_poolheated" => function ($v) { return (($v) ? "pol" : null); }, "m2_object_has_pool" => function ($v) { return (($v) ? "pol" : null); }, "m2_object_has_inpool" => function ($v) { return (($v) ? "ipl" : null); }, "daccess_pool" => "pol", "object_has_pool" => "pol", "object_has_inpool" => array("ipl", "pol"), "num_pets_allowed" => function ($v) { return (($v > 1) ? "pet" : null); }, "dist_sea" => function ($v) { if ($v < 100) return "bea"; if (($v >= 100) && ($v <= 500)) return "ben"; return null; }, );
Output for git.master, git.master_jit, rfc.property-hooks

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