Home
last modified time | relevance | path

Searched refs:length (Results 26 – 50 of 573) sorted by relevance

12345678910>>...23

/PHP-5.3/ext/standard/tests/file/
H A Dfgetss_basic2.phpt85 -- fgetss() with default length, file pointer at 0 --
90 -- fgets() with length = 30, file pointer at 0 --
100 -- fgetss() with default length, file pointer at 0 --
105 -- fgets() with length = 30, file pointer at 0 --
120 -- fgets() with length = 30, file pointer at 0 --
135 -- fgets() with length = 30, file pointer at 0 --
150 -- fgets() with length = 30, file pointer at 0 --
165 -- fgets() with length = 30, file pointer at 0 --
180 -- fgets() with length = 30, file pointer at 0 --
195 -- fgets() with length = 30, file pointer at 0 --
[all …]
H A Dfgetss_basic1.phpt71 -- fgetss() with default length, file pointer at 0 --
76 -- fgets() with length = 30, file pointer at 0 --
82 -- fgetss() with default length, file pointer at 0 --
87 -- fgets() with length = 30, file pointer at 0 --
93 -- fgetss() with default length, file pointer at 0 --
98 -- fgets() with length = 30, file pointer at 0 --
104 -- fgetss() with default length, file pointer at 0 --
109 -- fgets() with length = 30, file pointer at 0 --
115 -- fgetss() with default length, file pointer at 0 --
120 -- fgets() with length = 30, file pointer at 0 --
[all …]
/PHP-5.3/ext/mcrypt/tests/
H A Dmcrypt_ecb_3des_encrypt.phpt41 echo "\nkey length=".strlen($key)."\n";
48 echo "\niv length=".strlen($iv)."\n";
58 key length=8
61 key length=20
64 key length=24
67 key length=26
74 iv length=4
77 iv length=8
80 iv length=9
H A Dmcrypt_encrypt_3des_ecb.phpt33 echo "\nkey length=".strlen($key)."\n";
47 echo "\niv length=".strlen($iv)."\n";
58 key length=8
61 key length=20
64 key length=24
67 key length=26
74 iv length=4
77 iv length=8
80 iv length=9
H A Dmcrypt_decrypt_3des_ecb.phpt51 echo "\nkey length=".strlen($keys[$i])."\n";
58 echo "\niv length=".strlen($ivs[$i])."\n";
72 key length=8
75 key length=20
78 key length=24
81 key length=26
88 iv length=4
91 iv length=8
94 iv length=9
H A Dmcrypt_ecb_3des_decrypt.phpt52 echo "\nkey length=".strlen($keys[$i])."\n";
59 echo "\niv length=".strlen($ivs[$i])."\n";
73 key length=8
76 key length=20
79 key length=24
82 key length=26
89 iv length=4
92 iv length=8
95 iv length=9
H A Dmcrypt_cbc_3des_encrypt.phpt40 echo "\nkey length=".strlen($key)."\n";
47 echo "\niv length=".strlen($iv)."\n";
57 key length=8
60 key length=20
63 key length=24
66 key length=26
73 iv length=4
78 iv length=8
81 iv length=9
H A Dmcrypt_decrypt_3des_cbc.phpt52 echo "\nkey length=".strlen($keys[$i])."\n";
59 echo "\niv length=".strlen($ivs[$i])."\n";
73 key length=8
76 key length=20
79 key length=24
82 key length=26
89 iv length=4
94 iv length=8
97 iv length=9
H A Dmcrypt_encrypt_3des_cbc.phpt48 echo "\nkey length=".strlen($key)."\n";
55 echo "\niv length=".strlen($iv)."\n";
66 key length=8
69 key length=20
72 key length=24
75 key length=26
82 iv length=4
87 iv length=8
90 iv length=9
H A Dmcrypt_cbc_3des_decrypt.phpt53 echo "\nkey length=".strlen($keys[$i])."\n";
60 echo "\niv length=".strlen($ivs[$i])."\n";
74 key length=8
77 key length=20
80 key length=24
83 key length=26
90 iv length=4
95 iv length=8
98 iv length=9
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_valid_utf8.c107 PRIV(valid_utf)(PCRE_PUCHAR string, int length, int *erroroffset) in PRIV()
112 if (length < 0) in PRIV()
115 length = (int)(p - string); in PRIV()
118 for (p = string; length-- > 0; p++) in PRIV()
139 if (length < ab) in PRIV()
142 return ab - length; /* Codes ERR1 to ERR5 */ in PRIV()
144 length -= ab; /* Length remaining */ in PRIV()
305 (void)(length); in PRIV()
/PHP-5.3/main/streams/
H A Dmmap.c25 PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mm… in _php_stream_mmap_range() argument
30 range.length = length; in _php_stream_mmap_range()
36 if (length > 4 * 1024 * 1024) { in _php_stream_mmap_range()
42 *mapped_len = range.length; in _php_stream_mmap_range()
H A Dphp_stream_mmap.h52 size_t length; member
70 PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mm…
71 …php_stream_mmap_range(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((stream), (… argument
/PHP-5.3/ext/mbstring/tests/
H A Dbug54494.phpt20 $length = mb_strlen($string, $mode);
21 echo "Length: ", $length, "\n";
24 for ($i=0; $i < $length; $i++) {
36 $length = mb_strlen($string, $mode);
37 echo "Length: ", $length, "\n";
40 for ($i=0; $i < $length; $i++) {
/PHP-5.3/ext/standard/tests/strings/
H A Dstrrpos_offset.phpt18 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
21 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
24 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
27 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
30 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
33 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
36 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
39 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
H A Dstrripos_offset.phpt19 Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
22 Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
25 Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
28 Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
34 Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
37 Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
40 Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
43 Warning: strripos(): Offset is greater than the length of haystack string in %s on line %d
/PHP-5.3/ext/bcmath/libbcmath/src/
H A Dinit.c48 _bc_new_num_ex (length, scale, persistent) in _bc_new_num_ex() argument
49 int length, scale, persistent; in _bc_new_num_ex()
54 temp = (bc_num) safe_pemalloc (1, sizeof(bc_struct)+length, scale, persistent);
65 temp->n_len = length;
69 temp->n_ptr = (char *) safe_pemalloc (1, length, scale, persistent);
72 memset (temp->n_ptr, 0, length+scale);
/PHP-5.3/ext/standard/
H A Dquot_print.c54 PHPAPI unsigned char *php_quot_print_decode(const unsigned char *str, size_t length, size_t *ret_le… in php_quot_print_decode() argument
87 i = length, p1 = str; buf_size = length; in php_quot_print_decode()
100 i = length; p1 = str; p2 = retval; in php_quot_print_decode()
148 PHPAPI unsigned char *php_quot_print_encode(const unsigned char *str, size_t length, size_t *ret_le… in php_quot_print_encode() argument
154 ret = safe_emalloc(3, length + (((3 * length)/(PHP_QPRINT_MAXL-9)) + 1), 1); in php_quot_print_encode()
157 while (length--) { in php_quot_print_encode()
158 if (((c = *str++) == '\015') && (*str == '\012') && length > 0) { in php_quot_print_encode()
161 length--; in php_quot_print_encode()
/PHP-5.3/ext/hash/
H A Dhash_tiger.c144 if (context->length % 8) { in TigerFinalize()
145 memset(&context->buffer[context->length], 0, 8-context->length%8); in TigerFinalize()
146 context->length += 8-context->length%8; in TigerFinalize()
149 if (context->length > 56) { in TigerFinalize()
150 memset(&context->buffer[context->length], 0, 64 - context->length); in TigerFinalize()
154 memset(&context->buffer[context->length], 0, 56 - context->length); in TigerFinalize()
191 if (context->length + len < 64) { in PHP_TIGERUpdate()
193 context->length += len; in PHP_TIGERUpdate()
197 if (context->length) { in PHP_TIGERUpdate()
198 i = 64 - context->length; in PHP_TIGERUpdate()
[all …]
/PHP-5.3/ext/dom/tests/
H A Dbug35342.phpt2 Bug #35342 (isset(DOMNodeList->length) returns false)
12 var_dump($nodelist->length, isset($nodelist->length), isset($nodelist->foo));
13 var_dump(empty($nodelist->length), empty($nodelist->foo));
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dprintf.c231 count = length = 0; in vxprintf()
421 length = 3; in vxprintf()
494 length = bufpt-buf; in vxprintf()
507 length = width; in vxprintf()
518 length = 1; in vxprintf()
527 length =1; in vxprintf()
540 if( precision>=0 && precision<length ) length = precision; in vxprintf()
567 length = j; in vxprintf()
568 if( precision>=0 && precision<length ) length = precision; in vxprintf()
617 if( length>0 ){ in vxprintf()
[all …]
/PHP-5.3/win32/build/
H A Dbuildconf.js89 for (i = 0; i < calls.length; i++) {
93 deps[deps.length] = RegExp.$1;
146 if (item.deps.length) {
167 if (item.deps.length == 0) {
185 for (i = 0; i < args.length; i++) {
190 if (arg.length > 1) {
198 module_dirs[module_dirs.length] = argval;
235 if (module_dirs.length == 0) {
241 for (i = 0; i < module_dirs.length; i++) {
253 for (i = 0; i < calls.length; i++) {
/PHP-5.3/ext/mbstring/libmbfl/tests/
H A Dstrwidth.c60 if (dev.pos >= dev.length) { in main()
61 if (dev.length + dev.allocsz < dev.length) { in main()
66 mbfl_memory_device_realloc(&dev, dev.length + dev.allocsz, in main()
/PHP-5.3/main/
H A Dphp_content_types.c41 int length; in SAPI_POST_READER_FUNC() local
53 length = SG(request_info).post_data_length; in SAPI_POST_READER_FUNC()
54 data = estrndup(SG(request_info).post_data, length); in SAPI_POST_READER_FUNC()
55 SET_VAR_STRINGL("HTTP_RAW_POST_DATA", data, length); in SAPI_POST_READER_FUNC()
/PHP-5.3/ext/iconv/tests/
H A Diconv_set_encoding-charset-length-cve-2007-4840.phpt2 iconv_set_encoding() charset parameter length checks (CVE-2007-4840)
14 Warning: iconv_set_encoding(): Charset parameter exceeds the maximum allowed length of %d character…
17 Warning: iconv_set_encoding(): Charset parameter exceeds the maximum allowed length of %d character…
20 Warning: iconv_set_encoding(): Charset parameter exceeds the maximum allowed length of %d character…

Completed in 62 milliseconds

12345678910>>...23