mirror of
https://github.com/igorsimdyanov/php8.git
synced 2025-08-01 16:49:53 +00:00
7 lines
221 B
PHP
7 lines
221 B
PHP
<?php
|
|
require_once 'namespaces_alt.php';
|
|
|
|
echo 'Версия ' . PHP8\constants\VERSION . '<br />';
|
|
$page = new PHP8\classes\Page('Контакты', 'Содержимое страницы');
|
|
PHP8\functions\debug($page);
|