1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00
Files
archived-php-src/tests/classes/constants_basic_003.inc
2014-12-21 13:23:02 +00:00

6 lines
56 B
PHP

<?php
class A {
const MY_CONST = "hello from A";
}
?>