3v4l.org

run code in 500+ PHP versions simultaneously
<?php $_GET = [ "rentalPropertyAddress" => ["111 tree st", "112 tree st", "122 tree st"], "gasInitialized "=> ["on", "on", "off"], "waterInitialized" => ["off", "on", "on"], "electricInitialized" => ["on", "on", "off"], "inspectionDate" => ["", "", ""], "rentalDate" => ["", "", ""], "vacantInitialized" => ["no", "no", "yes"] ]; var_export(array_map(null, ...array_values($_GET)));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YIZq9
function name:  (null)
number of ops:  15
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   FETCH_W                          global              $0      '_GET'
          1        ASSIGN                                                       $0, <array>
   12     2        INIT_FCALL                                                   'var_export'
          3        INIT_FCALL                                                   'array_map'
          4        SEND_VAL                                                     null
          5        INIT_FCALL                                                   'array_values'
          6        FETCH_R                          global              ~2      '_GET'
          7        SEND_VAL                                                     ~2
          8        DO_ICALL                                             $3      
          9        SEND_UNPACK                                                  $3
         10        CHECK_UNDEF_ARGS                                             
         11        DO_ICALL                                             $4      
         12        SEND_VAR                                                     $4
         13        DO_ICALL                                                     
         14      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
162.69 ms | 2720 KiB | 16 Q