xref
: /
php-src
/
ext
/
opcache
/
tests
/
preload_class_alias_2.inc
(revision 3280209c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
interface I {}
3
class B implements I {}
4
class_alias('B', 'C');
5