3v4l.org

run code in 300+ PHP versions simultaneously
<?php printf("%2$d %1$d", 333, 222);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5geJl
function name:  (null)
number of ops:  10
compiled vars:  !0 = $d
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'printf'
          1        ROPE_INIT                                     4  ~2      '%252'
          2        ROPE_ADD                                      1  ~2      ~2, !0
          3        ROPE_ADD                                      2  ~2      ~2, '+%251'
          4        ROPE_END                                      3  ~1      ~2, !0
          5        SEND_VAL                                                 ~1
          6        SEND_VAL                                                 333
          7        SEND_VAL                                                 222
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.38 ms | 1394 KiB | 15 Q