mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
5 lines
58 B
PHP
5 lines
58 B
PHP
<?php
|
|
class A {
|
|
const MY_CONST = "hello from A";
|
|
}
|
|
?>
|