Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-5.5/ext/standard/tests/file/
H A Dfgetss_basic2-win32.phpt87 -- fgetss() with default length, file pointer at 0 --
92 -- fgets() with length = 30, file pointer at 0 --
102 -- fgetss() with default length, file pointer at 0 --
107 -- fgets() with length = 30, file pointer at 0 --
122 -- fgets() with length = 30, file pointer at 0 --
137 -- fgets() with length = 30, file pointer at 0 --
152 -- fgets() with length = 30, file pointer at 0 --
167 -- fgets() with length = 30, file pointer at 0 --
182 -- fgets() with length = 30, file pointer at 0 --
197 -- fgets() with length = 30, file pointer at 0 --
[all …]
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.5/ext/mcrypt/tests/
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_ecb_3des_encrypt.phpt43 echo "\nkey length=".strlen($key)."\n";
50 echo "\niv length=".strlen($iv)."\n";
60 key length=8
63 key length=20
66 key length=24
69 key length=26
76 iv length=4
79 iv length=8
82 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.phpt54 echo "\nkey length=".strlen($keys[$i])."\n";
61 echo "\niv length=".strlen($ivs[$i])."\n";
75 key length=8
78 key length=20
81 key length=24
84 key length=26
91 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_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_cbc_3des_encrypt.phpt40 echo "\nkey length=".strlen($key)."\n";
47 echo "\niv length=".strlen($iv)."\n";
57 key length=8
62 key length=20
67 key length=24
72 key length=26
81 iv length=4
88 iv length=8
93 iv length=9
/PHP-5.5/win32/build/
H A Dconfutils.js169 (path.charCodeAt(CWD.length) == 92 || path.charCodeAt(CWD.length) == 47)) {
188 if (j < b.length - 1)
280 if (this_line.length) {
294 if (this_line.length) {
301 if (this_line.length) {
334 if (arg.length > 1) {
543 place = place.substr(0, place.length - thing_to_find.length - 1);
664 var length = libnames.length;
2232 if (dir.length > 0 && dir.substr(dir.length - 1) != '/' && dir.substr(dir.length - 1) != '\\') {
2244 if (src.length > 0 && src.substr(src.length - 1) != '/' && src.substr(src.length - 1) != '\\') {
[all …]
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.5/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.5/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.5/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.5/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.5/ext/intl/dateformat/
H A Ddateformat_attr.c89 int length = USIZE( value_buf ); in PHP_FUNCTION() local
106length = udat_toPattern(DATE_FORMAT_OBJECT(dfo), is_pattern_localized, value, length, &INTL_DATA_E… in PHP_FUNCTION()
107 if(INTL_DATA_ERROR_CODE(dfo) == U_BUFFER_OVERFLOW_ERROR && length >= USIZE( value_buf )) { in PHP_FUNCTION()
108 ++length; /* to avoid U_STRING_NOT_TERMINATED_WARNING */ in PHP_FUNCTION()
110 value = eumalloc(length); in PHP_FUNCTION()
111length = udat_toPattern(DATE_FORMAT_OBJECT(dfo), is_pattern_localized, value, length, &INTL_DATA_E… in PHP_FUNCTION()
119 INTL_METHOD_RETVAL_UTF8( dfo, value, length, ( value != value_buf ) ); in PHP_FUNCTION()
/PHP-5.5/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.5/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.5/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.5/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.5/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…
/PHP-5.5/ext/intl/collator/
H A Dcollator_is_numeric.c84 int length = u - nstart; in collator_u_strtod() local
87 if (length < sizeof(buf)) { in collator_u_strtod()
90 numbuf = (char *) _do_alloca(length + 1, use_heap); in collator_u_strtod()
225 zend_uchar collator_is_numeric( UChar *str, int length, long *lval, double *dval, int allow_errors ) in collator_is_numeric() argument
232 if (!length) { in collator_is_numeric()
237 if (length>=2 && str[0]=='0' && (str[1]=='x' || str[1]=='X')) { in collator_is_numeric()
244 if (end_ptr_long == str+length) { /* integer string */ in collator_is_numeric()
265 if (end_ptr_double == str+length) { /* floating point string */ in collator_is_numeric()

Completed in 61 milliseconds

12345678910>>...25