summaryrefslogtreecommitdiff
path: root/Zend/tests/bug76451_2.phpt
blob: 75cacccf30af9bea29374815573bedb8272e26a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Bug #76451: Aliases during inheritance type checks affected by opcache (variation)
--FILE--
<?php
class Foo {}
class_alias('Foo', 'Bar');

require __DIR__ . '/bug76451_2.inc';
?>
===DONE===
--EXPECT--
===DONE===