3v4l.org

run code in 300+ PHP versions simultaneously
<?php $requestParams = [ 'hotel_age_child' => 0, 'hotel_age_teen' => 12, 'hotel_age_adult' => 16, 'hotel_age_senior' => 50, 'hotel_age_child_label' => 'Child Label', 'hotel_age_teen_label' => 'Teen Label', 'hotel_age_adult_label' => 'Adult Label', 'hotel_age_senior_label' => 'Senior Label', 'hotel_age_infant_label' => 'Infant Label', 'room_types' => [ [ 'room_type_id' => $roomTypeId, 'room_type_max_adults' => 2, 'room_type_max_children' => 0, 'room_type_max_occupants' => 2 ], ], ]; echo json_encode($requestParams);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $roomTypeId in /in/l8GaH on line 15 {"hotel_age_child":0,"hotel_age_teen":12,"hotel_age_adult":16,"hotel_age_senior":50,"hotel_age_child_label":"Child Label","hotel_age_teen_label":"Teen Label","hotel_age_adult_label":"Adult Label","hotel_age_senior_label":"Senior Label","hotel_age_infant_label":"Infant Label","room_types":[{"room_type_id":null,"room_type_max_adults":2,"room_type_max_children":0,"room_type_max_occupants":2}]}

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