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>"; pr($form_cell_html);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $stripped_appointment_time in /in/CdmdH on line 2 Warning: Undefined variable $is_colored in /in/CdmdH on line 2 Warning: Undefined variable $stripped_appointment_time in /in/CdmdH on line 3 Warning: Undefined variable $selected_formatted_time in /in/CdmdH on line 5 Warning: Undefined variable $appointment_time in /in/CdmdH on line 6 Warning: Undefined variable $door in /in/CdmdH on line 7 Warning: Undefined variable $plant_id in /in/CdmdH on line 8 Fatal error: Uncaught Error: Call to undefined function pr() in /in/CdmdH:12 Stack trace: #0 {main} thrown in /in/CdmdH on line 12
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:
50.91 ms | 401 KiB | 8 Q