Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dquot_print.c263 zend_string *new_str; in PHP_FUNCTION() local
H A Dstring.c2738 zend_string *new_str = NULL; local
2751 ZSTR_VAL(new_str)[i] = ch_to; local
2754 ZSTR_VAL(new_str)[i] = (ZSTR_VAL(str)[i] != ch_from) ? ZSTR_VAL(str)[i] : ch_to; local
2756 ZSTR_VAL(new_str)[i] = 0; local
2777 ZSTR_VAL(new_str)[i] = 0; local
3002 zend_string *new_str; local
3073 zend_string *new_str = NULL; local
3166 zend_string *new_str; local
3587 zend_string *new_str = zend_string_safe_alloc(4, len, 0, 0); local
3710 zend_string *new_str; local
[all …]
H A Dinfo.c57 zend_string *new_str; in php_info_print_html_esc() local
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_bp.c133 char *new_str = NULL; in phpdbg_export_breakpoints_to_string() local
/PHP-8.1/ext/opcache/
H A Dzend_file_cache.c264 zend_string *new_str = (zend_string *) (ZSTR_VAL((zend_string*)ZCG(mem)) + info->str_size); local

Completed in 44 milliseconds