Home
last modified time | relevance | path

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

12345

/PHP-5.5/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-5.5/ext/fileinfo/tests/
H A Dmagic5621 >5 byte 0 invalid byte order
14353 >5 byte 0 invalid byte order
14720 >8 byte >0 %d byte words,
14723 >32 byte 0 IEEE-754 8 byte double floats,
14724 >32 byte 1 x86 12 byte long double floats,
14726 >32 byte 3 MIPS 16 byte long double floats,
14727 >32 byte 4 AIX 16 byte long double floats,
14728 >32 byte 5 4-byte floats,
14925 >6 byte >0 with %d byte name
14926 >7 byte >0 and %d byte data cells
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dgdft.c211 int byte; in gdTcl_UtfToUniChar() local
215 if (byte == '&') { in gdTcl_UtfToUniChar()
221 if (byte == 'x' || byte == 'X') { in gdTcl_UtfToUniChar()
224 if (byte >= 'A' && byte <= 'F') in gdTcl_UtfToUniChar()
225 byte = byte - 'A' + 10; in gdTcl_UtfToUniChar()
226 else if (byte >= 'a' && byte <= 'f') in gdTcl_UtfToUniChar()
227 byte = byte - 'a' + 10; in gdTcl_UtfToUniChar()
228 else if (byte >= '0' && byte <= '9') in gdTcl_UtfToUniChar()
229 byte = byte - '0'; in gdTcl_UtfToUniChar()
237 if (byte >= '0' && byte <= '9') { in gdTcl_UtfToUniChar()
[all …]
/PHP-5.5/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.phpt120 echo "Chunk size: ".($this->chunk_size ? "$this->chunk_size byte(s)\n": "all data at once\n");
289 Chunk size: 1 byte(s)
301 Chunk size: 1 byte(s)
313 Chunk size: 1 byte(s)
325 Chunk size: 1 byte(s)
337 Chunk size: 1 byte(s)
349 Chunk size: 1 byte(s)
361 Chunk size: 1 byte(s)
373 Chunk size: 1 byte(s)
385 Chunk size: 1 byte(s)
[all …]
H A Dbug32001b.phpt78 echo "Chunk size: ".($this->chunk_size ? "$this->chunk_size byte(s)\n": "all data at once\n");
125 Chunk size: 1 byte(s)
149 Chunk size: 1 byte(s)
173 Chunk size: 1 byte(s)
/PHP-5.5/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-5.5/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-5.5/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-5.5/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-5.5/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-5.5/ext/dba/
H A Dinstall_cdb.sh38 ar x ../byte.a
40 ar x ../byte.a
/PHP-5.5/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-5.5/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
H A Dbug43840.phpt2 Test mb_strpos() function : mb_strpos bounds check is byte count rather than a character count
16 * mb_strpos bounds check is byte count rather than a character count:
19 * byte count of the string. Should return error message when passed character count.
/PHP-5.5/ext/intl/tests/
H A Dgrapheme.phpt603 $res_str .= " starting at byte position $test[2]";
607 $res_str .= " starting at byte position $test[2] with \$next";
672 $res_str .= " starting at byte position $test[2]";
736 $res_str .= " starting at byte position $test[2]";
1086 extract from "abc" "1" graphemes - grapheme_extract starting at byte position 0 = a == a
1087 extract from "abc" "1" graphemes - grapheme_extract starting at byte position 1 = b == b
1088 extract from "abc" "1" graphemes - grapheme_extract starting at byte position 2 = c == c
1089 extract from "abc" "0" graphemes - grapheme_extract starting at byte position 2 = ==
1093 extract from "abc" "0" graphemes - grapheme_extract starting at byte position 0 with $next = == $…
1097 extract from "abc" "0" graphemes - grapheme_extract starting at byte position 2 with $next = == $…
[all …]
/PHP-5.5/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-5.5/ext/standard/tests/general_functions/
H A Dbug50732.phpt2 Bug #50732 (exec() adds single byte twice to $output array)
/PHP-5.5/ext/json/tests/
H A Dbug41034.phpt2 Bug #41034 (json_encode() ignores null byte started keys in arrays)

Completed in 79 milliseconds

12345