mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00

First pass at moving `Zend/tests/bug*` tests to existing sub directories Work towards GH-15631
4 lines
47 B
PHP
4 lines
47 B
PHP
<?php
|
|
|
|
class Foo {}
|
|
class_alias('Foo', 'Bar');
|