3v4l.org

run code in 500+ PHP versions simultaneously
<?php error_reporting(E_ERROR); var_dump("Hello from PHP"); 'var_dump'("Hello from PHP"); "var_dump"("Hello from PHP");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7EjFA
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'error_reporting'
          1        SEND_VAL                                                     1
          2        DO_ICALL                                                     
    5     3        INIT_FCALL                                                   'var_dump'
          4        SEND_VAL                                                     'Hello+from+PHP'
          5        DO_ICALL                                                     
    6     6        INIT_FCALL                                                   'var_dump'
          7        SEND_VAL                                                     'Hello+from+PHP'
          8        DO_ICALL                                                     
    7     9        INIT_FCALL                                                   'var_dump'
         10        SEND_VAL                                                     'Hello+from+PHP'
         11        DO_ICALL                                                     
         12      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
157.29 ms | 1455 KiB | 15 Q