diff --git a/ext/date/tests/date_add_basic2.phpt b/ext/date/tests/date_add_basic2.phpt new file mode 100644 index 00000000000..5beef23f450 --- /dev/null +++ b/ext/date/tests/date_add_basic2.phpt @@ -0,0 +1,14 @@ +--TEST-- +date_add() return false with wrong params +--CREDITS-- +"Anna Filina" +#PHPTestFest2009 2009-05-02 +--INI-- +date.timezone=UTC +display_errors=false +--FILE-- + +--EXPECT-- +bool(false) \ No newline at end of file diff --git a/ext/date/tests/date_create_from_format_basic.phpt b/ext/date/tests/date_create_from_format_basic.phpt new file mode 100644 index 00000000000..592692b5a7f --- /dev/null +++ b/ext/date/tests/date_create_from_format_basic.phpt @@ -0,0 +1,14 @@ +--TEST-- +date_create_from_format() return false with wrong params +--CREDITS-- +"Anna Filina" +#PHPTestFest2009 2009-05-02 +--INI-- +date.timezone=UTC +display_errors=false +--FILE-- + +--EXPECT-- +bool(false) \ No newline at end of file diff --git a/ext/date/tests/date_create_from_format_basic2.phpt b/ext/date/tests/date_create_from_format_basic2.phpt new file mode 100644 index 00000000000..2b220a7275a --- /dev/null +++ b/ext/date/tests/date_create_from_format_basic2.phpt @@ -0,0 +1,13 @@ +--TEST-- +date_create_from_format() return false +--CREDITS-- +"Anna Filina" +#PHPTestFest2009 2009-05-02 +--INI-- +date.timezone=UTC +--FILE-- + +--EXPECT-- +bool(false) \ No newline at end of file diff --git a/ext/date/tests/date_get_last_errors_basic.phpt b/ext/date/tests/date_get_last_errors_basic.phpt new file mode 100644 index 00000000000..5e83a5272f0 --- /dev/null +++ b/ext/date/tests/date_get_last_errors_basic.phpt @@ -0,0 +1,13 @@ +--TEST-- +date_get_last_errors() return false +--CREDITS-- +"Anna Filina" +#PHPTestFest2009 2009-05-02 +--INI-- +date.timezone=UTC +--FILE-- + +--EXPECT-- +bool(false) \ No newline at end of file diff --git a/ext/date/tests/date_parse_from_format_basic.phpt b/ext/date/tests/date_parse_from_format_basic.phpt new file mode 100644 index 00000000000..644949a2e81 --- /dev/null +++ b/ext/date/tests/date_parse_from_format_basic.phpt @@ -0,0 +1,14 @@ +--TEST-- +date_parse_from_format() return false with wrong params +--CREDITS-- +"Anna Filina" +#PHPTestFest2009 2009-05-02 +--INI-- +date.timezone=UTC +display_errors=false +--FILE-- + +--EXPECT-- +bool(false) \ No newline at end of file diff --git a/ext/date/tests/strtotime_basic2.phpt b/ext/date/tests/strtotime_basic2.phpt new file mode 100644 index 00000000000..f90e66da87a --- /dev/null +++ b/ext/date/tests/strtotime_basic2.phpt @@ -0,0 +1,13 @@ +--TEST-- +strtotime() with return false +--CREDITS-- +"Anna Filina" +#PHPTestFest2009 2009-05-02 +--INI-- +date.timezone=UTC +--FILE-- + +--EXPECT-- +bool(false) \ No newline at end of file