3v4l.org

run code in 300+ PHP versions simultaneously
<?php $table = <<<HTML <table> <tr> <th>Date</th> <th>Employee ID</th> <th>Jack #</th> </tr> <tr> <td>date('Y-m-d')</td> <td>1335</td> <td>3-3-D17</td> </tr> </table> HTML; echo $table;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kHQ5u
function name:  (null)
number of ops:  3
compiled vars:  !0 = $table
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%3Ctable%3E%0A++++%3Ctr%3E%0A++++++++%3Cth%3EDate%3C%2Fth%3E%0A++++++++%3Cth%3EEmployee+ID%3C%2Fth%3E%0A++++++++%3Cth%3EJack+%23%3C%2Fth%3E%0A++++%3C%2Ftr%3E%0A++++%3Ctr%3E%0A++++++++%3Ctd%3Edate%28%27Y-m-d%27%29%3C%2Ftd%3E%0A++++++++%3Ctd%3E1335%3C%2Ftd%3E%0A++++++++%3Ctd%3E3-3-D17%3C%2Ftd%3E%0A++++%3C%2Ftr%3E%0A%3C%2Ftable%3E'
   17     1        ECHO                                                     !0
          2      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.33 ms | 1392 KiB | 13 Q