1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 07:02:33 +02:00
Files
archived-php-src/ext/opcache/tests/preload_class_alias_2.inc
2019-12-11 12:21:49 +03:00

5 lines
68 B
PHP

<?php
interface I {}
class B implements I {}
class_alias('B', 'C');