/PHP-8.0/ext/intl/uchar/ |
H A D | uchar.stub.php | 11 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 D | uchar_arginfo.h | 5 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 D | mb_substitute_character_variation_weak_types.phpt | 118 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 D | mb_substitute_character_variation_strict_types.phpt | 120 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 D | bug69079.phpt | 36 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 D | mb_substitute_character_basic.phpt | 41 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
|
H A D | mb_substitute_character.phpt | 45 …racter(): Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint
|
/PHP-8.0/tests/lang/string/ |
H A D | unicode_escape_large_codepoint.phpt | 2 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 D | unicode_escape_empty.phpt | 9 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
|
H A D | unicode_escape_incomplete.phpt | 9 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
|
H A D | unicode_escape_whitespace.phpt | 9 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
|
H A D | unicode_escape_sign.phpt | 9 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
|
H A D | unicode_escape_sign2.phpt | 9 Parse error: Invalid UTF-8 codepoint escape sequence in %s on line %d
|
/PHP-8.0/ext/intl/tests/ |
H A D | cpbi_getLastCodePoint_basic.phpt | 18 //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 D | bug74230.phpt | 8 $high = "\xED\xa1\x92"; // codepoint D852 9 $low = "\xED\xBD\xA2"; // codepoint DF62
|
/PHP-8.0/ext/intl/normalizer/ |
H A D | normalizer_normalize.c | 306 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 D | parse_errors.phpt | 40 Invalid UTF-8 codepoint escape sequence 48 Invalid UTF-8 codepoint escape sequence: Codepoint too large
|
/PHP-8.0/Zend/tests/ |
H A D | require_parse_exception.phpt | 50 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 D | zend_language_scanner.l | 1027 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 D | mbstring.stub.php | 90 function mb_chr(int $codepoint, ?string $encoding = null): string|false {} argument
|
H A D | mbstring_arginfo.h | 197 ZEND_ARG_TYPE_INFO(0, codepoint, IS_LONG, 0)
|
/PHP-8.0/ext/standard/ |
H A D | basic_functions.stub.php | 614 function chr(int $codepoint): string {} argument
|
H A D | basic_functions_arginfo.h | 947 ZEND_ARG_TYPE_INFO(0, codepoint, IS_LONG, 0)
|
/PHP-8.0/ |
H A D | UPGRADING | 382 as a string instead of an ASCII codepoint. The previous behavior may be
|