Skip to content

Commit ccc2a16

Browse files
Changing .stub.php file and running ./build/gen_stub.php
1 parent 58e1715 commit ccc2a16

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ext/standard/basic_functions.stub.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2351,6 +2351,9 @@ function wordwrap(string $string, int $width = 75, string $break = "\n", bool $c
23512351
*/
23522352
function explode(string $separator, string $string, int $limit = PHP_INT_MAX): array {}
23532353

2354+
/** @alias explode */
2355+
function split(string $separator, string $string, int $limit = PHP_INT_MAX): array {}
2356+
23542357
/**
23552358
* @compile-time-eval
23562359
* @frameless-function {"arity": 1}

ext/standard/basic_functions_arginfo.h

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

0 commit comments

Comments
 (0)