Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/uchar/
H A Duchar.stub.php11 public static function charAge(int|string $codepoint) {} argument
14 public static function charDigitValue(int|string $codepoint) {} argument
18 public static function charDirection(int|string $codepoint) {} argument
24 public static function charMirror(int|string $codepoint) {} argument
30 public static function charType(int|string $codepoint) {} argument
33 public static function chr(int|string $codepoint) {} argument
94 public static function isalnum(int|string $codepoint) {} argument
97 public static function isalpha(int|string $codepoint) {} argument
100 public static function isbase(int|string $codepoint) {} argument
103 public static function isblank(int|string $codepoint) {} argument
[all …]
H A Duchar_arginfo.h5 ZEND_ARG_TYPE_MASK(0, codepoint, MAY_BE_LONG|MAY_BE_STRING, NULL)
10 ZEND_ARG_TYPE_MASK(0, codepoint, MAY_BE_LONG|MAY_BE_STRING, NULL)
25 ZEND_ARG_TYPE_MASK(0, codepoint, MAY_BE_LONG|MAY_BE_STRING, NULL)
34 ZEND_ARG_TYPE_MASK(0, codepoint, MAY_BE_LONG|MAY_BE_STRING, NULL)
50 ZEND_ARG_TYPE_MASK(0, codepoint, MAY_BE_LONG|MAY_BE_STRING, NULL)
61 ZEND_ARG_TYPE_MASK(0, codepoint, MAY_BE_LONG|MAY_BE_STRING, NULL)
/PHP-8.0/ext/mbstring/tests/
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 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
126 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
150 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
152 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
154 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
156 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
158 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
160 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
[all …]
H A Dmb_substitute_character_variation_strict_types.phpt120 ValueError: mb_substitute_character(): Argument #1 ($substitute_character) is not a valid codepoint
152 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
154 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
156 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
158 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
160 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
162 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
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_substitute_character_basic.phpt41 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
H A Dmb_substitute_character.phpt45 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
/PHP-8.0/tests/lang/string/
H A Dunicode_escape_large_codepoint.phpt2 Invalid Unicode escape sequence: Large codepoint
9 Parse error: Invalid UTF-8 codepoint escape sequence: Codepoint too large in %s on line %d
H A Dunicode_escape_empty.phpt9 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
H A Dunicode_escape_incomplete.phpt9 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
H A Dunicode_escape_whitespace.phpt9 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
H A Dunicode_escape_sign.phpt9 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
H A Dunicode_escape_sign2.phpt9 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
/PHP-8.0/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt18 //first() and last() don't read codepoint and set the last code point var to -1
19 //The pointer is after the last read codepoint if moving forward and
20 //before the last read codepoint is moving backwards
28 //it's a post-increment operation as to the codepoint, i.e., it gives the codepoint
H A Dbug74230.phpt8 $high = "\xED\xa1\x92"; // codepoint D852
9 $low = "\xED\xBD\xA2"; // codepoint DF62
/PHP-8.0/ext/intl/normalizer/
H A Dnormalizer_normalize.c306 UChar32 codepoint = -1; in PHP_FUNCTION() local
324 U8_NEXT(input, offset, input_length, codepoint); in PHP_FUNCTION()
331 if ((codepoint < UCHAR_MIN_VALUE) || (codepoint > UCHAR_MAX_VALUE)) { in PHP_FUNCTION()
337 decomposition_length = unorm2_getRawDecomposition(norm, codepoint, decomposition, 32, &status); in PHP_FUNCTION()
/PHP-8.0/ext/tokenizer/tests/
H A Dparse_errors.phpt40 Invalid UTF-8 codepoint escape sequence
48 Invalid UTF-8 codepoint escape sequence: Codepoint too large
/PHP-8.0/Zend/tests/
H A Drequire_parse_exception.phpt50 Invalid UTF-8 codepoint escape sequence on line 2
51 Invalid UTF-8 codepoint escape sequence: Codepoint too large on line 2
/PHP-8.0/Zend/
H A Dzend_language_scanner.l1027 unsigned long codepoint; in zend_scan_escape_string() local
1082 if (codepoint < 0x80) { in zend_scan_escape_string()
1083 *t++ = codepoint; in zend_scan_escape_string()
1084 } else if (codepoint <= 0x7FF) { in zend_scan_escape_string()
1085 *t++ = (codepoint >> 6) + 0xC0; in zend_scan_escape_string()
1086 *t++ = (codepoint & 0x3F) + 0x80; in zend_scan_escape_string()
1087 } else if (codepoint <= 0xFFFF) { in zend_scan_escape_string()
1088 *t++ = (codepoint >> 12) + 0xE0; in zend_scan_escape_string()
1090 *t++ = (codepoint & 0x3F) + 0x80; in zend_scan_escape_string()
1092 *t++ = (codepoint >> 18) + 0xF0; in zend_scan_escape_string()
[all …]
/PHP-8.0/ext/mbstring/
H A Dmbstring.stub.php90 function mb_chr(int $codepoint, ?string $encoding = null): string|false {} argument
H A Dmbstring_arginfo.h197 ZEND_ARG_TYPE_INFO(0, codepoint, IS_LONG, 0)
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php614 function chr(int $codepoint): string {} argument
H A Dbasic_functions_arginfo.h947 ZEND_ARG_TYPE_INFO(0, codepoint, IS_LONG, 0)
/PHP-8.0/
H A DUPGRADING382 as a string instead of an ASCII codepoint. The previous behavior may be

Completed in 65 milliseconds