mirror of
https://github.com/php/php-src.git
synced 2026-04-26 17:38:14 +02:00
12 lines
231 B
PHP
12 lines
231 B
PHP
--TEST--
|
|
gregoriantojd()
|
|
--SKIPIF--
|
|
<?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
|
|
<?php include 'skipif.inc'; ?>
|
|
--FILE--
|
|
<?php
|
|
echo gregoriantojd(5, 5, 6000000) . "\n";
|
|
?>
|
|
--EXPECT--
|
|
2193176185
|