@@ -1732,14 +1732,14 @@ function array_pad(array $array, int $length, mixed $value): array {}
1732
1732
1733
1733
/**
1734
1734
* @return array<int|string, int|string>
1735
- * @refcount 1
1736
1735
* @compile-time-eval
1736
+ * @refcount 1
1737
1737
*/
1738
1738
function array_flip (array $ array ): array {}
1739
1739
1740
1740
/**
1741
- * @refcount 1
1742
1741
* @compile-time-eval
1742
+ * @refcount 1
1743
1743
*/
1744
1744
function array_change_key_case (array $ array , int $ case = CASE_LOWER ): array {}
1745
1745
@@ -1797,15 +1797,15 @@ function array_intersect_uassoc(array $array, ...$rest): array {}
1797
1797
function array_uintersect_uassoc (array $ array , ...$ rest ): array {}
1798
1798
1799
1799
/**
1800
- * @refcount 1
1801
1800
* @compile-time-eval
1801
+ * @refcount 1
1802
1802
*/
1803
1803
function array_diff_key (array $ array , array ...$ arrays ): array {}
1804
1804
1805
1805
/**
1806
1806
* @param array|callable $rest
1807
- * @refcount 1
1808
1807
* @compile-time-eval
1808
+ * @refcount 1
1809
1809
*/
1810
1810
function array_diff_ukey (array $ array , ...$ rest ): array {}
1811
1811
@@ -1821,8 +1821,8 @@ function array_diff(array $array, array ...$arrays): array {}
1821
1821
function array_udiff (array $ array , ...$ rest ): array {}
1822
1822
1823
1823
/**
1824
- * @refcount 1
1825
1824
* @compile-time-eval
1825
+ * @refcount 1
1826
1826
*/
1827
1827
function array_diff_assoc (array $ array , array ...$ arrays ): array {}
1828
1828
@@ -1899,8 +1899,8 @@ function array_is_list(array $array): bool {}
1899
1899
/* base64.c */
1900
1900
1901
1901
/**
1902
- * @refcount 1
1903
1902
* @compile-time-eval
1903
+ * @refcount 1
1904
1904
*/
1905
1905
function base64_encode (string $ string ): string {}
1906
1906
@@ -2347,8 +2347,8 @@ function wordwrap(string $string, int $width = 75, string $break = "\n", bool $c
2347
2347
2348
2348
/**
2349
2349
* @return array<int, string>
2350
- * @refcount 1
2351
2350
* @compile-time-eval
2351
+ * @refcount 1
2352
2352
*/
2353
2353
function explode (string $ separator , string $ string , int $ limit = PHP_INT_MAX ): array {}
2354
2354
@@ -2361,8 +2361,8 @@ function implode(string|array $separator, ?array $array = null): string {}
2361
2361
function join (string |array $ separator , ?array $ array = null ): string {}
2362
2362
2363
2363
/**
2364
- * @refcount 1
2365
2364
* @compile-time-eval
2365
+ * @refcount 1
2366
2366
*/
2367
2367
function strtok (string $ string , ?string $ token = null ): string |false {}
2368
2368
@@ -2412,8 +2412,8 @@ function strrpos(string $haystack, string $needle, int $offset = 0): int|false {
2412
2412
function strripos (string $ haystack , string $ needle , int $ offset = 0 ): int |false {}
2413
2413
2414
2414
/**
2415
- * @refcount 1
2416
2415
* @compile-time-eval
2416
+ * @refcount 1
2417
2417
*/
2418
2418
function strrchr (string $ haystack , string $ needle ): string |false {}
2419
2419
@@ -2427,8 +2427,8 @@ function str_starts_with(string $haystack, string $needle): bool {}
2427
2427
function str_ends_with (string $ haystack , string $ needle ): bool {}
2428
2428
2429
2429
/**
2430
- * @refcount 1
2431
2430
* @compile-time-eval
2431
+ * @refcount 1
2432
2432
*/
2433
2433
function chunk_split (string $ string , int $ length = 76 , string $ separator = "\r\n" ): string {}
2434
2434
0 commit comments