Home
last modified time | relevance | path

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

1234

/PHP-5.3/ext/fileinfo/tests/
H A Dmagic35 >8 byte x type %d
3919 >8 byte 0xAA
3920 >9 byte 0xBB
4751 0 byte 0xaa
4845 >5 byte 0 invalid byte order
9949 # 0 byte 0
12158 >5 byte 0 invalid byte order
12627 >4 byte >0
12693 >6 byte >0 with %d byte name
12694 >7 byte >0 and %d byte data cells
[all …]
/PHP-5.3/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 …]
H A Dwbmp.c153 int row, col, byte, pel, pos; in readwbmp() local
210 byte = getin (in); in readwbmp()
216 if (byte & 1 << pel) in readwbmp()
/PHP-5.3/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.3/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.3/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.3/ext/mbstring/oniguruma/enc/
H A Dbig5.c108 #define BIG5_ISMB_FIRST(byte) (EncLen_BIG5[byte] > 1) argument
109 #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.3/ext/dba/
H A Dinstall_cdb.sh38 ar x ../byte.a
40 ar x ../byte.a
/PHP-5.3/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.3/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.3/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.3/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");
H A Dbug39863.phpt2 Bug #39863 (file_exists() silently truncates after a null byte)
/PHP-5.3/ext/standard/tests/general_functions/
H A Dbug50732.phpt2 Bug #50732 (exec() adds single byte twice to $output array)
/PHP-5.3/ext/json/tests/
H A Dbug41034.phpt2 Bug #41034 (json_encode() ignores null byte started keys in arrays)
/PHP-5.3/ext/standard/tests/image/
H A Dgetimagesize_basic.phpt26 //TIFF intel byte order
27 "TIFF intel byte order image file" => "200x100.tif",
146 -- TIFF intel byte order image file (200x100.tif) --

Completed in 78 milliseconds

1234