3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = ""; $y = "FILE_NOT_FOUND"; $z = $x || $y; $alphabetOverflow = $x OR $alphabetOverflow = $y; echo "\$z is $z \n"; echo "\$alphabetOverflow is $alphabetOverflow";
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 3, Position 2 = 4
Branch analysis from position: 3
2 jumps found. (Code = 47) Position 1 = 7, Position 2 = 9
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
Branch analysis from position: 4
filename:       /in/SHm0H
function name:  (null)
number of ops:  17
compiled vars:  !0 = $x, !1 = $y, !2 = $z, !3 = $alphabetOverflow
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, ''
    4     1        ASSIGN                                                   !1, 'FILE_NOT_FOUND'
    6     2      > JMPNZ_EX                                         ~6      !0, ->4
          3    >   BOOL                                             ~6      !1
          4    >   ASSIGN                                                   !2, ~6
    8     5        ASSIGN                                           ~8      !3, !0
          6      > JMPNZ_EX                                         ~8      ~8, ->9
          7    >   ASSIGN                                           ~9      !3, !1
          8        BOOL                                             ~8      ~9
   10     9    >   ROPE_INIT                                     3  ~11     '%24z+is+'
         10        ROPE_ADD                                      1  ~11     ~11, !2
         11        ROPE_END                                      2  ~10     ~11, '+%0A'
         12        ECHO                                                     ~10
   11    13        NOP                                                      
         14        FAST_CONCAT                                      ~13     '%24alphabetOverflow+is+', !3
         15        ECHO                                                     ~13
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.31 ms | 1398 KiB | 13 Q