mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Export zend_quick_get_constant()
This commit is contained in:
parent
d1f9d37423
commit
503c32e06e
2 changed files with 2 additions and 2 deletions
|
@ -438,7 +438,7 @@ failure:
|
|||
}
|
||||
}
|
||||
|
||||
zend_constant *zend_quick_get_constant(const zval *key, uint32_t flags)
|
||||
ZEND_API zend_constant* ZEND_FASTCALL zend_quick_get_constant(const zval *key, uint32_t flags)
|
||||
{
|
||||
zend_constant *c;
|
||||
|
||||
|
|
|
@ -77,7 +77,7 @@ ZEND_API void zend_register_string_constant(const char *name, size_t name_len, c
|
|||
ZEND_API void zend_register_stringl_constant(const char *name, size_t name_len, char *strval, size_t strlen, int flags, int module_number);
|
||||
ZEND_API int zend_register_constant(zend_constant *c);
|
||||
void zend_copy_constants(HashTable *target, HashTable *sourc);
|
||||
zend_constant *zend_quick_get_constant(const zval *key, uint32_t flags);
|
||||
ZEND_API zend_constant* ZEND_FASTCALL zend_quick_get_constant(const zval *key, uint32_t flags);
|
||||
END_EXTERN_C()
|
||||
|
||||
#define ZEND_CONSTANT_DTOR free_zend_constant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue