mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
RFC: https://wiki.php.net/rfc/isreadable-iswriteable Fixes GH-15309 Fixes GH-16175 Closes GH-16209
13 lines
507 B
C
Generated
13 lines
507 B
C
Generated
/* This is a generated file, edit php_reflection.stub.php instead.
|
|
* Stub hash: 267472e2b726ca5e788eb5cc3e946bc9aa7c9c41 */
|
|
|
|
#ifndef ZEND_PHP_REFLECTION_DECL_267472e2b726ca5e788eb5cc3e946bc9aa7c9c41_H
|
|
#define ZEND_PHP_REFLECTION_DECL_267472e2b726ca5e788eb5cc3e946bc9aa7c9c41_H
|
|
|
|
typedef enum zend_enum_PropertyHookType {
|
|
ZEND_ENUM_PropertyHookType_Get = 1,
|
|
ZEND_ENUM_PropertyHookType_Set = 2,
|
|
} zend_enum_PropertyHookType;
|
|
|
|
#endif /* ZEND_PHP_REFLECTION_DECL_267472e2b726ca5e788eb5cc3e946bc9aa7c9c41_H */
|