3v4l.org

run code in 500+ PHP versions simultaneously
<?php $_POST['domains'] = 'www.abc.com www.bbc.com www.ccc.com'; $domains= explode("\n",$_POST['domains']); print_r($domains);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DFAuT
function name:  (null)
number of ops:  14
compiled vars:  !0 = $domains
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   FETCH_W                          global              $1      '_POST'
          1        ASSIGN_DIM                                                   $1, 'domains'
          2        OP_DATA                                                      'www.abc.com%0Awww.bbc.com%0Awww.ccc.com'
    6     3        INIT_FCALL                                                   'explode'
          4        SEND_VAL                                                     '%0A'
          5        FETCH_R                          global              ~3      '_POST'
          6        FETCH_DIM_R                                          ~4      ~3, 'domains'
          7        SEND_VAL                                                     ~4
          8        DO_ICALL                                             $5      
          9        ASSIGN                                                       !0, $5
    7    10        INIT_FCALL                                                   'print_r'
         11        SEND_VAR                                                     !0
         12        DO_ICALL                                                     
         13      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
167.9 ms | 2147 KiB | 15 Q