mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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
|
@ -20,6 +20,10 @@
|
|||
#ifndef ZEND_BUILTIN_FUNCTIONS_H
|
||||
#define ZEND_BUILTIN_FUNCTIONS_H
|
||||
|
||||
#include "zend_types.h"
|
||||
|
||||
typedef struct _zval_struct zval;
|
||||
|
||||
zend_result zend_startup_builtin_functions(void);
|
||||
|
||||
BEGIN_EXTERN_C()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue