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:
Nikita Popov 2020-02-10 10:51:37 +01:00
parent 74da772933
commit 87f127d8fa
3 changed files with 1 additions and 1 deletions

View file

@ -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