<?php
class Period extends \DatePeriod
{
public $test;
}
$p = new Period(new \DateTime('now'), new \DateInterval('P1Y'), new \DateTime('tomorrow'));
$p->test = FALSE;
Fatal error: Uncaught Error: Writing to DatePeriod properties is unsupported in /in/0oIl7:9
Stack trace:
#0 {main}
thrown in /in/0oIl7 on line 9
Process exited with code 255.
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/0oIl7 on line 3
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/0oIl7 on line 8
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/0oIl7 on line 8
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/0oIl7 on line 8
Fatal error: Class 'DatePeriod' not found in /in/0oIl7 on line 3
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/0oIl7 on line 3
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/0oIl7 on line 5
Process exited with code 255.
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/0oIl7 on line 3
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/0oIl7 on line 5
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/0oIl7 on line 3
Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in /in/0oIl7 on line 5
Process exited with code 255.