summaryrefslogtreecommitdiff
path: root/Zend/tests/return_types/014.phpt
blob: 468979d5d99d544c3ac9f108e6d0d1d59c9a1577 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Constructors cannot declare a return type
--FILE--
<?php

class Foo {
	function __construct() : Foo {}
}
--EXPECTF--
Fatal error: Constructor %s::%s() cannot declare a return type in %s on line %s