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);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VABPZ
function name:  (null)
number of ops:  33
compiled vars:  !0 = $form_cell_html, !1 = $stripped_appointment_time, !2 = $is_colored, !3 = $selected_formatted_time, !4 = $appointment_time, !5 = $door, !6 = $plant_id
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ROPE_INIT                                     5  ~8      '%3Ctd+class%3D%27receiving_portal_transparent_cell%27+onClick%3D%22submit_cell_form%28%27'
          1        ROPE_ADD                                      1  ~8      ~8, !1
          2        ROPE_ADD                                      2  ~8      ~8, '%27%2C+%27'
          3        ROPE_ADD                                      3  ~8      ~8, !2
          4        ROPE_END                                      4  ~7      ~8, '%27%29%3B%22%3E'
    3     5        ROPE_INIT                                     3  ~12     '%3Cform+id%3D%27'
          6        ROPE_ADD                                      1  ~12     ~12, !1
          7        ROPE_END                                      2  ~11     ~12, '%27+action%3D%27%2Fshiplinx%2Fappointment_request%2F%27+method%3D%27POST%27%3E'
          8        CONCAT                                           ~14     ~7, ~11
    4     9        CONCAT                                           ~15     ~14, '%3Cinput+type%3D%27hidden%27+name%3D%27data%5Bfixed_appointment%5D%27+value%3D%271%27+%2F%3E'
    5    10        ROPE_INIT                                     3  ~17     '%3Cinput+type%3D%27hidden%27+name%3D%27data%5Bpre_determined_appointment%5D%5Bdate%5D%27+value%3D%27'
         11        ROPE_ADD                                      1  ~17     ~17, !3
         12        ROPE_END                                      2  ~16     ~17, '%27+%2F%3E'
         13        CONCAT                                           ~19     ~15, ~16
    6    14        ROPE_INIT                                     3  ~21     '%3Cinput+type%3D%27hidden%27+name%3D%27data%5Bpre_determined_appointment%5D%5Btime%5D%27+value%3D%27'
         15        ROPE_ADD                                      1  ~21     ~21, !4
         16        ROPE_END                                      2  ~20     ~21, '%27+%2F%3E'
         17        CONCAT                                           ~23     ~19, ~20
    7    18        ROPE_INIT                                     3  ~25     '%3Cinput+type%3D%27hidden%27+name%3D%27data%5Bpre_determined_appointment%5D%5Bdoor%5D%27+value%3D%27'
         19        ROPE_ADD                                      1  ~25     ~25, !5
         20        ROPE_END                                      2  ~24     ~25, '%27+%2F%3E'
         21        CONCAT                                           ~27     ~23, ~24
    8    22        ROPE_INIT                                     3  ~29     '%3Cinput+type%3D%27hidden%27+name%3D%27data%5Bpre_determined_appointment%5D%5Bplant_id%5D%27+value%3D%27'
         23        ROPE_ADD                                      1  ~29     ~29, !6
         24        ROPE_END                                      2  ~28     ~29, '%27+%2F%3E'
         25        CONCAT                                           ~31     ~27, ~28
    9    26        CONCAT                                           ~32     ~31, '%3C%2Fform%3E'
   10    27        CONCAT                                           ~33     ~32, '%3C%2Ftd%3E'
    2    28        ASSIGN                                                   !0, ~33
   12    29        INIT_FCALL                                               'var_dump'
         30        SEND_VAR                                                 !0
         31        DO_ICALL                                                 
         32      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.3 ms | 1396 KiB | 15 Q