xref: /php-src/Zend/tests/bug76451_2.phpt (revision afec3a92)
1--TEST--
2Bug #76451: Aliases during inheritance type checks affected by opcache (variation)
3--FILE--
4<?php
5class Foo {}
6class_alias('Foo', 'Bar');
7
8require __DIR__ . '/bug76451_2.inc';
9?>
10===DONE===
11--EXPECT--
12===DONE===
13