3v4l.org

run code in 300+ PHP versions simultaneously
<?php const ONE1 = 1 +1; const ONE2 = 34 - 34; const ONE3 = true; const ONE4 = 1 % 1; const ONE5 = !true; const ONE6 = ~ 1; const ONE7 = 1 | 1; const ONE8 = 1 & 1; const ONE9 = 1 ^ 1; const ONE10 = 1 << 1; const ONE11 = 1 >> 1; const ONE12 = 1 . 1; const ONE13 = 1 ?: 1; const ONE14 = 1 <= 1; // const ONE15 = '' => 1; const ONE16 = 1 == 1; const ONE17 = 1 != 1; const ONE18 = 1 < 1; const ONE19 = 1 > 1; const ONE20 = 1 === 1; const ONE21 = (1 !== 1); const ONE22 = 1 && 1; const ONE222 = 1 and 1; const ONE233 = 1 or 1; const ONE24 = 1 xor 1; echo 1 and 1;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/OJtiQ
function name:  (null)
number of ops:  26
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   DECLARE_CONST                                            'ONE1', 2
    5     1        DECLARE_CONST                                            'ONE2', 0
    6     2        DECLARE_CONST                                            'ONE3', <true>
    7     3        DECLARE_CONST                                            'ONE4', 0
    8     4        DECLARE_CONST                                            'ONE5', <false>
    9     5        DECLARE_CONST                                            'ONE6', -2
   10     6        DECLARE_CONST                                            'ONE7', 1
   11     7        DECLARE_CONST                                            'ONE8', 1
   12     8        DECLARE_CONST                                            'ONE9', 0
   14     9        DECLARE_CONST                                            'ONE10', 2
   15    10        DECLARE_CONST                                            'ONE11', 0
   16    11        DECLARE_CONST                                            'ONE12', '11'
   17    12        DECLARE_CONST                                            'ONE13', 1
   18    13        DECLARE_CONST                                            'ONE14', <true>
   20    14        DECLARE_CONST                                            'ONE16', <true>
   22    15        DECLARE_CONST                                            'ONE17', <false>
   23    16        DECLARE_CONST                                            'ONE18', <false>
   24    17        DECLARE_CONST                                            'ONE19', <false>
   25    18        DECLARE_CONST                                            'ONE20', <true>
   26    19        DECLARE_CONST                                            'ONE21', <false>
   27    20        DECLARE_CONST                                            'ONE22', <true>
   28    21        DECLARE_CONST                                            'ONE222', <true>
   29    22        DECLARE_CONST                                            'ONE233', <true>
   30    23        DECLARE_CONST                                            'ONE24', <false>
   32    24        ECHO                                                     <true>
         25      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.14 ms | 1394 KiB | 13 Q