1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

ext/calendar: Remove ZPP test

This commit is contained in:
Gina Peter Banyard
2025-06-20 15:20:16 +02:00
parent 67bbf9c961
commit c03f6065fa

View File

@@ -15,7 +15,6 @@ try {
} catch (ValueError $ex) {
echo $ex->getMessage(), PHP_EOL;
}
var_dump(unixtojd(false)) . PHP_EOL;
var_dump(unixtojd(null)) . PHP_EOL;
var_dump(unixtojd(time())) . PHP_EOL;
?>
@@ -23,4 +22,3 @@ var_dump(unixtojd(time())) . PHP_EOL;
unixtojd(): Argument #1 ($timestamp) must be greater than or equal to 0
int(%d)
int(%d)
int(%d)