mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
baf3a9133b
Related to bug #78918.
4 lines
45 B
PHP
4 lines
45 B
PHP
<?php
|
|
class A {}
|
|
class_alias(A::class, 'B');
|