<?php declare(strict_types = 1); if(!defined('BAR')) define('BAR', 'bar'); !defined('FOO') && define('FOO', 'foo'); echo BAR; echo FOO;
You have javascript disabled. You will not be able to edit any code.