3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array(1, 2); $b = array(&$a); $a[] = $b; echo json_last_error(); var_dump(json_encode($a));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Mjrgc
function name:  (null)
number of ops:  15
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        INIT_ARRAY                                       ~3      !0
          2        ASSIGN                                                   !1, ~3
    5     3        ASSIGN_DIM                                               !0
          4        OP_DATA                                                  !1
    7     5        INIT_FCALL                                               'json_last_error'
          6        DO_ICALL                                         $6      
          7        ECHO                                                     $6
    9     8        INIT_FCALL                                               'var_dump'
          9        INIT_FCALL                                               'json_encode'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $7      
         12        SEND_VAR                                                 $7
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.72 ms | 1394 KiB | 19 Q