3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array( "yolo", "sup", PHP_INT_MAX, null, 5648 ); list($b, $c, $d, $e, $f, $g, $h) = $a; var_dump($a, $b, $c, $d, $e, $f, $g, $h);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dgag4
function name:  (null)
number of ops:  28
compiled vars:  !0 = $a, !1 = $b, !2 = $c, !3 = $d, !4 = $e, !5 = $f, !6 = $g, !7 = $h
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   11     1        QM_ASSIGN                                        ~9      !0
          2        FETCH_LIST_R                                     $10     ~9, 0
          3        ASSIGN                                                   !1, $10
          4        FETCH_LIST_R                                     $12     ~9, 1
          5        ASSIGN                                                   !2, $12
          6        FETCH_LIST_R                                     $14     ~9, 2
          7        ASSIGN                                                   !3, $14
          8        FETCH_LIST_R                                     $16     ~9, 3
          9        ASSIGN                                                   !4, $16
         10        FETCH_LIST_R                                     $18     ~9, 4
         11        ASSIGN                                                   !5, $18
         12        FETCH_LIST_R                                     $20     ~9, 5
         13        ASSIGN                                                   !6, $20
         14        FETCH_LIST_R                                     $22     ~9, 6
         15        ASSIGN                                                   !7, $22
         16        FREE                                                     ~9
   13    17        INIT_FCALL                                               'var_dump'
         18        SEND_VAR                                                 !0
         19        SEND_VAR                                                 !1
         20        SEND_VAR                                                 !2
         21        SEND_VAR                                                 !3
         22        SEND_VAR                                                 !4
         23        SEND_VAR                                                 !5
         24        SEND_VAR                                                 !6
         25        SEND_VAR                                                 !7
         26        DO_ICALL                                                 
         27      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.48 ms | 1395 KiB | 15 Q