6 lines
68 B
PHP
6 lines
68 B
PHP
<?
|
|
define('sss', 1);
|
|
if (defined('ss')) {
|
|
echo xxx(1);
|
|
}
|
|
?>
|