Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 25 of 126) sorted by relevance

123456

/PHP-7.4/ext/fileinfo/
H A Dmagicdata.patch53 +>2 byte&0xF0 !0
57 +>2 byte&0xF0 0x10 \b, 32 kbps
58 +>2 byte&0xF0 0x20 \b, 40 kbps
59 +>2 byte&0xF0 0x30 \b, 48 kbps
60 +>2 byte&0xF0 0x40 \b, 56 kbps
61 +>2 byte&0xF0 0x50 \b, 64 kbps
62 +>2 byte&0xF0 0x60 \b, 80 kbps
63 +>2 byte&0xF0 0x70 \b, 96 kbps
64 +>2 byte&0xF0 0x80 \b, 112 kbps
65 +>2 byte&0xF0 0x90 \b, 128 kbps
[all …]
/PHP-7.4/ext/pcre/tests/
H A Dnull_bytes.phpt2 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-7.4/ext/standard/tests/strings/
H A Dhtmlentities21.phpt136 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 Dhtmlentities23.phpt9 "\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 Dhtmlentities22.phpt70 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-7.4/ext/zlib/tests/
H A Dgzseek_basic.phpt14 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";
35 move to the 50th byte
40 move forward to the 100th byte
45 move backward to the 20th byte
H A Dgzseek_variation2.phpt14 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";
35 move to the 50th byte
40 move forward to the 100th byte
45 move backward to the 20th byte
H A Dgzseek_variation3.phpt14 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";
35 move to the 50th byte
40 move forward to the 94th byte
46 move backward to the 77th byte
/PHP-7.4/ext/xml/tests/
H A Dbug26614.phpt16 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 Dbug26614_libxml.phpt16 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 56)
89 <DATA> at line 2, col %d (byte 9)
90 </DATA> at line 9, col %d (byte 56)
92 <DATA> at line 2, col %d (byte 9)
93 </DATA> at line 9, col %d (byte 56)
H A Dbug32001.phpt122 echo "Chunk size: ".($this->chunk_size ? "$this->chunk_size byte(s)\n": "all data at once\n");
290 Chunk size: 1 byte(s)
302 Chunk size: 1 byte(s)
314 Chunk size: 1 byte(s)
326 Chunk size: 1 byte(s)
338 Chunk size: 1 byte(s)
350 Chunk size: 1 byte(s)
362 Chunk size: 1 byte(s)
374 Chunk size: 1 byte(s)
386 Chunk size: 1 byte(s)
[all …]
/PHP-7.4/ext/gd/libgd/
H A Dgdft.c212 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-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます7204 >0 byte x \b, 2048-byte sectors
7343 >0 byte x (2048-byte sectors)
7348 >0 byte x (2352-byte sectors)
7369 >0 byte x (2048-byte sectors)
7374 >0 byte x (2352-byte sectors)
9760 >5 byte 0 invalid byte order
22897 >5 byte 0 invalid byte order
23321 >8 byte >0 %d byte words,
23329 >32 byte 5 4-byte floats,
24283 >6 byte >0 with %d byte name
[all …]
H A Dmagic7204 >0 byte x \b, 2048-byte sectors
7343 >0 byte x (2048-byte sectors)
7348 >0 byte x (2352-byte sectors)
7369 >0 byte x (2048-byte sectors)
7374 >0 byte x (2352-byte sectors)
9760 >5 byte 0 invalid byte order
22897 >5 byte 0 invalid byte order
23321 >8 byte >0 %d byte words,
23329 >32 byte 5 4-byte floats,
24283 >6 byte >0 with %d byte name
[all …]
/PHP-7.4/ext/phar/tests/
H A Dcreate_path_error.phpt32 "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-7.4/ext/oci8/tests/
H A Dnull_byte_3.phpt15 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";
33 Test 1: Invalid use of a null byte
36 Test 2: Using a null byte in a bind variable value causing WHERE clause to fail
H A Dnull_byte_2.phpt18 echo "Test 1: Valid use of a null byte\n";
25 echo "Test 3: Using a null byte in a bind variable name\n";
37 Test 1: Valid use of a null byte
45 Test 3: Using a null byte in a bind variable name
H A Dbug41069.phpt31 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-7.4/ext/standard/tests/general_functions/
H A Dproc_open_array.phpt16 echo "\nNul byte in program name:";
19 echo "\nNul byte in argument:";
62 Nul byte in program name:
63 Warning: proc_open(): Command array element 1 contains a null byte in %s on line %d
66 Nul byte in argument:
67 Warning: proc_open(): Command array element 2 contains a null byte in %s on line %d
/PHP-7.4/ext/standard/tests/misc/
H A Dexec_basic1.phpt17 Warning: exec(): NULL byte detected. Possible attack in %s on line %d
21 Warning: system(): NULL byte detected. Possible attack in %s on line %d
24 Warning: passthru(): NULL byte detected. Possible attack in %s on line %d
/PHP-7.4/ext/dba/
H A Dinstall_cdb.sh36 ar x ../byte.a
38 ar x ../byte.a
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-SnP.h35 #define KeccakP1600_AddByte(state, byte, offset) \ argument
36 ((unsigned char*)(state))[(offset)] ^= (byte)
/PHP-7.4/ext/standard/tests/filters/
H A Dfilter_errors_convert_base64_decode.phpt13 Warning: stream_filter_append(): stream filter (convert.base64-decode): invalid byte sequence in %s
18 Warning: stream_get_contents(): stream filter (convert.base64-decode): invalid byte sequence in %s
H A Dbug74267.phpt23 Warning: fwrite(): stream filter (convert.quoted-printable-decode): invalid byte sequence in %s on …
25 Warning: fwrite(): stream filter (convert.quoted-printable-decode): invalid byte sequence in %s on …
/PHP-7.4/ext/mbstring/tests/
H A Dsimpletest.phpt2 Simple multi-byte print test (EUC-JP)
10 * Test basic PHP functions to check if it works with multi-byte chars

Completed in 282 milliseconds

123456