diff options
Diffstat (limited to 'ext/calendar/tests/jewishtojd.phpt')
-rw-r--r-- | ext/calendar/tests/jewishtojd.phpt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ext/calendar/tests/jewishtojd.phpt b/ext/calendar/tests/jewishtojd.phpt deleted file mode 100644 index a9a2ff0e3d..0000000000 --- a/ext/calendar/tests/jewishtojd.phpt +++ /dev/null @@ -1,16 +0,0 @@ ---TEST-- -jewishtojd() ---SKIPIF-- -<?php include 'skipif.inc'; ?> ---FILE-- -<?php -echo jewishtojd(-1,-1,-1). "\n"; -echo jewishtojd(0,0,0). "\n"; -echo jewishtojd(1,1,1). "\n"; -echo jewishtojd(2,22,5763). "\n"; -?> ---EXPECT-- -0 -0 -347998 -2452576
\ No newline at end of file |