blob: f8941c087af42c0840f87f57b2fdaaa6e373ad9c (
plain)
1
2
3
4
5
6
7
8
9
10
|
--TEST--
It's not possible to directly instantiate the Generator class
--FILE--
<?php
new Generator;
?>
--EXPECTF--
Catchable fatal error: The "Generator" class is reserved for internal use and cannot be manually instantiated in %s on line %d
|