3v4l.org

run code in 300+ PHP versions simultaneously
<?php $msg = 'This is the test message for echo'; trigger_error('Error message', E_USER_ERROR); // Script stopped after this line... echo $msg; // This line does not appear...
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/U7eLt
function name:  (null)
number of ops:  7
compiled vars:  !0 = $msg
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'This+is+the+test+message+for+echo'
    5     1        INIT_FCALL                                               'trigger_error'
          2        SEND_VAL                                                 'Error+message'
          3        SEND_VAL                                                 256
          4        DO_ICALL                                                 
    7     5        ECHO                                                     !0
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.73 ms | 1398 KiB | 15 Q