3v4l.org

run code in 300+ PHP versions simultaneously
<?php $num = 5; $location = "tree"; $format = "There are %d monkeys in the %s"; printf($format, $num, $location);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/rnad4
function name:  (null)
number of ops:  9
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'
    4     2        ASSIGN                                                   !2, 'There+are+%25d+monkeys+in+the+%25s'
    5     3        INIT_FCALL                                               'printf'
          4        SEND_VAR                                                 !2
          5        SEND_VAR                                                 !0
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.38 ms | 1394 KiB | 15 Q