3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = <<<'EOD' printf("<td>%s</td>\n<td>%s</td>\n<td>%s</td>\n", $element['name'], $element['type'], $element['size']); EOD; print "<p>$str</p>\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RA3bK
function name:  (null)
number of ops:  6
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'printf%28%22%3Ctd%3E%25s%3C%2Ftd%3E%5Cn%3Ctd%3E%25s%3C%2Ftd%3E%5Cn%3Ctd%3E%25s%3C%2Ftd%3E%5Cn%22%2C+%24element%5B%27name%27%5D%2C+%24element%5B%27type%27%5D%2C+%24element%5B%27size%27%5D%29%3B'
    6     1        ROPE_INIT                                     3  ~3      '%3Cp%3E'
          2        ROPE_ADD                                      1  ~3      ~3, !0
          3        ROPE_END                                      2  ~2      ~3, '%3C%2Fp%3E%0A'
          4        ECHO                                                     ~2
          5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
181.55 ms | 1392 KiB | 13 Q