3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set("display_errors", 1); error_reporting(E_ALL); exec('dir', $cmdOutput);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/57UDr
function name:  (null)
number of ops:  13
compiled vars:  !0 = $cmdOutput
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'display_errors'
          2        FETCH_CONSTANT                                   ~1      '%C2%A01'
          3        SEND_VAL                                                 ~1
          4        DO_ICALL                                                 
    4     5        INIT_FCALL                                               'error_reporting'
          6        SEND_VAL                                                 32767
          7        DO_ICALL                                                 
    6     8        INIT_FCALL                                               'exec'
          9        SEND_VAL                                                 'dir'
         10        SEND_REF                                                 !0
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.38 ms | 1398 KiB | 19 Q