3v4l.org

run code in 500+ PHP versions simultaneously
<?php $row = array("hour" => 22, "min" => 22); $temp = array(strval($row["hour"]), strval($row["min"])); var_dump($row); var_dump($temp);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/p7O12
function name:  (null)
number of ops:  15
compiled vars:  !0 = $row, !1 = $temp
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, <array>
    5     1        FETCH_DIM_R                                          ~3      !0, 'hour'
          2        CAST                                              6  ~4      ~3
          3        INIT_ARRAY                                           ~5      ~4
          4        FETCH_DIM_R                                          ~6      !0, 'min'
          5        CAST                                              6  ~7      ~6
          6        ADD_ARRAY_ELEMENT                                    ~5      ~7
          7        ASSIGN                                                       !1, ~5
    7     8        INIT_FCALL                                                   'var_dump'
          9        SEND_VAR                                                     !0
         10        DO_ICALL                                                     
    9    11        INIT_FCALL                                                   'var_dump'
         12        SEND_VAR                                                     !1
         13        DO_ICALL                                                     
         14      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
166.64 ms | 1912 KiB | 14 Q