3v4l.org

run code in 300+ PHP versions simultaneously
<?php function my_func($str) { echo $str; } true or die("eins"); false or trigger_error("wtf", E_USER_NOTICE); false or my_func("nope");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XsRFI
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   INIT_FCALL                                               'trigger_error'
          1        SEND_VAL                                                 'wtf'
          2        SEND_VAL                                                 1024
          3        DO_ICALL                                         $0      
          4        BOOL                                             ~1      $0
    9     5        INIT_FCALL                                               'my_func'
          6        SEND_VAL                                                 'nope'
          7        DO_FCALL                                      0  $2      
          8        BOOL                                             ~3      $2
          9      > RETURN                                                   1

Function my_func:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XsRFI
function name:  my_func
number of ops:  3
compiled vars:  !0 = $str
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
    4     1        ECHO                                                     !0
    5     2      > RETURN                                                   null

End of function my_func

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.18 ms | 1397 KiB | 16 Q