Home
last modified time | relevance | path

Searched defs:new_str (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/standard/
H A Dquot_print.c266 zend_string *new_str; in PHP_FUNCTION() local
H A Dstring.c2949 zend_string *new_str = NULL; local
2962 ZSTR_VAL(new_str)[i] = ch_to; local
2982 ZSTR_VAL(new_str)[i] = xlat[(size_t)(unsigned char) ZSTR_VAL(str)[i]]; local
2988 ZSTR_VAL(new_str)[i] = xlat[(size_t)(unsigned char) ZSTR_VAL(str)[i]]; local
2996 ZSTR_VAL(new_str)[ZSTR_LEN(new_str)] = 0; local
3216 zend_string *new_str; local
3298 zend_string *new_str = NULL; local
3392 zend_string *new_str; local
3827 zend_string *new_str = zend_string_safe_alloc(4, len, 0, 0); local
3949 zend_string *new_str; local
[all …]
H A Dinfo.c60 zend_string *new_str; in php_info_print_html_esc() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.c136 char *new_str = NULL; in phpdbg_export_breakpoints_to_string() local

Completed in 31 milliseconds