php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Data Fields | |
smart_str | str |
char * | ptr |
char * | end |
uint64_t | cnt |
size_t | already_scanned |
Definition at line 332 of file php_variables.c.
size_t post_var_data::already_scanned |
Definition at line 339 of file php_variables.c.
uint64_t post_var_data::cnt |
Definition at line 336 of file php_variables.c.
char* post_var_data::end |
Definition at line 335 of file php_variables.c.
char* post_var_data::ptr |
Definition at line 334 of file php_variables.c.
smart_str post_var_data::str |
Definition at line 333 of file php_variables.c.