3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(!typeof(new stdClass()) === 'object') ? 'true' : 'false';
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 13
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vrcI7
function name:  (null)
number of ops:  16
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL_BY_NAME                                       'typeof'
          2        NEW                                              $0      'stdClass'
          3        DO_FCALL                                      0          
          4        SEND_VAR_NO_REF_EX                                       $0
          5        DO_FCALL                                      0  $2      
          6        BOOL_NOT                                         ~3      $2
          7        IS_IDENTICAL                                     ~4      ~3, 'object'
          8        SEND_VAL                                                 ~4
          9        DO_ICALL                                         $5      
         10      > JMPZ                                                     $5, ->13
         11    >   QM_ASSIGN                                        ~6      'true'
         12      > JMP                                                      ->14
         13    >   QM_ASSIGN                                        ~6      'false'
         14    >   FREE                                                     ~6
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.73 ms | 1394 KiB | 15 Q