Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions PhpStormStubsMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3790,6 +3790,9 @@ final class PhpStormStubsMap
'libxml_use_internal_errors' => 'libxml/libxml.php',
'link' => 'standard/standard_2.php',
'linkinfo' => 'standard/standard_2.php',
'litespeed_finish_request' => 'litespeed/litespeed.php',
'litespeed_request_headers' => 'litespeed/litespeed.php',
'litespeed_response_headers' => 'litespeed/litespeed.php',
'locale_accept_from_http' => 'intl/intl.php',
'locale_add_likely_subtags' => 'intl/intl.php',
'locale_canonicalize' => 'intl/intl.php',
Expand Down
7 changes: 7 additions & 0 deletions litespeed/litespeed.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

function litespeed_request_headers(): array {}

function litespeed_response_headers(): array|false {}

function litespeed_finish_request(): bool {}
1 change: 1 addition & 0 deletions tests/TestData/Providers/Stubs/PhpCoreStubsProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class PhpCoreStubsProvider
'iconv',
'intl',
'json',
'litespeed',
'mbstring',
'pcntl',
'PDO',
Expand Down