3v4l.org

run code in 500+ PHP versions simultaneously
<?php $key = 0; $count = 33; $id = 1; printf("%s de %s - ID: %s", ++$key, $count, $id);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/D1UBk
function name:  (null)
number of ops:  11
compiled vars:  !0 = $key, !1 = $count, !2 = $id
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, 0
    4     1        ASSIGN                                                       !1, 33
    5     2        ASSIGN                                                       !2, 1
    7     3        INIT_FCALL                                                   'printf'
          4        SEND_VAL                                                     '%25s+de+%25s+-+ID%3A+%25s'
          5        PRE_INC                                              ~6      !0
          6        SEND_VAL                                                     ~6
          7        SEND_VAR                                                     !1
          8        SEND_VAR                                                     !2
          9        DO_ICALL                                                     
         10      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
182.27 ms | 2022 KiB | 14 Q