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', 42);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/cACdE
function name:  (null)
number of ops:  21
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                                                 
         16        INIT_FCALL                                               'define'
         17        SEND_VAL                                                 'true'
         18        SEND_VAL                                                 42
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.86 ms | 1395 KiB | 17 Q