Skip to content

Commit c349f5d

Browse files
committed
Rename parameter to "shorthand"
1 parent 27f1941 commit c349f5d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ext/standard/basic_functions.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ function ini_alter(string $option, string|int|float|bool|null $value): string|fa
499499

500500
function ini_restore(string $option): void {}
501501

502-
function ini_bytes(string $option): int {}
502+
function ini_bytes(string $shorthand): int {}
503503

504504
/** @refcount 1 */
505505
function set_include_path(string $include_path): string|false {}

ext/standard/basic_functions_arginfo.h

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)