Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dquot_print.c263 zend_string *new_str; in PHP_FUNCTION() local
H A Dstring.c2672 zend_string *new_str = NULL; local
2685 ZSTR_VAL(new_str)[i] = ch_to; local
2705 ZSTR_VAL(new_str)[i] = xlat[(size_t)(unsigned char) ZSTR_VAL(str)[i]]; local
2711 ZSTR_VAL(new_str)[i] = xlat[(size_t)(unsigned char) ZSTR_VAL(str)[i]]; local
2719 ZSTR_VAL(new_str)[ZSTR_LEN(new_str)] = 0; local
2939 zend_string *new_str; local
3010 zend_string *new_str = NULL; local
3103 zend_string *new_str; local
3524 zend_string *new_str = zend_string_safe_alloc(4, len, 0, 0); local
3647 zend_string *new_str; local
[all …]
H A Dinfo.c58 zend_string *new_str; in php_info_print_html_esc() local
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_bp.c134 char *new_str = NULL; in phpdbg_export_breakpoints_to_string() local

Completed in 29 milliseconds