Searched refs:zend_ast_create_zval_from_str (Results 1 – 3 of 3) sorted by relevance
251 static zend_always_inline zend_ast *zend_ast_create_zval_from_str(zend_string *str) { in zend_ast_create_zval_from_str() function
802 …{ $$ = 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()); }
3176 zend_ast_create_zval_from_str( in zend_compile_assert()
Completed in 23 milliseconds