Searched defs:new_str (Results 1 – 5 of 5) sorted by relevance
263 zend_string *new_str; in PHP_FUNCTION() local
2738 zend_string *new_str = NULL; local2751 ZSTR_VAL(new_str)[i] = ch_to; local2754 ZSTR_VAL(new_str)[i] = (ZSTR_VAL(str)[i] != ch_from) ? ZSTR_VAL(str)[i] : ch_to; local2756 ZSTR_VAL(new_str)[i] = 0; local2777 ZSTR_VAL(new_str)[i] = 0; local3002 zend_string *new_str; local3073 zend_string *new_str = NULL; local3166 zend_string *new_str; local3587 zend_string *new_str = zend_string_safe_alloc(4, len, 0, 0); local3710 zend_string *new_str; local[all …]
57 zend_string *new_str; in php_info_print_html_esc() local
133 char *new_str = NULL; in phpdbg_export_breakpoints_to_string() local
264 zend_string *new_str = (zend_string *) (ZSTR_VAL((zend_string*)ZCG(mem)) + info->str_size); local
Completed in 58 milliseconds