Home
last modified time | relevance | path

Searched refs:ZEND_AST_ZVAL (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_ast.h34 ZEND_AST_ZVAL = 1 << ZEND_AST_SPECIAL_SHIFT, enumerator
225 ZEND_ASSERT(ast->kind == ZEND_AST_ZVAL); in zend_ast_get_zval()
239 if (ast->kind == ZEND_AST_ZVAL) { in zend_ast_get_lineno()
H A Dzend_ast.c64 ast->kind = ZEND_AST_ZVAL; in zend_ast_create_zval_with_lineno()
275 case ZEND_AST_ZVAL: in zend_ast_evaluate()
458 } else if (ast->kind == ZEND_AST_ZVAL) { in zend_ast_copy()
460 new->kind = ZEND_AST_ZVAL; in zend_ast_copy()
493 case ZEND_AST_ZVAL: in zend_ast_destroy_ex()
666 if (ast->kind == ZEND_AST_ZVAL) { in zend_ast_export_name()
679 if (ast->kind == ZEND_AST_ZVAL) { in zend_ast_export_ns_name()
741 if (ast->kind == ZEND_AST_ZVAL) { in zend_ast_export_var()
777 if (ast->kind == ZEND_AST_ZVAL) { in zend_ast_export_encaps_list()
783 ast->child[0]->kind == ZEND_AST_ZVAL && in zend_ast_export_encaps_list()
[all …]
H A Dzend_compile.c1499 if (name_ast->kind != ZEND_AST_ZVAL) { in zend_try_compile_const_expr_resolve_class_name()
2454 if (name_ast->kind != ZEND_AST_ZVAL) { in zend_is_const_default_class_ref()
2530 if (name_ast->kind != ZEND_AST_ZVAL) { in zend_compile_class_ref_ex()
2584 if (name_ast->kind == ZEND_AST_ZVAL) { in zend_try_compile_cv()
8097 if (ast->kind == ZEND_AST_ZVAL) { in zend_const_expr_to_zval()
8259 case ZEND_AST_ZVAL: in zend_compile_expr()
8456 if (ast->child[0]->kind != ZEND_AST_ZVAL || ast->child[1]->kind != ZEND_AST_ZVAL) { in zend_eval_const_expr()
8470 if (ast->child[0]->kind != ZEND_AST_ZVAL || ast->child[1]->kind != ZEND_AST_ZVAL) { in zend_eval_const_expr()
8491 if (ast->child[0]->kind != ZEND_AST_ZVAL || ast->child[1]->kind != ZEND_AST_ZVAL) { in zend_eval_const_expr()
8585 if (ast->child[0]->kind != ZEND_AST_ZVAL || ast->child[1]->kind != ZEND_AST_ZVAL) { in zend_eval_const_expr()
[all …]
/PHP-7.2/ext/opcache/
H A Dzend_persist_calc.c97 if (ast->kind == ZEND_AST_ZVAL) { in zend_persist_ast_calc()
H A Dzend_file_cache.c299 if (ast->kind == ZEND_AST_ZVAL) {
957 if (ast->kind == ZEND_AST_ZVAL) {
H A Dzend_persist.c272 if (ast->kind == ZEND_AST_ZVAL) { in zend_persist_ast()

Completed in 77 milliseconds