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

#include <zend_types.h>

Data Fields

zend_refcounted_h gc
 
zend_ulong h
 
size_t len
 
char val [1]
 

Detailed Description

Definition at line 373 of file zend_types.h.

Field Documentation

◆ gc

zend_refcounted_h _zend_string::gc

Definition at line 374 of file zend_types.h.

◆ h

zend_ulong _zend_string::h

Definition at line 375 of file zend_types.h.

◆ len

size_t _zend_string::len

Definition at line 376 of file zend_types.h.

◆ val

char _zend_string::val[1]

Definition at line 377 of file zend_types.h.


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