3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Udef { public $record_columns = array("orderby"); } $sess = array('CLX' => new Udef()); foreach ($sess as $k => $v) { var_dump($k.'|'.serialize($v)); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 5, Position 2 = 16
Branch analysis from position: 5
2 jumps found. (Code = 78) Position 1 = 6, Position 2 = 16
Branch analysis from position: 6
1 jumps found. (Code = 42) Position 1 = 5
Branch analysis from position: 5
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
filename:       /in/UYH4v
function name:  (null)
number of ops:  18
compiled vars:  !0 = $sess, !1 = $v, !2 = $k
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   NEW                                              $3      'Udef'
          1        DO_FCALL                                      0          
          2        INIT_ARRAY                                       ~5      $3, 'CLX'
          3        ASSIGN                                                   !0, ~5
    8     4      > FE_RESET_R                                       $7      !0, ->16
          5    > > FE_FETCH_R                                       ~8      $7, !1, ->16
          6    >   ASSIGN                                                   !2, ~8
   10     7        INIT_FCALL                                               'var_dump'
          8        CONCAT                                           ~10     !2, '%7C'
          9        INIT_FCALL                                               'serialize'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                         $11     
         12        CONCAT                                           ~12     ~10, $11
         13        SEND_VAL                                                 ~12
         14        DO_ICALL                                                 
    8    15      > JMP                                                      ->5
         16    >   FE_FREE                                                  $7
   11    17      > RETURN                                                   1

Class Udef: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.68 ms | 1399 KiB | 17 Q