1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00
Files
2025-10-06 10:30:27 +02:00

17 lines
199 B
PHP

--TEST--
Enum __wakeup
--FILE--
<?php
enum Foo {
case Bar;
public function __wakeup() {
}
}
?>
--EXPECTF--
Fatal error: Enum Foo cannot include magic method __wakeup in %s on line %d