summaryrefslogtreecommitdiff
path: root/Zend/tests/return_types/023.phpt
blob: 9e36bf7c0405b801467bec533d2360432e6e578b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
PHP 4 Constructors cannot declare a return type

--FILE--
<?php

class Foo {
	function foo() : Foo {}
}

--EXPECTF--
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Foo has a deprecated constructor in %s on line %d

Fatal error: Constructor %s::%s() cannot declare a return type in %s on line %s