Searched defs:_zend_string (Results 1 – 1 of 1) sorted by relevance
163 struct _zend_string { struct164 zend_refcounted_h gc;165 zend_ulong h; /* hash value */166 size_t len;167 char val[1];
Completed in 11 milliseconds