3v4l.org

run code in 300+ PHP versions simultaneously
<?php $form_cell_html = "<td class='receiving_portal_transparent_cell' onClick=\"submit_cell_form('$stripped_appointment_time', '$is_colored');\">" . "<form id='$stripped_appointment_time' action='/shiplinx/appointment_request/' method='POST'>" . "<input type='hidden' name='data[fixed_appointment]' value='1' />" . "<input type='hidden' name='data[pre_determined_appointment][date]' value='$selected_formatted_time' />" . "<input type='hidden' name='data[pre_determined_appointment][time]' value='$appointment_time' />" . "<input type='hidden' name='data[pre_determined_appointment][door]' value='$door' />" . "<input type='hidden' name='data[pre_determined_appointment][plant_id]' value='$plant_id' />" . "</form>" . "</td>"; var_dump($form_cell_html);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $stripped_appointment_time in /in/VABPZ on line 2 Warning: Undefined variable $is_colored in /in/VABPZ on line 2 Warning: Undefined variable $stripped_appointment_time in /in/VABPZ on line 3 Warning: Undefined variable $selected_formatted_time in /in/VABPZ on line 5 Warning: Undefined variable $appointment_time in /in/VABPZ on line 6 Warning: Undefined variable $door in /in/VABPZ on line 7 Warning: Undefined variable $plant_id in /in/VABPZ on line 8 string(540) "<td class='receiving_portal_transparent_cell' onClick="submit_cell_form('', '');"><form id='' action='/shiplinx/appointment_request/' method='POST'><input type='hidden' name='data[fixed_appointment]' value='1' /><input type='hidden' name='data[pre_determined_appointment][date]' value='' /><input type='hidden' name='data[pre_determined_appointment][time]' value='' /><input type='hidden' name='data[pre_determined_appointment][door]' value='' /><input type='hidden' name='data[pre_determined_appointment][plant_id]' value='' /></form></td>"

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:
35.64 ms | 403 KiB | 8 Q