Searched refs:zend_ast_create_zval_from_str (Results 1 – 3 of 3) sorted by relevance
/PHP-7.1/Zend/ |
H A D | zend_language_parser.y | 814 …{ $$ = zend_ast_create(ZEND_AST_PROP_ELEM, $1, NULL, ($2 ? zend_ast_create_zval_from_str($2) : NUL… 816 …{ $$ = zend_ast_create(ZEND_AST_PROP_ELEM, $1, $3, ($4 ? zend_ast_create_zval_from_str($4) : NULL)… 825 …ent { $$ = zend_ast_create(ZEND_AST_CONST_ELEM, $1, $3, ($4 ? zend_ast_create_zval_from_str($4) : … 829 …ent { $$ = zend_ast_create(ZEND_AST_CONST_ELEM, $1, $3, ($4 ? zend_ast_create_zval_from_str($4) : … 1050 { $$ = zend_ast_create_zval_from_str(ZSTR_EMPTY_ALLOC()); } 1081 { $$ = zend_ast_create_zval_from_str(ZSTR_EMPTY_ALLOC()); }
|
H A D | zend_ast.h | 250 static zend_always_inline zend_ast *zend_ast_create_zval_from_str(zend_string *str) { in zend_ast_create_zval_from_str() function
|
H A D | zend_compile.c | 3636 zend_ast_create_zval_from_str( in zend_compile_assert()
|
Completed in 43 milliseconds