xref: /php-src/ext/opcache/tests/type_001.phpt (revision f24548e2)
1--TEST--
2Type persistene 001
3--EXTENSIONS--
4opcache
5--FILE--
6<?php
7function foo() {
8  class Foo {
9  }
10  class y extends Foo {
11      public (y&A)|X $y;
12  }
13}
14foo();
15?>
16DONE
17--EXPECT--
18DONE
19