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

Data Fields

smart_str str
 
char * ptr
 
char * end
 
uint64_t cnt
 
size_t already_scanned
 

Detailed Description

Definition at line 332 of file php_variables.c.

Field Documentation

◆ already_scanned

size_t post_var_data::already_scanned

Definition at line 339 of file php_variables.c.

◆ cnt

uint64_t post_var_data::cnt

Definition at line 336 of file php_variables.c.

◆ end

char* post_var_data::end

Definition at line 335 of file php_variables.c.

◆ ptr

char* post_var_data::ptr

Definition at line 334 of file php_variables.c.

◆ str

smart_str post_var_data::str

Definition at line 333 of file php_variables.c.


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