- Output for 5.4.30 - 5.4.45, 5.5.14 - 7.2.0
- <pre>object(DateTime)#2 (3) {
["date"]=>
string(26) "2015-04-13 00:00:00.000000"
["timezone_type"]=>
int(3)
["timezone"]=>
string(13) "Europe/Berlin"
}
object(DateTime)#3 (3) {
["date"]=>
string(26) "2015-04-19 23:59:59.000000"
["timezone_type"]=>
int(3)
["timezone"]=>
string(13) "Europe/Berlin"
}
string(1) "0"
</pre>
- Output for 5.3.0 - 5.4.29, 5.5.0 - 5.5.13
- <pre>object(DateTime)#2 (3) {
["date"]=>
string(19) "2015-04-13 00:00:00"
["timezone_type"]=>
int(3)
["timezone"]=>
string(13) "Europe/Berlin"
}
object(DateTime)#3 (3) {
["date"]=>
string(19) "2015-04-19 23:59:59"
["timezone_type"]=>
int(3)
["timezone"]=>
string(13) "Europe/Berlin"
}
string(1) "0"
</pre>
- Output for 5.2.0 - 5.2.17
- <pre>object(DateTime)#2 (0) {
}
object(DateTime)#3 (0) {
}
string(1) "0"
</pre>
- Output for 5.1.0 - 5.1.6
- Fatal error: Class 'DateTime' not found in /in/R60YN on line 5
Process exited with code 255. - Output for 5.0.0 - 5.0.5
- Fatal error: Call to undefined function date_default_timezone_set() in /in/R60YN on line 3
Process exited with code 255. - Output for 4.4.2 - 4.4.9
- Parse error: syntax error, unexpected '(', expecting '}' in /in/R60YN on line 7
Process exited with code 255. - Output for 4.3.0 - 4.3.1, 4.3.5 - 4.4.1
- Parse error: parse error, unexpected '(', expecting '}' in /in/R60YN on line 7
Process exited with code 255. - Output for 4.3.2 - 4.3.4
- Parse error: parse error, expecting `'}'' in /in/R60YN on line 7
Process exited with code 255.