mirror of
https://github.com/php/php-src.git
synced 2026-04-05 07:02:33 +02:00
4 lines
45 B
PHP
4 lines
45 B
PHP
<?php
|
|
class A {}
|
|
class_alias(A::class, 'B');
|