Home
last modified time | relevance | path

Searched defs:new_str (Results 1 – 5 of 5) sorted by relevance

/PHP-7.2/ext/standard/
H A Dquot_print.c268 zend_string *new_str; in PHP_FUNCTION() local
H A Dstring.c2921 zend_string *new_str = NULL; local
2934 ZSTR_VAL(new_str)[i] = ch_to; local
2939 ZSTR_VAL(new_str)[i] = (ZSTR_VAL(str)[i] != ch_from) ? ZSTR_VAL(str)[i] : ch_to; local
2954 ZSTR_VAL(new_str)[i] = xlat[(size_t)(unsigned char) ZSTR_VAL(str)[i]]; local
2960 ZSTR_VAL(new_str)[i] = xlat[(size_t)(unsigned char) ZSTR_VAL(str)[i]]; local
2968 ZSTR_VAL(new_str)[ZSTR_LEN(new_str)] = 0; local
3186 zend_string *new_str; local
3267 zend_string *new_str = NULL; local
3360 zend_string *new_str; local
3815 zend_string *new_str = zend_string_safe_alloc(4, ZSTR_LEN(str), 0, 0); local
[all …]
H A Dinfo.c62 zend_string *new_str; in php_info_print_html_esc() local
/PHP-7.2/ext/wddx/
H A Dwddx.c910 zend_string *new_str = NULL; in php_wddx_pop_element() local
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_bp.c136 char *new_str = NULL; in phpdbg_export_breakpoints_to_string() local

Completed in 81 milliseconds