3v4l.org

run code in 300+ PHP versions simultaneously
<?php $format = 'The %2$s contains %1$d monkeys. That\'s a nice %2$s full of %1$d monkeys.'; echo sprintf($format, $num, $location); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/N6bfH
function name:  (null)
number of ops:  8
compiled vars:  !0 = $format, !1 = $num, !2 = $location
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'The+%252%24s+contains+%251%24d+monkeys.%0A+++++++++++That%27s+a+nice+%252%24s+full+of+%251%24d+monkeys.'
    4     1        INIT_FCALL                                               'sprintf'
          2        SEND_VAR                                                 !0
          3        SEND_VAR                                                 !1
          4        SEND_VAR                                                 !2
          5        DO_ICALL                                         $4      
          6        ECHO                                                     $4
    5     7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.58 ms | 1394 KiB | 15 Q