<?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; ?>
You have javascript disabled. You will not be able to edit any code.