Skip to content

Commit 72dc9df

Browse files
zend_persist_attributes
1 parent b2b24fd commit 72dc9df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/opcache/zend_persist.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,9 @@ static HashTable *zend_persist_attributes(HashTable *attributes)
311311

312312
zend_accel_store_interned_string(copy->name);
313313
zend_accel_store_interned_string(copy->lcname);
314+
if (copy->validation_error) {
315+
zend_accel_store_interned_string(copy->validation_error);
316+
}
314317

315318
for (i = 0; i < copy->argc; i++) {
316319
if (copy->args[i].name) {

0 commit comments

Comments
 (0)