3v4l.org

run code in 300+ PHP versions simultaneously
<?php $num = 5; $location = 'tree'; $format = 'There are %d monkeys in the %d'; echo sprintf($format, $num, $location);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Ot1OL
function name:  (null)
number of ops:  10
compiled vars:  !0 = $num, !1 = $location, !2 = $format
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 5
    3     1        ASSIGN                                                   !1, 'tree'
    5     2        ASSIGN                                                   !2, 'There+are+%25d+monkeys+in+the+%25d'
    6     3        INIT_FCALL                                               'sprintf'
          4        SEND_VAR                                                 !2
          5        SEND_VAR                                                 !0
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                         $6      
          8        ECHO                                                     $6
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.42 ms | 1385 KiB | 15 Q