Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dinfo.c60 zend_string *new_str; in php_info_print_html_esc() local
H A Dquot_print.c266 zend_string *new_str; in PHP_FUNCTION() local
H A Dstring.c2963 zend_string *new_str = NULL; local
2976 ZSTR_VAL(new_str)[i] = ch_to; local
2996 ZSTR_VAL(new_str)[i] = xlat[(size_t)(unsigned char) ZSTR_VAL(str)[i]]; local
3002 ZSTR_VAL(new_str)[i] = xlat[(size_t)(unsigned char) ZSTR_VAL(str)[i]]; local
3010 ZSTR_VAL(new_str)[ZSTR_LEN(new_str)] = 0; local
3230 zend_string *new_str; local
3312 zend_string *new_str = NULL; local
3406 zend_string *new_str; local
3846 zend_string *new_str = zend_string_safe_alloc(4, len, 0, 0); local
3959 zend_string *new_str; local
[all …]
/PHP-7.3/ext/wddx/
H A Dwddx.c906 zend_string *new_str = NULL; in php_wddx_pop_element() local
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_bp.c136 char *new_str = NULL; in phpdbg_export_breakpoints_to_string() local

Completed in 55 milliseconds