Skip to content

Commit 7b54dc6

Browse files
committed
Remove the PHP_ROUND_* constants added for PHP 8.4+
1 parent 04420a7 commit 7b54dc6

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

ext/standard/basic_functions.stub.php

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -375,26 +375,6 @@
375375
* @cvalue PHP_ROUND_HALF_ODD
376376
*/
377377
const PHP_ROUND_HALF_ODD = UNKNOWN;
378-
/**
379-
* @var int
380-
* @cvalue PHP_ROUND_CEILING
381-
*/
382-
const PHP_ROUND_CEILING = UNKNOWN;
383-
/**
384-
* @var int
385-
* @cvalue PHP_ROUND_FLOOR
386-
*/
387-
const PHP_ROUND_FLOOR = UNKNOWN;
388-
/**
389-
* @var int
390-
* @cvalue PHP_ROUND_TOWARD_ZERO
391-
*/
392-
const PHP_ROUND_TOWARD_ZERO = UNKNOWN;
393-
/**
394-
* @var int
395-
* @cvalue PHP_ROUND_AWAY_FROM_ZERO
396-
*/
397-
const PHP_ROUND_AWAY_FROM_ZERO = UNKNOWN;
398378

399379
/* crypt.c */
400380

ext/standard/basic_functions_arginfo.h

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)