Home
last modified time | relevance | path

Searched refs:zend_ast_zval (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_ast.h195 } zend_ast_zval; typedef
318 return &((zend_ast_zval *) ast)->val; in zend_ast_get_zval()
328 ZEND_ASSERT(Z_TYPE(((zend_ast_zval *) ast)->val) == IS_STRING); in zend_ast_get_constant_name()
329 return Z_STR(((zend_ast_zval *) ast)->val); in zend_ast_get_constant_name()
H A Dzend_ast.c60 zend_ast_zval *ast; in zend_ast_create_zval_int()
62 ast = zend_ast_alloc(sizeof(zend_ast_zval)); in zend_ast_create_zval_int()
95 zend_ast_zval *ast; in zend_ast_create_constant()
97 ast = zend_ast_alloc(sizeof(zend_ast_zval)); in zend_ast_create_constant()
769 size = sizeof(zend_ast_zval); in zend_ast_tree_size()
796 zend_ast_zval *new = (zend_ast_zval*)buf; in zend_ast_tree_copy()
800 buf = (void*)((char*)buf + sizeof(zend_ast_zval)); in zend_ast_tree_copy()
802 zend_ast_zval *new = (zend_ast_zval*)buf; in zend_ast_tree_copy()
806 buf = (void*)((char*)buf + sizeof(zend_ast_zval)); in zend_ast_tree_copy()
/PHP-8.0/ext/opcache/
H A Dzend_persist_calc.c84 ADD_SIZE(sizeof(zend_ast_zval)); in zend_persist_ast_calc()
85 zend_persist_zval_calc(&((zend_ast_zval*)(ast))->val); in zend_persist_ast_calc()
H A Dzend_persist.c164 zend_ast_zval *copy = zend_shared_memdup(ast, sizeof(zend_ast_zval)); in zend_persist_ast()
H A Dzend_file_cache.c331 zend_file_cache_serialize_zval(&((zend_ast_zval*)ast)->val, script, info, buf);
1117 zend_file_cache_unserialize_zval(&((zend_ast_zval*)ast)->val, script, buf);

Completed in 21 milliseconds