summaryrefslogtreecommitdiff
path: root/ext/date/tests/bug75002.phpt
blob: 6a6cd21d035c623404cfe0666370571a9ec811d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--TEST--
Bug #75002 Null Pointer Dereference in timelib_time_clone
--FILE--
<?php

class aaa extends DatePeriod {
	public function __construct() { }
}

$start=new DateTime( '2012-08-01' );

foreach (new aaa($start) as $y) {
	$a=$key;
}

?>
==DONE==
--EXPECTF--	
Fatal error: Uncaught Error: DatePeriod has not been initialized correctly in %sbug75002.php:%d
Stack trace:
#0 {main}
  thrown in %sbug75002.php on line %d