Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/tests/
H A Dmb_substitute_character_variation_strict_types.phpt120 ValueError: mb_substitute_character(): Argument #1 ($substitute_character) is not a valid codepoint
122 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
124 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
126 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
128 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
130 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
132 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
144 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
146 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
148 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
[all …]
H A Dmb_substitute_character_variation_weak_types.phpt118 ValueError: mb_substitute_character(): Argument #1 ($substitute_character) is not a valid codepoint
122 ValueError: mb_substitute_character(): Argument #1 ($substitute_character) is not a valid codepoint
124 ValueError: mb_substitute_character(): Argument #1 ($substitute_character) must be "none", "long", …
126 ValueError: mb_substitute_character(): Argument #1 ($substitute_character) must be "none", "long", …
130 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
132 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
134 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
136 TypeError: mb_substitute_character(): Argument #1 ($substitute_character) must be of type string|in…
150 ValueError: mb_substitute_character(): Argument #1 ($substitute_character) must be "none", "long", …
152 ValueError: mb_substitute_character(): Argument #1 ($substitute_character) must be "none", "long", …
[all …]
H A Dbug69079.phpt36 mb_substitute_character(): Argument #1 ($substitute_character) is not a valid codepoint
38 mb_substitute_character(): Argument #1 ($substitute_character) is not a valid codepoint
H A Dmb_get_info.phpt13 mbstring.substitute_character=123
63 ["substitute_character"]=>
H A Dmb_substitute_character_basic.phpt41 mb_substitute_character(): Argument #1 ($substitute_character) must be "none", "long", "entity" or …
H A Dmb_substitute_character.phpt45 mb_substitute_character(): Argument #1 ($substitute_character) must be "none", "long", "entity" or …
H A Dini_mbstring_invalid.phpt12 mbstring.substitute_character=U+3000,NON_EXISTING_CHARACTER,JIS+7E7E
/PHP-8.0/ext/mbstring/
H A Dmbstring.stub.php15 function mb_substitute_character(string|int|null $substitute_character = null): string|int|bool {} argument
H A Dmbstring_arginfo.h23 ZEND_ARG_TYPE_MASK(0, substitute_character, MAY_BE_STRING|MAY_BE_LONG|MAY_BE_NULL, "null")
H A Dmbstring.c1431 zend_string *substitute_character = NULL; in PHP_FUNCTION() local
1437 Z_PARAM_STR_OR_LONG_OR_NULL(substitute_character, substitute_codepoint, substitute_is_null) in PHP_FUNCTION()
1453 if (substitute_character != NULL) { in PHP_FUNCTION()
1454 if (zend_string_equals_literal_ci(substitute_character, "none")) { in PHP_FUNCTION()
1458 if (zend_string_equals_literal_ci(substitute_character, "long")) { in PHP_FUNCTION()
1462 if (zend_string_equals_literal_ci(substitute_character, "entity")) { in PHP_FUNCTION()
/PHP-8.0/
H A Dphp.ini-development1668 ; substitute_character used when character cannot be converted
1671 ;mbstring.substitute_character = none
H A Dphp.ini-production1670 ; substitute_character used when character cannot be converted
1673 ;mbstring.substitute_character = none

Completed in 42 milliseconds