3v4l.org

run code in 300+ PHP versions simultaneously
<?php $inputLine = '1.12.34'; $fieldLine = array('in_azs','in_pump','in_fuel'); $inputArr = explode(" ", $inputLine); var_dump($inputArr); count(count($inputArr)); if(count($inputArr)>=1){ $inputArr = array_combine($fieldLine, $inputArr); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 16, Position 2 = 21
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 21
filename:       /in/utufe
function name:  (null)
number of ops:  22
compiled vars:  !0 = $inputLine, !1 = $fieldLine, !2 = $inputArr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '1.12.34'
    3     1        ASSIGN                                                   !1, <array>
    4     2        INIT_FCALL                                               'explode'
          3        SEND_VAL                                                 '+'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $5      
          6        ASSIGN                                                   !2, $5
    6     7        INIT_FCALL                                               'var_dump'
          8        SEND_VAR                                                 !2
          9        DO_ICALL                                                 
    7    10        COUNT                                            ~8      !2
         11        COUNT                                            ~9      ~8
         12        FREE                                                     ~9
    9    13        COUNT                                            ~10     !2
         14        IS_SMALLER_OR_EQUAL                                      1, ~10
         15      > JMPZ                                                     ~11, ->21
   10    16    >   INIT_FCALL                                               'array_combine'
         17        SEND_VAR                                                 !1
         18        SEND_VAR                                                 !2
         19        DO_ICALL                                         $12     
         20        ASSIGN                                                   !2, $12
   11    21    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
202.62 ms | 1395 KiB | 19 Q