Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dquot_print.c268 zend_string *new_str; in PHP_FUNCTION() local
H A Dstring.c2859 zend_string *new_str = NULL; local
2872 ZSTR_VAL(new_str)[i] = ch_to; local
2877 ZSTR_VAL(new_str)[i] = (ZSTR_VAL(str)[i] != ch_from) ? ZSTR_VAL(str)[i] : ch_to; local
2892 ZSTR_VAL(new_str)[i] = xlat[(size_t)(unsigned char) ZSTR_VAL(str)[i]]; local
2898 ZSTR_VAL(new_str)[i] = xlat[(size_t)(unsigned char) ZSTR_VAL(str)[i]]; local
2906 ZSTR_VAL(new_str)[ZSTR_LEN(new_str)] = 0; local
3123 zend_string *new_str; local
3197 zend_string *new_str = NULL; local
3290 zend_string *new_str; local
3741 zend_string *new_str = zend_string_safe_alloc(4, ZSTR_LEN(str), 0, 0); local
[all …]
H A Dinfo.c65 zend_string *new_str; in php_info_print_html_esc() local
/PHP-7.0/ext/wddx/
H A Dwddx.c910 zend_string *new_str = NULL; in php_wddx_pop_element() local
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_bp.c135 char *new_str = NULL; in phpdbg_export_breakpoints_to_string() local

Completed in 29 milliseconds