6 lines
58 B
PHP
6 lines
58 B
PHP
<?php
|
|
class A {
|
|
const MY_CONST = "hello from A";
|
|
}
|
|
?>
|
<?php
|
|
class A {
|
|
const MY_CONST = "hello from A";
|
|
}
|
|
?>
|