3v4l.org

run code in 300+ PHP versions simultaneously
<?php list($one, $two) = false; list($one, $two) = null; list($one, $two) = [];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UcREm
function name:  (null)
number of ops:  13
compiled vars:  !0 = $one, !1 = $two
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_LIST_R                                     $2      <false>, 0
          1        ASSIGN                                                   !0, $2
          2        FETCH_LIST_R                                     $4      <false>, 1
          3        ASSIGN                                                   !1, $4
    3     4        FETCH_LIST_R                                     $6      null, 0
          5        ASSIGN                                                   !0, $6
          6        FETCH_LIST_R                                     $8      null, 1
          7        ASSIGN                                                   !1, $8
    4     8        FETCH_LIST_R                                     $10     <array>, 0
          9        ASSIGN                                                   !0, $10
         10        FETCH_LIST_R                                     $12     <array>, 1
         11        ASSIGN                                                   !1, $12
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.74 ms | 1393 KiB | 13 Q