mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
12 lines
180 B
PHP
12 lines
180 B
PHP
--TEST--
|
|
Property hook list must not be empty
|
|
--FILE--
|
|
<?php
|
|
|
|
class Test {
|
|
public $prop {}
|
|
}
|
|
|
|
?>
|
|
--EXPECTF--
|
|
Fatal error: Property hook list must not be empty in %s on line %d
|