/PHP-8.0/ext/opcache/tests/jit/ |
H A D | bug81249.phpt | 43 if ($byte === '') { 53 $byte = ord($byte); 55 if ($this->lead === 0x8E && ($byte >= 0xA1 && $byte <= 0xDF)) { 61 if ($this->lead === 0x8F && ($byte >= 0xA1 && $byte <= 0xFE)) { 63 $this->lead = $byte; 73 if (($lead >= 0xA1 && $lead <= 0xFE) && ($byte >= 0xA1 && $byte <= 0xFE)) { 89 if ($byte <= 0x7F) { 96 if ($byte <= 0x7F) { 97 return $byte; 100 if ($byte === 0x8E || $byte === 0x8F || ($byte >= 0xA1 && $byte <= 0xFE)) { [all …]
|
/PHP-8.0/ext/pcre/tests/ |
H A D | null_bytes.phpt | 2 Zero byte test 22 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 3 24 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 4 26 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 5 28 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 6 30 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 7 32 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 9 34 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 10 36 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 11 38 Warning: preg_match(): Null byte in regex in %snull_bytes.php on line 12 [all …]
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | htmlentities21.phpt | 136 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 139 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 142 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 145 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 148 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 151 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 154 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 157 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 160 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 163 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… [all …]
|
H A D | htmlentities23.phpt | 9 "\x8F\xA0", //1 sub, A0 is not valid as sole/first byte 31 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 38 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 45 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 52 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 59 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 66 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 73 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 80 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 87 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… [all …]
|
H A D | htmlentities22.phpt | 70 echo "\n*** Testing HTML 5 with another single-byte encoding ***\n"; 74 echo "\n*** Testing HTML 5 with another multibyte-byte encoding ***\n"; 225 *** Testing HTML 5 with another single-byte encoding *** 254 *** Testing HTML 5 with another multibyte-byte encoding *** 256 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 259 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 262 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 265 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 268 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… 271 Notice: htmlentities(): Only basic entities substitution is supported for multi-byte encodings othe… [all …]
|
/PHP-8.0/ext/zlib/tests/ |
H A D | gzseek_basic.phpt | 14 echo "move to the 50th byte\n"; 20 echo "\nmove forward to the 100th byte\n"; 26 echo "\nmove backward to the 20th byte\n"; 34 move to the 50th byte 39 move forward to the 100th byte 44 move backward to the 20th byte
|
H A D | gzseek_variation2.phpt | 14 echo "move to the 50th byte\n"; 20 echo "\nmove forward to the 100th byte\n"; 26 echo "\nmove backward to the 20th byte\n"; 34 move to the 50th byte 39 move forward to the 100th byte 44 move backward to the 20th byte
|
H A D | gzseek_variation3.phpt | 14 echo "move to the 50th byte\n"; 20 echo "\nmove forward to the 94th byte\n"; 26 echo "\nmove backward to the 77th byte\n"; 34 move to the 50th byte 39 move forward to the 94th byte 45 move backward to the 77th byte
|
/PHP-8.0/ext/xml/tests/ |
H A D | bug26614.phpt | 16 show different column numbers and byte positions depending 57 printf("<$name> at line %d, col %d (byte %d)\n", 64 printf("</$name> at line %d, col %d (byte %d)\n", 86 <DATA> at line 2, col 0 (byte 45) 87 </DATA> at line 9, col 0 (byte 90) 89 <DATA> at line 2, col 0 (byte 45) 90 </DATA> at line 9, col 0 (byte 90) 92 <DATA> at line 2, col 0 (byte 45) 93 </DATA> at line 9, col 0 (byte 90)
|
H A D | bug26614_libxml.phpt | 16 show different column numbers and byte positions depending 57 printf("<$name> at line %d, col %d (byte %d)\n", 64 printf("</$name> at line %d, col %d (byte %d)\n", 86 <DATA> at line 2, col %d (byte 9) 87 </DATA> at line 9, col %d (byte 55) 89 <DATA> at line 2, col %d (byte 9) 90 </DATA> at line 9, col %d (byte 55) 92 <DATA> at line 2, col %d (byte 9) 93 </DATA> at line 9, col %d (byte 55)
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gdft.c | 212 int byte; in gdTcl_UtfToUniChar() local 216 if (byte == '&') { in gdTcl_UtfToUniChar() 222 if (byte == 'x' || byte == 'X') { in gdTcl_UtfToUniChar() 225 if (byte >= 'A' && byte <= 'F') in gdTcl_UtfToUniChar() 226 byte = byte - 'A' + 10; in gdTcl_UtfToUniChar() 227 else if (byte >= 'a' && byte <= 'f') in gdTcl_UtfToUniChar() 228 byte = byte - 'a' + 10; in gdTcl_UtfToUniChar() 229 else if (byte >= '0' && byte <= '9') in gdTcl_UtfToUniChar() 230 byte = byte - '0'; in gdTcl_UtfToUniChar() 238 if (byte >= '0' && byte <= '9') { in gdTcl_UtfToUniChar() [all …]
|
/PHP-8.0/Zend/tests/ |
H A D | replace_pred_pi_node.phpt | 6 $byte = ''; 7 if ($a && $byte > 0 && $b) {} 8 unknown($byte);
|
/PHP-8.0/ext/mbstring/tests/ |
H A D | mb_strpos_empty_needle.phpt | 40 echo "\n-- Multi-byte string without offset --\n"; 43 echo "\n-- Multi-byte string with in range positive offset --\n"; 46 echo "\n-- Multi-byte string with in range negative offset --\n"; 49 echo "\n-- Multi-byte string with out of bound positive offset --\n"; 56 echo "\n-- Multi-byte string with out of bound negative offset --\n"; 80 -- Multi-byte string without offset -- 83 -- Multi-byte string with in range positive offset -- 86 -- Multi-byte string with in range negative offset -- 89 -- Multi-byte string with out of bound positive offset -- 92 -- Multi-byte string with out of bound negative offset --
|
H A D | mb_strrpos_empty_needle.phpt | 41 echo "\n-- Multi-byte string without offset --\n"; 44 echo "\n-- Multi-byte string with in range positive offset --\n"; 47 echo "\n-- Multi-byte string with in range negative offset --\n"; 50 echo "\n-- Multi-byte string with out of bound positive offset --\n"; 57 echo "\n-- Multi-byte string with out of bound negative offset --\n"; 81 -- Multi-byte string without offset -- 84 -- Multi-byte string with in range positive offset -- 87 -- Multi-byte string with in range negative offset -- 90 -- Multi-byte string with out of bound positive offset -- 93 -- Multi-byte string with out of bound negative offset --
|
H A D | mb_stripos_empty_needle.phpt | 41 echo "\n-- Multi-byte string without offset --\n"; 44 echo "\n-- Multi-byte string with in range positive offset --\n"; 47 echo "\n-- Multi-byte string with in range negative offset --\n"; 50 echo "\n-- Multi-byte string with out of bound positive offset --\n"; 57 echo "\n-- Multi-byte string with out of bound negative offset --\n"; 81 -- Multi-byte string without offset -- 84 -- Multi-byte string with in range positive offset -- 87 -- Multi-byte string with in range negative offset -- 90 -- Multi-byte string with out of bound positive offset -- 93 -- Multi-byte string with out of bound negative offset --
|
H A D | mb_strripos_empty_needle.phpt | 41 echo "\n-- Multi-byte string without offset --\n"; 44 echo "\n-- Multi-byte string with in range positive offset --\n"; 47 echo "\n-- Multi-byte string with in range negative offset --\n"; 50 echo "\n-- Multi-byte string with out of bound positive offset --\n"; 57 echo "\n-- Multi-byte string with out of bound negative offset --\n"; 81 -- Multi-byte string without offset -- 84 -- Multi-byte string with in range positive offset -- 87 -- Multi-byte string with in range negative offset -- 90 -- Multi-byte string with out of bound positive offset -- 93 -- Multi-byte string with out of bound negative offset --
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 7679 >0 byte x \b, 2048-byte sectors 7818 >0 byte x (2048-byte sectors) 7823 >0 byte x (2352-byte sectors) 7844 >0 byte x (2048-byte sectors) 7849 >0 byte x (2352-byte sectors) 10461 >5 byte 0 invalid byte order 25138 >5 byte 0 invalid byte order 25595 >8 byte >0 %d byte words, 25603 >32 byte 5 4-byte floats, 26639 >6 byte >0 with %d byte name [all …]
|
H A D | magic | 7679 >0 byte x \b, 2048-byte sectors 7818 >0 byte x (2048-byte sectors) 7823 >0 byte x (2352-byte sectors) 7844 >0 byte x (2048-byte sectors) 7849 >0 byte x (2352-byte sectors) 10461 >5 byte 0 invalid byte order 25138 >5 byte 0 invalid byte order 25595 >8 byte >0 %d byte words, 25603 >32 byte 5 4-byte floats, 26639 >6 byte >0 with %d byte name [all …]
|
/PHP-8.0/ext/phar/tests/ |
H A D | create_path_error.phpt | 32 "Font\xE5\x84\xB7\xE9\xBB\x91pro.ttf", //two valid multi-byte characters 33 "\xF0\x9F\x98\x8D.ttf", // valid 4 byte char - smiling face with heart-shaped eyes 34 "Font\xE9\xBBpro.ttf", //Invalid multi-byte character - missing last byte 35 "Font\xBB\x91pro.ttf", //Invalid multi-byte character - missing first byte 36 "Font\xC0\xAFpro.ttf", //Invalid multi-byte character - invalid first byte 37 "Font\xF0\x80\x90\x90pro.ttf", //Invalid multi-byte character - surrogate pair code point 38 …"\xFC\x81\x81\x81\x81pro.ttf", //RFC 3629 limited char points to 0000-10FFFF aka 5 byte utf-8 not …
|
/PHP-8.0/ext/oci8/tests/ |
H A D | null_byte_3.phpt | 15 echo "Test 1: Invalid use of a null byte\n"; 20 echo "Test 2: Using a null byte in a bind variable value causing WHERE clause to fail\n"; 31 Test 1: Invalid use of a null byte 34 Test 2: Using a null byte in a bind variable value causing WHERE clause to fail
|
H A D | null_byte_2.phpt | 18 echo "Test 1: Valid use of a null byte\n"; 25 echo "Test 3: Using a null byte in a bind variable name\n"; 35 Test 1: Valid use of a null byte 43 Test 3: Using a null byte in a bind variable name
|
H A D | bug41069.phpt | 31 c2 varchar2(60 byte), 32 c3 varchar2(1000 byte), 33 c4 varchar2(255 byte), 34 c5 varchar2(2 byte), 35 c6 varchar2(1 byte), 36 c7 varchar2(255 byte), 37 c8 varchar2(50 byte), 41 c13 varchar2(20 byte), 42 c15 varchar2(50 byte)
|
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | proc_open_array.phpt | 20 echo "\nNul byte in program name:\n"; 27 echo "\nNul byte in argument:\n"; 73 Nul byte in program name: 74 Command array element 1 contains a null byte 76 Nul byte in argument: 77 Command array element 2 contains a null byte
|
/PHP-8.0/ext/dba/ |
H A D | install_cdb.sh | 36 ar x ../byte.a 38 ar x ../byte.a
|
/PHP-8.0/ext/hash/sha3/generic64lc/ |
H A D | KeccakP-1600-SnP.h | 35 #define KeccakP1600_AddByte(state, byte, offset) \ argument 36 ((unsigned char*)(state))[(offset)] ^= (byte)
|