persist_ptr 212 ext/opcache/zend_persist.c zend_op *persist_ptr; persist_ptr 275 ext/opcache/zend_persist.c if ((persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->opcodes))) { persist_ptr 276 ext/opcache/zend_persist.c op_array->opcodes = persist_ptr; persist_ptr 442 ext/opcache/zend_persist.c if ((persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->vars))) { persist_ptr 443 ext/opcache/zend_persist.c op_array->vars = (zend_compiled_variable*)persist_ptr; persist_ptr 455 ext/opcache/zend_persist.c if ((persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->prototype))) { persist_ptr 456 ext/opcache/zend_persist.c op_array->prototype = (union _zend_function*)persist_ptr;