3v4l.org

run code in 300+ PHP versions simultaneously
<?php $rname = "tester"; $line = "<td class='col-md-2'>%s</td>"; printf($line, htmlspecialchars($rname)); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JLs90
function name:  (null)
number of ops:  10
compiled vars:  !0 = $rname, !1 = $line
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'tester'
    3     1        ASSIGN                                                   !1, '%3Ctd+class%3D%27col-md-2%27%3E%25s%3C%2Ftd%3E'
    4     2        INIT_FCALL                                               'printf'
          3        SEND_VAR                                                 !1
          4        INIT_FCALL                                               'htmlspecialchars'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $4      
          7        SEND_VAR                                                 $4
          8        DO_ICALL                                                 
    7     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.88 ms | 1398 KiB | 17 Q