3v4l.org

run code in 500+ PHP versions simultaneously
<?php $a = array(1,2,3,4); print is_array($a); print $a === (array) $a;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/U8hdK
function name:  (null)
number of ops:  7
compiled vars:  !0 = $a
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                       !0, <array>
    4     1        TYPE_CHECK                                      128  ~2      !0
          2        ECHO                                                         ~2
    5     3        CAST                                              7  ~3      !0
          4        IS_IDENTICAL                                         ~4      !0, ~3
          5        ECHO                                                         ~4
          6      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
161.69 ms | 3047 KiB | 12 Q