Searched refs:zend_ast_zval (Results 1 – 5 of 5) sorted by relevance
178 } zend_ast_zval; typedef290 return &((zend_ast_zval *) ast)->val; in zend_ast_get_zval()300 ZEND_ASSERT(Z_TYPE(((zend_ast_zval *) ast)->val) == IS_STRING); in zend_ast_get_constant_name()301 return Z_STR(((zend_ast_zval *) ast)->val); in zend_ast_get_constant_name()
60 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()669 size = sizeof(zend_ast_zval); in zend_ast_tree_size()696 zend_ast_zval *new = (zend_ast_zval*)buf; in zend_ast_tree_copy()700 buf = (void*)((char*)buf + sizeof(zend_ast_zval)); in zend_ast_tree_copy()702 zend_ast_zval *new = (zend_ast_zval*)buf; in zend_ast_tree_copy()706 buf = (void*)((char*)buf + sizeof(zend_ast_zval)); in zend_ast_tree_copy()
95 ADD_SIZE(sizeof(zend_ast_zval)); in zend_persist_ast_calc()96 zend_persist_zval_calc(&((zend_ast_zval*)(ast))->val); in zend_persist_ast_calc()
277 zend_ast_zval *copy = zend_accel_memdup(ast, sizeof(zend_ast_zval)); in zend_persist_ast()
304 zend_file_cache_serialize_zval(&((zend_ast_zval*)ast)->val, script, info, buf);955 zend_file_cache_unserialize_zval(&((zend_ast_zval*)ast)->val, script, buf);
Completed in 31 milliseconds