Home
last modified time | relevance | path

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

/PHP-7.3/ext/opcache/
H A Dzend_persist.c342 new_ptr = zend_shared_alloc_get_xlat_entry(Z_AST_P(z)); in zend_persist_zval()
344 Z_AST_P(z) = new_ptr; in zend_persist_zval()
347 zend_ast_ref *old_ref = Z_AST_P(z); in zend_persist_zval()
348 Z_ARR_P(z) = zend_accel_memdup(Z_AST_P(z), sizeof(zend_ast_ref)); in zend_persist_zval()
H A Dzend_file_cache.c360 if (!IS_SERIALIZED(Z_AST_P(zv))) {
363 SERIALIZE_PTR(Z_AST_P(zv));
364 ast = Z_AST_P(zv);
1005 if (!IS_UNSERIALIZED(Z_AST_P(zv))) {
1006 UNSERIALIZE_PTR(Z_AST_P(zv));
H A Dzend_persist_calc.c142 size = zend_shared_memdup_size(Z_AST_P(z), sizeof(zend_ast_ref)); in zend_persist_zval_calc()
/PHP-7.3/Zend/
H A Dzend_types.h703 #define Z_AST_P(zval_p) Z_AST(*(zval_p)) macro
905 Z_AST_P(__z) = ast; \

Completed in 26 milliseconds