Home
last modified time | relevance | path

Searched refs:new_str (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/intl/tests/
H A Dtransliterator_create_inverse_basic.phpt12 $new_str = $tr->transliterate($orstr);
15 $recovstr = $revtr->transliterate($new_str);
18 $recovstr2 = $revtr2->transliterate($new_str);
21 echo $new_str,"\n";
/PHP-5.5/sapi/cli/
H A Dps_title.h32 extern int set_ps_title(const char* new_str);
/PHP-5.5/ext/standard/
H A Dquot_print.c265 char *str, *new_str; in PHP_FUNCTION() local
277 new_str = (char *)php_quot_print_encode((unsigned char *)str, (size_t)str_len, &new_str_len); in PHP_FUNCTION()
278 RETURN_STRINGL(new_str, new_str_len, 0); in PHP_FUNCTION()
H A Dstring.c3544 efree(new_str);
3548 new_str = erealloc(new_str, newlen + 1);
3556 return new_str;
3565 char *new_str; local
3580 target = new_str;
3609 new_str = (char *) erealloc(new_str, *new_length + 1);
3610 return new_str;
3703 char *new_str; local
3829 new_str = erealloc(new_str, *_new_length + 1);
3836 return new_str;
[all …]
H A Dinfo.c68 char *new_str; in php_info_print_html_esc() local
71new_str = php_escape_html_entities((unsigned char *) str, len, &new_len, 0, ENT_QUOTES, "utf-8" TS… in php_info_print_html_esc()
72 written = php_output_write(new_str, new_len TSRMLS_CC); in php_info_print_html_esc()
73 efree(new_str); in php_info_print_html_esc()
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c1860 char *new_str; local
1876 new_str = safe_emalloc(str_len, 2, 1);
1877 new_str_len = mysql_real_escape_string(mysql->conn, new_str, str, str_len);
1878 new_str = erealloc(new_str, new_str_len + 1);
1880 RETURN_STRINGL(new_str, new_str_len, 0);
/PHP-5.5/ext/wddx/
H A Dwddx.c951 unsigned char *new_str; in php_wddx_pop_element() local
953 new_str = php_base64_decode(Z_STRVAL_P(ent1->data), Z_STRLEN_P(ent1->data), &new_len); in php_wddx_pop_element()
955 Z_STRVAL_P(ent1->data) = new_str; in php_wddx_pop_element()
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY266 2006/10/10: [impl] should free new_str in expand_case_fold_string().

Completed in 44 milliseconds