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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user