Skip to content

Commit f2a7ce7

Browse files
authored
Automatically regenerate the files
1 parent e661d5d commit f2a7ce7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+158
-142
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"generated/mbstring.php",
5656
"generated/misc.php",
5757
"generated/mysql.php",
58-
"generated/mysqli.php",
5958
"generated/network.php",
6059
"generated/oci8.php",
6160
"generated/opcache.php",

generated/Exceptions/MysqliException.php

Lines changed: 0 additions & 11 deletions
This file was deleted.

generated/apache.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,3 +197,4 @@ function virtual(string $uri): void
197197
throw ApacheException::createFromPhpError();
198198
}
199199
}
200+

generated/apcu.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,4 @@ function apcu_sma_info(bool $limited = false): array
110110
}
111111
return $result;
112112
}
113+

generated/array.php

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -28,36 +28,6 @@ function array_combine(array $keys, array $values): array
2828
}
2929

3030

31-
/**
32-
* array_flip returns an array in flip
33-
* order, i.e. keys from array become values and values
34-
* from array become keys.
35-
*
36-
* Note that the values of array need to be valid
37-
* keys, i.e. they need to be either int or
38-
* string. A warning will be emitted if a value has the wrong
39-
* type, and the key/value pair in question will not be included
40-
* in the result.
41-
*
42-
* If a value has several occurrences, the latest key will be
43-
* used as its value, and all others will be lost.
44-
*
45-
* @param array $array An array of key/value pairs to be flipped.
46-
* @return array Returns the flipped array on success.
47-
* @throws ArrayException
48-
*
49-
*/
50-
function array_flip(array $array): array
51-
{
52-
error_clear_last();
53-
$result = \array_flip($array);
54-
if ($result === null) {
55-
throw ArrayException::createFromPhpError();
56-
}
57-
return $result;
58-
}
59-
60-
6131
/**
6232
* array_replace_recursive replaces the values of
6333
* array with the same values from all the following
@@ -186,3 +156,4 @@ function shuffle(array &$array): void
186156
throw ArrayException::createFromPhpError();
187157
}
188158
}
159+

generated/bzip2.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,4 @@ function bzwrite($bz, string $data, int $length = null): int
9595
}
9696
return $result;
9797
}
98+

generated/calendar.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ function unixtojd(int $timestamp = null): int
2828
}
2929
return $result;
3030
}
31+

generated/classobj.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ function class_alias(string $class, string $alias, bool $autoload = true): void
2323
throw ClassobjException::createFromPhpError();
2424
}
2525
}
26+

generated/com.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,4 @@ function variant_round($value, int $decimals)
194194
}
195195
return $result;
196196
}
197+

generated/cubrid.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2036,3 +2036,4 @@ function cubrid_set_query_timeout($req_identifier, int $timeout): void
20362036
throw CubridException::createFromPhpError();
20372037
}
20382038
}
2039+

0 commit comments

Comments
 (0)