Skip to content

Commit 7f626f1

Browse files
committed
Rename parameter to "shorthand"
1 parent 68f25c7 commit 7f626f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/standard/basic_functions.stub.php

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

494494
function ini_restore(string $option): void {}
495495

496-
function ini_bytes(string $option): int {}
496+
function ini_bytes(string $shorthand): int {}
497497

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

ext/standard/basic_functions_arginfo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: 86b8a270e7dba30ca2f79c6261eb866871ca40a7 */
2+
* Stub hash: d5551634e47c94d2daf3603e166ef9f7ae29bb34 */
33

44
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_set_time_limit, 0, 1, _IS_BOOL, 0)
55
ZEND_ARG_TYPE_INFO(0, seconds, IS_LONG, 0)
@@ -501,7 +501,7 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ini_restore, 0, 1, IS_VOID, 0)
501501
ZEND_END_ARG_INFO()
502502

503503
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ini_bytes, 0, 1, IS_LONG, 0)
504-
ZEND_ARG_TYPE_INFO(0, option, IS_STRING, 0)
504+
ZEND_ARG_TYPE_INFO(0, shorthand, IS_STRING, 0)
505505
ZEND_END_ARG_INFO()
506506

507507
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_set_include_path, 0, 1, MAY_BE_STRING|MAY_BE_FALSE)

0 commit comments

Comments
 (0)