Skip to content

Commit 91bdfb5

Browse files
authored
Merge branch refs/heads/1.12.x into 2.0.x
2 parents c79a752 + f83b559 commit 91bdfb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stubs/core.stub

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,3 +328,8 @@ function ltrim(string $string, string $characters = " \n\r\t\v\x00"): string {}
328328
* @return ($string is lowercase-string ? lowercase-string : string)
329329
*/
330330
function rtrim(string $string, string $characters = " \n\r\t\v\x00"): string {}
331+
332+
/**
333+
* @return ($categorize is true ? array<string, array<string, mixed>> : array<string, mixed>)
334+
*/
335+
function get_defined_constants(bool $categorize = false): array {}

0 commit comments

Comments
 (0)