Lines Matching refs:val

625 	file_handle.filename = filename->value.str.val;  in compile_filename()
636 …file_handle.opened_path = opened_path = estrndup(filename->value.str.val, filename->value.str.len); in compile_filename()
659 if (IS_INTERNED(str->value.str.val)) { in zend_prepare_string_for_scanning()
661 memcpy(tmp, str->value.str.val, str->value.str.len + ZEND_MMAP_AHEAD); in zend_prepare_string_for_scanning()
662 str->value.str.val = tmp; in zend_prepare_string_for_scanning()
664 str->value.str.val = safe_erealloc(str->value.str.val, 1, str->value.str.len, ZEND_MMAP_AHEAD); in zend_prepare_string_for_scanning()
667 memset(str->value.str.val + str->value.str.len, 0, ZEND_MMAP_AHEAD); in zend_prepare_string_for_scanning()
672 buf = str->value.str.val; in zend_prepare_string_for_scanning()
872 …SCNG(output_filter)((unsigned char **)&(zendlval->value.str.val), &sz, (unsigned char *)yytext, (s…
875 zendlval->value.str.val = (char *) estrndup(yytext, yyleng); \
887 s = t = zendlval->value.str.val; in zend_scan_escape_string()
991 s = zendlval->value.str.val; in zend_scan_escape_string()
992 …SCNG(output_filter)((unsigned char **)&(zendlval->value.str.val), &sz, (unsigned char *)s, (size_t… in zend_scan_escape_string()
1186 zendlval->value.str.val = yytext; /* no copying - intentional */ in lex_scan()
1573 zendlval->value.str.val = (char *)estrndup(yytext, yyleng);
1581 zendlval->value.str.val = (char *)estrndup(yytext, yyleng);
1602 zendlval->value.str.val = estrndup("__CLASS__", zendlval->value.str.len);
1614 zendlval->value.str.val = estrndup(class_name, zendlval->value.str.len);
1634 zendlval->value.str.val = estrndup(trait_name, zendlval->value.str.len);
1651 zendlval->value.str.val = estrndup(func_name, zendlval->value.str.len);
1668 zendlval->value.str.len = zend_spprintf(&zendlval->value.str.val, 0, "%s%s%s",
1690 zendlval->value.str.val = estrndup(filename, zendlval->value.str.len);
1717 zendlval->value.str.val = dirname;
1742 zendlval->value.str.val = yytext; /* no copying - intentional */
1752 zendlval->value.str.val = yytext; /* no copying - intentional */
1764 zendlval->value.str.val = yytext; /* no copying - intentional */
1774 zendlval->value.str.val = yytext; /* no copying - intentional */
1786 zendlval->value.str.val = yytext; /* no copying - intentional */
1797 zendlval->value.str.val = yytext; /* no copying - intentional */
1853 …readsize = SCNG(output_filter)((unsigned char **)&(zendlval->value.str.val), &sz, (unsigned char *…
1859 zendlval->value.str.val = (char *) estrndup(yytext, yyleng);
1988 zendlval->value.str.val = yytext; /* no copying - intentional */
2001 zendlval->value.str.val = yytext; /* no copying - intentional */
2035 zendlval->value.str.val = estrndup(yytext+bprefix+1, yyleng-bprefix-2);
2040 s = t = zendlval->value.str.val;
2070 s = zendlval->value.str.val;
2071 …SCNG(output_filter)((unsigned char **)&(zendlval->value.str.val), &sz, (unsigned char *)s, (size_t…