Z_AST_P 761 Zend/zend_types.h Z_AST_P(__z) = _ast; \ Z_AST_P 233 Zend/zend_variables.c Z_AST_P(zvalue) = ast; Z_AST_P 173 ext/opcache/zend_accelerator_util_funcs.c if (Z_REFCOUNT_P(src) > 1 && (ptr = accel_xlat_get(Z_AST_P(src))) != NULL) { Z_AST_P 174 ext/opcache/zend_accelerator_util_funcs.c Z_AST_P(src) = ptr; Z_AST_P 176 ext/opcache/zend_accelerator_util_funcs.c zend_ast_ref *old = Z_AST_P(src); Z_AST_P 179 ext/opcache/zend_accelerator_util_funcs.c Z_AST_P(src)->gc = old->gc; Z_AST_P 181 ext/opcache/zend_accelerator_util_funcs.c accel_xlat_set(old, Z_AST_P(src)); Z_AST_P 334 ext/opcache/zend_file_cache.c if (!IS_SERIALIZED(Z_AST_P(zv))) { Z_AST_P 337 ext/opcache/zend_file_cache.c SERIALIZE_PTR(Z_AST_P(zv)); Z_AST_P 338 ext/opcache/zend_file_cache.c ast = Z_AST_P(zv); Z_AST_P 894 ext/opcache/zend_file_cache.c if (!IS_UNSERIALIZED(Z_AST_P(zv))) { Z_AST_P 897 ext/opcache/zend_file_cache.c UNSERIALIZE_PTR(Z_AST_P(zv)); Z_AST_P 898 ext/opcache/zend_file_cache.c ast = Z_AST_P(zv); Z_AST_P 314 ext/opcache/zend_persist.c new_ptr = zend_shared_alloc_get_xlat_entry(Z_AST_P(z)); Z_AST_P 316 ext/opcache/zend_persist.c Z_AST_P(z) = new_ptr; Z_AST_P 318 ext/opcache/zend_persist.c zend_accel_store(Z_AST_P(z), sizeof(zend_ast_ref)); Z_AST_P 370 ext/opcache/zend_persist.c new_ptr = zend_shared_alloc_get_xlat_entry(Z_AST_P(z)); Z_AST_P 372 ext/opcache/zend_persist.c Z_AST_P(z) = new_ptr; Z_AST_P 375 ext/opcache/zend_persist.c zend_accel_store(Z_AST_P(z), sizeof(zend_ast_ref)); Z_AST_P 429 ext/opcache/zend_persist.c new_ptr = zend_shared_alloc_get_xlat_entry(Z_AST_P(z)); Z_AST_P 431 ext/opcache/zend_persist.c Z_AST_P(z) = new_ptr; Z_AST_P 433 ext/opcache/zend_persist.c zend_accel_store(Z_AST_P(z), sizeof(zend_ast_ref)); Z_AST_P 151 ext/opcache/zend_persist_calc.c size = zend_shared_memdup_size(Z_AST_P(z), sizeof(zend_ast_ref));