- Implement INI settings default timezone, for now the env var "TZ" can be
used.
- Port over my 200 test cases to .phpt format.
+- Write an error handler for unexpected characters while parsing dates.
-/* Generated by re2c 0.9.8.dev on Wed Jun 15 09:42:20 2005 */
+/* Generated by re2c 0.9.8.dev on Wed Jun 15 09:57:28 2005 */
#line 1 "parse_date.re"
/*
+----------------------------------------------------------------------+
#line 1322 "parse_date.re"
{
- printf("unexpected character: #%d, %c\n", *s->tok, *s->tok);
+/* printf("unexpected character: #%d, %c\n", *s->tok, *s->tok); */
goto std;
}
#line 928 "<stdout>"
any
{
- printf("unexpected character: #%d, %c\n", *s->tok, *s->tok);
+/* printf("unexpected character: #%d, %c\n", *s->tok, *s->tok); */
goto std;
}
*/
any
{
- printf("unexpected character: #%d, %c\n", *s->tok, *s->tok);
+/* printf("unexpected character: #%d, %c\n", *s->tok, *s->tok); */
goto std;
}
*/