mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Fix header errors when parsed standalone (#14272)
This is annoying for multiple reasons: 1. LSPs can show many errors for these files. 2. LSP can stop parsing these files completely if there are too many errors, resulting in spotty LSP features.
This commit is contained in:
parent
78f72cffa4
commit
6335264c07
28 changed files with 68 additions and 3 deletions
|
@ -22,6 +22,8 @@
|
|||
#ifndef ZEND_EXCEPTIONS_H
|
||||
#define ZEND_EXCEPTIONS_H
|
||||
|
||||
#include "zend_types.h"
|
||||
|
||||
BEGIN_EXTERN_C()
|
||||
|
||||
extern ZEND_API zend_class_entry *zend_ce_throwable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue