3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(-1); $a = $b; var_dump(error_get_last()); error_reporting(0); $c = $d; var_dump(error_get_last());
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5OZpt
function name:  (null)
number of ops:  19
compiled vars:  !0 = $a, !1 = $b, !2 = $c, !3 = $d
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 -1
          2        DO_ICALL                                                 
    4     3        ASSIGN                                                   !0, !1
    5     4        INIT_FCALL                                               'var_dump'
          5        INIT_FCALL                                               'error_get_last'
          6        DO_ICALL                                         $6      
          7        SEND_VAR                                                 $6
          8        DO_ICALL                                                 
    7     9        INIT_FCALL                                               'error_reporting'
         10        SEND_VAL                                                 0
         11        DO_ICALL                                                 
    8    12        ASSIGN                                                   !2, !3
    9    13        INIT_FCALL                                               'var_dump'
         14        INIT_FCALL                                               'error_get_last'
         15        DO_ICALL                                         $10     
         16        SEND_VAR                                                 $10
         17        DO_ICALL                                                 
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.02 ms | 1386 KiB | 19 Q