3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(~0); ini_set('dispplay_errors', 1); var_dump(array() instanceof stdClass); $a = array(); var_dump($a instanceof stdClass); $b = 2.2; var_dump($b instanceof stdClass);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1p0ed
function name:  (null)
number of ops:  21
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 -1
          2        DO_ICALL                                                 
    3     3        INIT_FCALL                                               'ini_set'
          4        SEND_VAL                                                 'dispplay_errors'
          5        SEND_VAL                                                 1
          6        DO_ICALL                                                 
    4     7        INIT_FCALL                                               'var_dump'
          8        SEND_VAL                                                 <false>
          9        DO_ICALL                                                 
    5    10        ASSIGN                                                   !0, <array>
    6    11        INIT_FCALL                                               'var_dump'
         12        INSTANCEOF                                       ~6      !0, 'stdClass'
         13        SEND_VAL                                                 ~6
         14        DO_ICALL                                                 
    7    15        ASSIGN                                                   !1, 2.2
    8    16        INIT_FCALL                                               'var_dump'
         17        INSTANCEOF                                       ~9      !1, 'stdClass'
         18        SEND_VAL                                                 ~9
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.53 ms | 1386 KiB | 19 Q