3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start(); $run = "/bin/bash /var/www/sites/public_html/panel.ru/panel.sh show_domain_list"; system($run); $array = ob_get_clean(); var_dump($array); echo PHP_EOL; $result_array=explode(' ',$array); var_dump($result_array);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8HAEb
function name:  (null)
number of ops:  22
compiled vars:  !0 = $run, !1 = $array, !2 = $result_array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'ob_start'
          1        DO_ICALL                                                 
    4     2        ASSIGN                                                   !0, '%2Fbin%2Fbash+%2Fvar%2Fwww%2Fsites%2Fpublic_html%2Fpanel.ru%2Fpanel.sh+show_domain_list'
    5     3        INIT_FCALL                                               'system'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                                 
    6     6        INIT_FCALL                                               'ob_get_clean'
          7        DO_ICALL                                         $6      
          8        ASSIGN                                                   !1, $6
    7     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                                 
    8    12        ECHO                                                     '%0A'
    9    13        INIT_FCALL                                               'explode'
         14        SEND_VAL                                                 '+'
         15        SEND_VAR                                                 !1
         16        DO_ICALL                                         $9      
         17        ASSIGN                                                   !2, $9
   10    18        INIT_FCALL                                               'var_dump'
         19        SEND_VAR                                                 !2
         20        DO_ICALL                                                 
         21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.22 ms | 1395 KiB | 23 Q