Home
last modified time | relevance | path

Searched refs:Z_AST_P (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/opcache/
H A Dzend_persist.c234 new_ptr = zend_shared_alloc_get_xlat_entry(Z_AST_P(z)); in zend_persist_zval()
236 Z_AST_P(z) = new_ptr; in zend_persist_zval()
239 zend_ast_ref *old_ref = Z_AST_P(z); in zend_persist_zval()
240 Z_AST_P(z) = zend_shared_memdup_put(Z_AST_P(z), sizeof(zend_ast_ref)); in zend_persist_zval()
H A Dzend_file_cache.c387 if (!IS_SERIALIZED(Z_AST_P(zv))) {
390 SERIALIZE_PTR(Z_AST_P(zv));
391 ast = Z_AST_P(zv);
1169 if (!IS_UNSERIALIZED(Z_AST_P(zv))) {
1170 UNSERIALIZE_PTR(Z_AST_P(zv));
H A Dzend_persist_calc.c132 size = zend_shared_memdup_size(Z_AST_P(z), sizeof(zend_ast_ref)); in zend_persist_zval_calc()
/PHP-8.0/Zend/
H A Dzend_types.h856 #define Z_AST_P(zval_p) Z_AST(*(zval_p)) macro
1070 Z_AST_P(__z) = ast; \

Completed in 31 milliseconds