You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HashTable*implements; /* implements index -> zend_type * */
162
162
HashTable*trait_uses; /* trait-use index -> zend_type * */
163
163
HashTable*turbofish_args; /* opline->extended_value -> zend_type * (NAMED_WITH_ARGS holding the call-site type arguments); index is stable across optimizer reorderings */
164
+
boolpersisted; /* set by opcache when the table lives in SHM/file-cache memory; suppresses destruction */
164
165
} zend_generic_type_table;
165
166
166
167
/* Compile-time linked stack of in-scope generic type parameters. */
0 commit comments