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

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