Lines Matching defs:new_str
2859 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
3786 zend_string *new_str; local