summaryrefslogtreecommitdiff
path: root/Zend/tests/return_types/019.phpt
blob: cebf48328581c35c56e9a7207430e9eb1a9d644e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
__clone cannot declare a return type

--FILE--
<?php

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

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