php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_pcre_cache_entry Struct Reference

Data Fields

pcre2_codere
 
zend_string ** subpats_table
 
uint32_t preg_options
 
uint32_t name_count
 
uint32_t capture_count
 
uint32_t compile_options
 
uint32_t refcount
 

Detailed Description

Definition at line 50 of file php_pcre.c.

Field Documentation

◆ capture_count

uint32_t _pcre_cache_entry::capture_count

Definition at line 60 of file php_pcre.c.

◆ compile_options

uint32_t _pcre_cache_entry::compile_options

Definition at line 61 of file php_pcre.c.

◆ name_count

uint32_t _pcre_cache_entry::name_count

Definition at line 59 of file php_pcre.c.

◆ preg_options

uint32_t _pcre_cache_entry::preg_options

Definition at line 58 of file php_pcre.c.

◆ re

pcre2_code* _pcre_cache_entry::re

Definition at line 51 of file php_pcre.c.

◆ refcount

uint32_t _pcre_cache_entry::refcount

Definition at line 62 of file php_pcre.c.

◆ subpats_table

zend_string** _pcre_cache_entry::subpats_table

Definition at line 57 of file php_pcre.c.


The documentation for this struct was generated from the following file: