mirror of
https://github.com/php/php-src.git
synced 2025-01-22 03:34:19 +08:00
16 lines
238 B
Plaintext
16 lines
238 B
Plaintext
|
--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
|