3v4l.org

run code in 500+ PHP versions simultaneously
<?php $key = 0; $count = 33; $id = 1; echo sprintf("%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/thmJn
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        PRE_INC                                              ~6      !0
          4        ROPE_INIT                                         5  ~8      ~6
          5        ROPE_ADD                                          1  ~8      ~8, '+de+'
          6        ROPE_ADD                                          2  ~8      ~8, !1
          7        ROPE_ADD                                          3  ~8      ~8, '+-+ID%3A+'
          8        ROPE_END                                          4  ~7      ~8, !2
          9        ECHO                                                         ~7
         10      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
144.43 ms | 2019 KiB | 13 Q