Home
last modified time | relevance | path

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

123456

/PHP-7.1/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.1/ext/fileinfo/tests/
H A Dmagic6367 >5 byte 0 invalid byte order
16157 >5 byte 0 invalid byte order
16581 >8 byte >0 %d byte words,
16589 >32 byte 5 4-byte floats,
16760 >>8 byte >2 \b, line size 2^%d byte
16761 >>9 byte >2 \b, page size 2^%d byte
16772 >>8 byte >2 \b, line size 2^%d byte
16773 >>9 byte >2 \b, page size 2^%d byte
17331 >6 byte >0 with %d byte name
17332 >7 byte >0 and %d byte data cells
[all …]
H A Dmagic私はガラスを食べられます6367 >5 byte 0 invalid byte order
16157 >5 byte 0 invalid byte order
16581 >8 byte >0 %d byte words,
16589 >32 byte 5 4-byte floats,
16760 >>8 byte >2 \b, line size 2^%d byte
16761 >>9 byte >2 \b, page size 2^%d byte
16772 >>8 byte >2 \b, line size 2^%d byte
16773 >>9 byte >2 \b, page size 2^%d byte
17331 >6 byte >0 with %d byte name
17332 >7 byte >0 and %d byte data cells
[all …]
H A Dcve-2014-1943私はガラスを食べられます.magic1 0 byte x
/PHP-7.1/ext/recode/tests/
H A D002.phpt10 $byte = dechex(ord($ascii{$i}));
11 $byte = str_repeat('0', 2 - strlen($byte)).$byte;
12 $hex .= $byte . " ";
H A D001.phpt10 $byte = dechex(ord($ascii{$i}));
11 $byte = str_repeat('0', 2 - strlen($byte)).$byte;
12 $hex .= $byte . " ";
/PHP-7.1/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.1/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");
291 Chunk size: 1 byte(s)
303 Chunk size: 1 byte(s)
315 Chunk size: 1 byte(s)
327 Chunk size: 1 byte(s)
339 Chunk size: 1 byte(s)
351 Chunk size: 1 byte(s)
363 Chunk size: 1 byte(s)
375 Chunk size: 1 byte(s)
387 Chunk size: 1 byte(s)
[all …]
/PHP-7.1/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.1/ext/phar/tests/
H A Dcreate_path_error.phpt33 "Font\xE5\x84\xB7\xE9\xBB\x91pro.ttf", //two valid multi-byte characters
34 "\xF0\x9F\x98\x8D.ttf", // valid 4 byte char - smiling face with heart-shaped eyes
35 "Font\xE9\xBBpro.ttf", //Invalid multi-byte character - missing last byte
36 "Font\xBB\x91pro.ttf", //Invalid multi-byte character - missing first byte
37 "Font\xC0\xAFpro.ttf", //Invalid multi-byte character - invalid first byte
38 "Font\xF0\x80\x90\x90pro.ttf", //Invalid multi-byte character - surrogate pair code point
39 …"\xFC\x81\x81\x81\x81pro.ttf", //RFC 3629 limited char points to 0000-10FFFF aka 5 byte utf-8 not …
/PHP-7.1/ext/mbstring/oniguruma/enc/
H A Dbig5.c111 #define BIG5_ISMB_FIRST(byte) (EncLen_BIG5[byte] > 1) argument
112 #define BIG5_ISMB_TRAIL(byte) BIG5_CAN_BE_TRAIL_TABLE[(byte)] argument
H A Dsjis.c70 #define SJIS_ISMB_FIRST(byte) (EncLen_SJIS[byte] > 1) argument
71 #define SJIS_ISMB_TRAIL(byte) SJIS_CAN_BE_TRAIL_TABLE[(byte)] argument
/PHP-7.1/ext/oci8/tests/
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 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 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.1/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.1/ext/dba/
H A Dinstall_cdb.sh38 ar x ../byte.a
40 ar x ../byte.a
/PHP-7.1/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
/PHP-7.1/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
/PHP-7.1/ext/standard/tests/file/
H A Dfile_get_contents_basic.phpt21 create_files($file_path, 1, "text", 0755, 100, "w", "file", 1, "byte");
27 create_files($file_path, 1, "empty", 0755, 100, "w", "file", 1, "byte");
/PHP-7.1/ext/intl/tests/
H A Dgrapheme.phpt615 $res_str .= " starting at byte position $test[2]";
619 $res_str .= " starting at byte position $test[2] with \$next";
684 $res_str .= " starting at byte position $test[2]";
748 $res_str .= " starting at byte position $test[2]";
1105 extract from "abc" "1" graphemes - grapheme_extract starting at byte position 0 = a == a
1106 extract from "abc" "1" graphemes - grapheme_extract starting at byte position 1 = b == b
1107 extract from "abc" "1" graphemes - grapheme_extract starting at byte position 2 = c == c
1108 extract from "abc" "0" graphemes - grapheme_extract starting at byte position 2 = ==
1112 extract from "abc" "0" graphemes - grapheme_extract starting at byte position 0 with $next = == $…
1117 extract from "abc" "0" graphemes - grapheme_extract starting at byte position 2 with $next = == $…
[all …]

Completed in 208 milliseconds

123456