Home
last modified time | relevance | path

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

/PHP-8.1/ext/mbstring/
H A Dmbstring.c1426 zend_long substitute_codepoint; in PHP_FUNCTION() local
1431 Z_PARAM_STR_OR_LONG_OR_NULL(substitute_character, substitute_codepoint, substitute_is_null) in PHP_FUNCTION()
1465 if (!php_mb_check_code_point(substitute_codepoint)) { in PHP_FUNCTION()
1471 MBSTRG(current_filter_illegal_substchar) = substitute_codepoint; in PHP_FUNCTION()

Completed in 19 milliseconds