3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i = 0; print sprintf('%s %s %s'."\n", 'I', 'am', 'not', 'stupiasdsas', $i++); echo $i;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Y4T6b
function name:  (null)
number of ops:  13
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 0
    3     1        INIT_FCALL                                               'sprintf'
          2        SEND_VAL                                                 '%25s+%25s+%25s%0A'
          3        SEND_VAL                                                 'I'
          4        SEND_VAL                                                 'am'
          5        SEND_VAL                                                 'not'
          6        SEND_VAL                                                 'stupiasdsas'
          7        POST_INC                                         ~2      !0
          8        SEND_VAL                                                 ~2
          9        DO_ICALL                                         $3      
         10        ECHO                                                     $3
    4    11        ECHO                                                     !0
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.64 ms | 1394 KiB | 15 Q