php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Data Fields | |
pcre2_code * | re |
zend_string ** | subpats_table |
uint32_t | preg_options |
uint32_t | name_count |
uint32_t | capture_count |
uint32_t | compile_options |
uint32_t | refcount |
Definition at line 50 of file php_pcre.c.
uint32_t _pcre_cache_entry::capture_count |
Definition at line 60 of file php_pcre.c.
uint32_t _pcre_cache_entry::compile_options |
Definition at line 61 of file php_pcre.c.
uint32_t _pcre_cache_entry::name_count |
Definition at line 59 of file php_pcre.c.
uint32_t _pcre_cache_entry::preg_options |
Definition at line 58 of file php_pcre.c.
pcre2_code* _pcre_cache_entry::re |
Definition at line 51 of file php_pcre.c.
uint32_t _pcre_cache_entry::refcount |
Definition at line 62 of file php_pcre.c.
zend_string** _pcre_cache_entry::subpats_table |
Definition at line 57 of file php_pcre.c.