Home
last modified time | relevance | path

Searched refs:length (Results 226 – 250 of 573) sorted by relevance

12345678910>>...23

/PHP-5.3/ext/oci8/tests/
H A Dconn_attr_4.phpt57length > 64 !!!!!this is a very huge string with a length > 64 !!!!!this is a very huge string w…
/PHP-5.3/main/streams/
H A Dplain_wrapper.c637 range->length = data->sb.st_size - range->offset; in php_stdiop_set_option()
639 if (range->length == 0 || range->length > data->sb.st_size) { in php_stdiop_set_option()
640 range->length = data->sb.st_size; in php_stdiop_set_option()
644 range->length = 0; in php_stdiop_set_option()
666 range->mapped = (char*)mmap(NULL, range->length, prot, flags, fd, range->offset); in php_stdiop_set_option()
673 data->last_mapped_len = range->length; in php_stdiop_set_option()
728 if (range->length == 0 && range->offset > 0 && range->offset < size) { in php_stdiop_set_option()
729 range->length = size - range->offset; in php_stdiop_set_option()
731 if (range->length == 0 || range->length > size) { in php_stdiop_set_option()
732 range->length = size; in php_stdiop_set_option()
[all …]
/PHP-5.3/ext/phar/tests/
H A Dfrontcontroller17.phpt15 Content-length: 4
H A Dfrontcontroller14.phpt15 Content-length: 4
H A Dwebphar_compilefail.phpt17 internal corruption of phar "%swebphar_compilefail.php" (truncated manifest at manifest length)
H A D016.phpt2 Phar::mapPhar invalid file (gzipped file length is too short)
13 // file length is too short
/PHP-5.3/ext/phar/tests/tar/
H A Dfrontcontroller1.phar.phpt13 Content-length: 3
H A Dfrontcontroller14.phar.phpt13 Content-length: 4
H A Dfrontcontroller17.phar.phpt13 Content-length: 4
/PHP-5.3/ext/standard/tests/file/
H A Dstream_get_line.phpt2 Crash inside stream_get_line(), when length=0
H A Dfilesize_variation3-win32.phpt24 echo "-- Testing filesize() after truncating the file to a new length --\n";
45 -- Testing filesize() after truncating the file to a new length --
H A Dfilesize_variation3.phpt24 echo "-- Testing filesize() after truncating the file to a new length --\n";
45 -- Testing filesize() after truncating the file to a new length --
H A Dfile_get_contents_error002.phpt2 file_get_contents() test using negative parameter for length (last parameter)
/PHP-5.3/ext/dom/tests/
H A Dbug49490.phpt13 echo($xp->query('//prefix:root', null, false)->length . "\n");
/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1185 int length) in mbfl_substr() argument
1204 end = from + length; in mbfl_substr()
1207 end = start + length*2; in mbfl_substr()
1210 end = start + length*4; in mbfl_substr()
1233 while (k < length) { in mbfl_substr()
1310 pc.stop = from + length; in mbfl_substr()
1343 int length) in mbfl_strcut() argument
1405 end = start + length; in mbfl_strcut()
1503 if (length > q - p) { in mbfl_strcut()
1504 length = q - p; in mbfl_strcut()
[all …]
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c117 if (is_subject && length > md->end_subject - p) length = md->end_subject - p; in pchars()
118 while (length-- > 0) in pchars()
220 while (length-- > 0) in match_ref()
238 while (length-- > 0) in match_ref()
632 int length; in match()
2705 if ((length = match_ref(offset, eptr, length, md, caseless)) < 0) in match()
2711 eptr += length; in match()
3145 length = 1; in match()
3182 length = 1; in match()
3304 length = 1; in match()
[all …]
/PHP-5.3/ext/phar/tests/cache_list/
H A Dfrontcontroller1.phpt16 Content-length: 3
H A Dfrontcontroller14.phpt16 Content-length: 4
H A Dfrontcontroller17.phpt16 Content-length: 4
/PHP-5.3/ext/gmp/
H A DREADME1 Arbitrary length number support with GNU MP library.
/PHP-5.3/ext/standard/tests/strings/
H A Dvfprintf_variation1.phpt36 $length = vfprintf( $fp, $format, $args );
40 var_dump( $length );
/PHP-5.3/ext/phar/tests/zip/
H A Dfrontcontroller1.phar.phpt14 Content-length: 3
/PHP-5.3/ext/sysvshm/
H A Dphp_sysvshm.h42 long length; member
/PHP-5.3/ext/wddx/tests/
H A Dbug37587.phpt12 <array length='1'>
/PHP-5.3/ext/standard/
H A Dstring.c3186 char *new_str = safe_emalloc(4, (length?length:(length=strlen(str))), 1);
3259 new_str = (char *) safe_emalloc(2, (length ? length : (length = strlen(str))), 1);
3261 end = source + length;
3403 if (needle_len < length) {
3409 *_new_length = length;
3412 end = new_str + length;
3456 endp = o + length;
3472 *_new_length = length;
3532 *_new_length = length;
4867 if (length <= 0) {
[all …]

Completed in 63 milliseconds

12345678910>>...23