3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(true); var_dump(TRUE); define('TRUE', 23); var_dump(true); var_dump(TRUE); define('true', 23); var_dump(true); var_dump(TRUE);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/70aNs
function name:  (null)
number of ops:  27
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'var_dump'
          1        SEND_VAL                                                 <true>
          2        DO_ICALL                                                 
    3     3        INIT_FCALL                                               'var_dump'
          4        SEND_VAL                                                 <true>
          5        DO_ICALL                                                 
    4     6        INIT_FCALL                                               'define'
          7        SEND_VAL                                                 'TRUE'
          8        SEND_VAL                                                 23
          9        DO_ICALL                                                 
    5    10        INIT_FCALL                                               'var_dump'
         11        SEND_VAL                                                 <true>
         12        DO_ICALL                                                 
    6    13        INIT_FCALL                                               'var_dump'
         14        SEND_VAL                                                 <true>
         15        DO_ICALL                                                 
    7    16        INIT_FCALL                                               'define'
         17        SEND_VAL                                                 'true'
         18        SEND_VAL                                                 23
         19        DO_ICALL                                                 
    8    20        INIT_FCALL                                               'var_dump'
         21        SEND_VAL                                                 <true>
         22        DO_ICALL                                                 
    9    23        INIT_FCALL                                               'var_dump'
         24        SEND_VAL                                                 <true>
         25        DO_ICALL                                                 
         26      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.02 ms | 1395 KiB | 17 Q