Searched refs:zend_ast_create_zval_from_str (Results 1 – 4 of 4) sorted by relevance
/php-src/Zend/ |
H A D | zend_language_parser.y | 654 …{ $$ = zend_ast_create(ZEND_AST_ENUM_CASE, $3, $4, ($2 ? zend_ast_create_zval_from_str($2) : NULL)… 815 NULL, $6 ? zend_ast_create_zval_from_str($6) : NULL, $7); } 819 NULL, $6 ? zend_ast_create_zval_from_str($6) : NULL, $9); } 1088 …{ $$ = zend_ast_create(ZEND_AST_PROP_ELEM, $1, NULL, ($2 ? zend_ast_create_zval_from_str($2) : NUL… 1090 …{ $$ = zend_ast_create(ZEND_AST_PROP_ELEM, $1, $3, ($4 ? zend_ast_create_zval_from_str($4) : NULL)… 1095 …{ $$ = zend_ast_create(ZEND_AST_PROP_ELEM, $1, NULL, ($2 ? zend_ast_create_zval_from_str($2) : NUL… 1097 …{ $$ = zend_ast_create(ZEND_AST_PROP_ELEM, $1, $3, ($4 ? zend_ast_create_zval_from_str($4) : NULL)… 1154 …ate(ZEND_AST_CONST_ELEM, zend_ast_create_zval(&zv), $3, ($4 ? zend_ast_create_zval_from_str($4) : … 1314 zend_ast *name = zend_ast_create_zval_from_str(ZSTR_KNOWN(ZEND_STR_EXIT)); 1422 { $$ = zend_ast_create_zval_from_str(ZSTR_EMPTY_ALLOC()); } [all …]
|
H A D | zend_ast.h | 227 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_zval_from_str(zend_string *str);
|
H A D | zend_compile.c | 4387 zend_ast *arg = zend_ast_create_zval_from_str( in zend_compile_assert() 4392 zend_ast *name = zend_ast_create_zval_from_str( in zend_compile_assert() 8494 zend_ast_create(ZEND_AST_VAR, zend_ast_create_zval_from_str(ZSTR_KNOWN(ZEND_STR_THIS))), in zend_compile_property_hooks() 8495 zend_ast_create_zval_from_str(zend_copy_unmangled_prop_name(prop_info->name))), in zend_compile_property_hooks() 8536 zend_ast *param_name_ast = zend_ast_create_zval_from_str(ZSTR_KNOWN(ZEND_STR_VALUE)); in zend_compile_property_hooks() 8544 zend_ast *return_type = zend_ast_create_zval_from_str(ZSTR_KNOWN(ZEND_STR_VOID)); in zend_compile_property_hooks()
|
H A D | zend_ast.c | 79 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_zval_from_str(zend_string *str) { in zend_ast_create_zval_from_str() function
|
Completed in 72 milliseconds