Home
last modified time | relevance | path

Searched refs:zend_ast_create_zval_from_str (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_ast.h251 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 Dzend_language_parser.y802 …{ $$ = zend_ast_create(ZEND_AST_PROP_ELEM, $1, NULL, ($2 ? zend_ast_create_zval_from_str($2) : NUL…
804 …{ $$ = zend_ast_create(ZEND_AST_PROP_ELEM, $1, $3, ($4 ? zend_ast_create_zval_from_str($4) : NULL)…
1032 { $$ = zend_ast_create_zval_from_str(ZSTR_EMPTY_ALLOC()); }
1063 { $$ = zend_ast_create_zval_from_str(ZSTR_EMPTY_ALLOC()); }
H A Dzend_compile.c3176 zend_ast_create_zval_from_str( in zend_compile_assert()

Completed in 23 milliseconds