mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Rename reflection stub file
Where possible, the stub file should match the name of the C file, so that the build system integration automatically recompiles it.
This commit is contained in:
parent
74da772933
commit
87f127d8fa
3 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
#include "zend_extensions.h"
|
||||
#include "zend_builtin_functions.h"
|
||||
#include "zend_smart_str.h"
|
||||
#include "reflection_arginfo.h"
|
||||
#include "php_reflection_arginfo.h"
|
||||
|
||||
/* Key used to avoid leaking addresses in ReflectionProperty::getId() */
|
||||
#define REFLECTION_KEY_LEN 16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue