Skip to content

Commit 3cc54e1

Browse files
authored
Automatically regenerate the files
1 parent e661d5d commit 3cc54e1

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

+148
-101
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,4 @@ function shuffle(array &$array): void
186186
throw ArrayException::createFromPhpError();
187187
}
188188
}
189+

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)