mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
5 lines
47 B
PHP
5 lines
47 B
PHP
|
<?php
|
||
|
|
||
|
class Foo {}
|
||
|
class_alias('Foo', 'Bar');
|