Searched defs:new_str (Results 1 – 5 of 5) sorted by relevance
268 zend_string *new_str; in PHP_FUNCTION() local
2859 zend_string *new_str = NULL; local2872 ZSTR_VAL(new_str)[i] = ch_to; local2877 ZSTR_VAL(new_str)[i] = (ZSTR_VAL(str)[i] != ch_from) ? ZSTR_VAL(str)[i] : ch_to; local2892 ZSTR_VAL(new_str)[i] = xlat[(size_t)(unsigned char) ZSTR_VAL(str)[i]]; local2898 ZSTR_VAL(new_str)[i] = xlat[(size_t)(unsigned char) ZSTR_VAL(str)[i]]; local2906 ZSTR_VAL(new_str)[ZSTR_LEN(new_str)] = 0; local3123 zend_string *new_str; local3197 zend_string *new_str = NULL; local3290 zend_string *new_str; local3741 zend_string *new_str = zend_string_safe_alloc(4, ZSTR_LEN(str), 0, 0); local[all …]
65 zend_string *new_str; in php_info_print_html_esc() local
910 zend_string *new_str = NULL; in php_wddx_pop_element() local
135 char *new_str = NULL; in phpdbg_export_breakpoints_to_string() local
Completed in 31 milliseconds