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(); $array = " 000-default.conf default-ssl.conf just.ru panel.ru testius.ru "; 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/YUVQM
function name:  (null)
number of ops:  23
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        ASSIGN                                                   !1, '+000-default.conf+default-ssl.conf+just.ru+panel.ru+testius.ru+'
    8    10        INIT_FCALL                                               'var_dump'
         11        SEND_VAR                                                 !1
         12        DO_ICALL                                                 
    9    13        ECHO                                                     '%0A'
   10    14        INIT_FCALL                                               'explode'
         15        SEND_VAL                                                 '+'
         16        SEND_VAR                                                 !1
         17        DO_ICALL                                         $10     
         18        ASSIGN                                                   !2, $10
   11    19        INIT_FCALL                                               'var_dump'
         20        SEND_VAR                                                 !2
         21        DO_ICALL                                                 
         22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.29 ms | 1395 KiB | 23 Q