3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo (new Error("aaaa\0bbbb")); echo "\n\n-------\n\n"; throw new Error("aaaa\0bbbb");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 108) Position 1 = -2
filename:       /in/1rBSs
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $0      'Error'
          1        SEND_VAL_EX                                              'aaaa%00bbbb'
          2        DO_FCALL                                      0          
          3        ECHO                                                     $0
    5     4        ECHO                                                     '%0A%0A-------%0A%0A'
    7     5        NEW                                              $2      'Error'
          6        SEND_VAL_EX                                              'aaaa%00bbbb'
          7        DO_FCALL                                      0          
          8      > THROW                                         0          $2
          9*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.09 ms | 997 KiB | 13 Q