diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2003-08-12 00:44:05 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2003-08-12 00:44:05 +0000 |
| commit | 3652ab6032819e4854ae607fe8084cd129791983 (patch) | |
| tree | 7848478da5525579f89637b2f152ee5f9299daa5 /ext/calendar/tests | |
| parent | dc36db07150ab7505d68f1ad51f4633e8ad665e8 (diff) | |
| download | php-git-3652ab6032819e4854ae607fe8084cd129791983.tar.gz | |
Fixed bugs in various tests.
Diffstat (limited to 'ext/calendar/tests')
| -rw-r--r-- | ext/calendar/tests/jdtojewish.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/calendar/tests/jdtojewish.phpt b/ext/calendar/tests/jdtojewish.phpt index 9ec597aa95..c6dc1fd594 100644 --- a/ext/calendar/tests/jdtojewish.phpt +++ b/ext/calendar/tests/jdtojewish.phpt @@ -1,7 +1,7 @@ --TEST-- jdtojewish() function --FILE-- -<? +<?php var_dump(jdtojewish(gregoriantojd(10,28,2002))."\r\n". jdtojewish(gregoriantojd(10,28,2002),true)."\r\n". |
