3v4l.org

run code in 300+ PHP versions simultaneously
<?php $message = 'Argument is skipped silently'; throw new Exception( sprintf('The is problem "%s"', $message, __METHOD__) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 108) Position 1 = -2
filename:       /in/5bmvp
function name:  (null)
number of ops:  11
compiled vars:  !0 = $message
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Argument+is+skipped+silently'
    5     1        NEW                                              $2      'Exception'
    6     2        INIT_FCALL                                               'sprintf'
          3        SEND_VAL                                                 'The+is+problem+%22%25s%22'
          4        SEND_VAR                                                 !0
          5        SEND_VAL                                                 ''
          6        DO_ICALL                                         $3      
          7        SEND_VAR_NO_REF_EX                                       $3
          8        DO_FCALL                                      0          
          9      > THROW                                         0          $2
    7    10*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.64 ms | 1394 KiB | 15 Q