<?php define("A", 42); const B = 42; var_dump(A, B);
You have javascript disabled. You will not be able to edit any code.