3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('false', '- false -'); define('\\false', '- \\false -'); define('\N\false', '- \\N\\false -'); define('N\false', '- N\\false -'); define('FALSE', '- FALSE -'); define('\\FALSE', '- \\FALSE -'); define('null', '- null -'); define('\N\null', '- \\N\\null -'); define('N\null', '- N\\null -'); define('NULL', '- NULL -'); define('N\NULL', '- N\\NULL -'); var_export(array(TRUE, true, FALSE, false, NULL, null));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/TnMY3
function name:  (null)
number of ops:  48
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'define'
          1        SEND_VAL                                                 'false'
          2        SEND_VAL                                                 '-+false+-'
          3        DO_ICALL                                                 
    3     4        INIT_FCALL                                               'define'
          5        SEND_VAL                                                 '%5Cfalse'
          6        SEND_VAL                                                 '-+%5Cfalse+-'
          7        DO_ICALL                                                 
    4     8        INIT_FCALL                                               'define'
          9        SEND_VAL                                                 '%5CN%5Cfalse'
         10        SEND_VAL                                                 '-+%5CN%5Cfalse+-'
         11        DO_ICALL                                                 
    5    12        INIT_FCALL                                               'define'
         13        SEND_VAL                                                 'N%5Cfalse'
         14        SEND_VAL                                                 '-+N%5Cfalse+-'
         15        DO_ICALL                                                 
    6    16        INIT_FCALL                                               'define'
         17        SEND_VAL                                                 'FALSE'
         18        SEND_VAL                                                 '-+FALSE+-'
         19        DO_ICALL                                                 
    7    20        INIT_FCALL                                               'define'
         21        SEND_VAL                                                 '%5CFALSE'
         22        SEND_VAL                                                 '-+%5CFALSE+-'
         23        DO_ICALL                                                 
    8    24        INIT_FCALL                                               'define'
         25        SEND_VAL                                                 'null'
         26        SEND_VAL                                                 '-+null+-'
         27        DO_ICALL                                                 
    9    28        INIT_FCALL                                               'define'
         29        SEND_VAL                                                 '%5CN%5Cnull'
         30        SEND_VAL                                                 '-+%5CN%5Cnull+-'
         31        DO_ICALL                                                 
   10    32        INIT_FCALL                                               'define'
         33        SEND_VAL                                                 'N%5Cnull'
         34        SEND_VAL                                                 '-+N%5Cnull+-'
         35        DO_ICALL                                                 
   11    36        INIT_FCALL                                               'define'
         37        SEND_VAL                                                 'NULL'
         38        SEND_VAL                                                 '-+NULL+-'
         39        DO_ICALL                                                 
   12    40        INIT_FCALL                                               'define'
         41        SEND_VAL                                                 'N%5CNULL'
         42        SEND_VAL                                                 '-+N%5CNULL+-'
         43        DO_ICALL                                                 
   13    44        INIT_FCALL                                               'var_export'
         45        SEND_VAL                                                 <array>
         46        DO_ICALL                                                 
         47      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
189.3 ms | 1400 KiB | 17 Q