1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 22:11:12 +02:00
Files
archived-php-src/Zend/tests/ctor_promotion_free_function.phpt
2020-06-05 15:15:51 +02:00

11 lines
220 B
PHP

--TEST--
Constructor promotion cannot be used in a free function
--FILE--
<?php
function __construct(public $prop) {}
?>
--EXPECTF--
Fatal error: Cannot declare promoted property outside a constructor in %s on line %d