mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.3' into PHP-8.4
This commit is contained in:
commit
ef08bce645
3 changed files with 17 additions and 1 deletions
|
@ -386,7 +386,7 @@ too_few_args:
|
|||
switch ((int) code) {
|
||||
case 'h':
|
||||
case 'H':
|
||||
INC_OUTPUTPOS((arg + (arg % 2)) / 2,1) /* 4 bit per arg */
|
||||
INC_OUTPUTPOS((arg / 2) + (arg % 2),1) /* 4 bit per arg */
|
||||
break;
|
||||
|
||||
case 'a':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue