3v4l.org

run code in 500+ PHP versions simultaneously
<?php // This is a space, it won't compile //const A B = 1; // This is a non breakabe space, it compile and is not visibly different from the line above const A B = 1; echo A B; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ATkWY
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    7     0  E >   DECLARE_CONST                                                'A%C2%A0B', 1
    9     1        FETCH_CONSTANT                                       ~0      'A%C2%A0B'
          2        ECHO                                                         ~0
   11     3      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
174.5 ms | 1881 KiB | 13 Q