1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-php-src/Zend/tests/enum/__set_state.phpt
2022-08-23 13:32:34 +02:00

17 lines
240 B
PHP

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