3v4l.org

run code in 300+ PHP versions simultaneously
<?php $config['debug'] = array( 'type' => array( 'remote_specific' => true, 'remote_addr' => '1.2.3.4', ) , 'mode' => array( 'PHP' => isset($config)?true : false ) ); var_dump($config);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 5
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 6
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 5
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7TEAk
function name:  (null)
number of ops:  14
compiled vars:  !0 = $config
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_ARRAY                                       ~2      <array>, 'type'
    8     1        ISSET_ISEMPTY_CV                                         !0
          2      > JMPZ                                                     ~3, ->5
    4     3    >   QM_ASSIGN                                        ~4      <true>
          4      > JMP                                                      ->6
          5    >   QM_ASSIGN                                        ~4      <false>
          6    >   INIT_ARRAY                                       ~5      ~4, 'PHP'
          7        ADD_ARRAY_ELEMENT                                ~2      ~5, 'mode'
    2     8        ASSIGN_DIM                                               !0, 'debug'
    4     9        OP_DATA                                                  ~2
   11    10        INIT_FCALL                                               'var_dump'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.99 ms | 1394 KiB | 15 Q