diff --git a/stubs/CoreGenericFunctions.phpstub b/stubs/CoreGenericFunctions.phpstub index 67b02a063..03ba9e938 100644 --- a/stubs/CoreGenericFunctions.phpstub +++ b/stubs/CoreGenericFunctions.phpstub @@ -1257,3 +1257,8 @@ function get_headers(string $url, int $format = 0, $context = null) : array {} * @psalm-taint-sink ssrf $filename */ function get_meta_tags(string $filename, bool $use_include_path = false) : array {} + +/** + * @return ($categorize is false : array : array>) + */ +function get_defined_constants(bool $categorize = false): array {} \ No newline at end of file