summaryrefslogtreecommitdiff
path: root/Zend/tests/return_types/019.phpt
blob: f665ebde78c4f83d8edf8dd260c274ae21a83918 (plain)
1
2
3
4
5
6
7
8
9
10
--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