Home
last modified time | relevance | path

Searched refs:length (Results 301 – 325 of 620) sorted by relevance

1...<<11121314151617181920>>...25

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c193 if (length < (uint64_t) L64(251)) { in php_mysqlnd_net_store_length()
194 *packet = (zend_uchar) length; in php_mysqlnd_net_store_length()
198 if (length < (uint64_t) L64(65536)) { in php_mysqlnd_net_store_length()
204 if (length < (uint64_t) L64(16777216)) { in php_mysqlnd_net_store_length()
206 int3store(packet,(ulong) length); in php_mysqlnd_net_store_length()
210 int8store(packet, length); in php_mysqlnd_net_store_length()
220 if (length < (uint64_t) L64(251)) { in php_mysqlnd_net_store_length_size()
223 if (length < (uint64_t) L64(65536)) { in php_mysqlnd_net_store_length_size()
226 if (length < (uint64_t) L64(16777216)) { in php_mysqlnd_net_store_length_size()
1259 meta->length = uint4korr(p); in php_mysqlnd_rset_field_read()
[all …]
/PHP-5.5/ext/interbase/tests/
H A Dibase_param_info_001.phpt41 ["length"]=>
/PHP-5.5/ext/standard/tests/strings/
H A Dstrlen_basic.phpt7 * Description: Get string length
H A Dbug36944.phpt2 Bug #36944 (strncmp & strncasecmp do not return false on negative string length)
H A Dstrcspn_variation5.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
7 … If start or/and length is provided works like strcspn(substr($s,$start,$len),$bad_chars)
H A Dstrspn_variation5.phpt6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
7 … If start or/and length is provided works like strspn(substr($s,$start,$len),$good_chars)
/PHP-5.5/ext/zlib/tests/
H A Dgztell_basic.phpt14 // tell should be 7, 29, 83, 100, 127, 142, 176 (176 is length of uncompressed file)
H A D002.phpt13 /* with explicit compression level, length */
H A Dgzinflate_length.phpt2 gzinflate() and $length argument
/PHP-5.5/Zend/
H A Dzend_language_scanner.h56 int length; member
/PHP-5.5/ext/standard/
H A Dstring.c3508 char *new_str = safe_emalloc(4, (length?length:(length=strlen(str))), 1);
3577 new_str = (char *) safe_emalloc(2, (length ? length : (length = strlen(str))), 1);
3579 end = source + length;
3705 if (needle_len < length) {
3711 *_new_length = length;
3714 end = new_str + length;
3758 endp = o + length;
3774 *_new_length = length;
3834 *_new_length = length;
5228 if (length <= 0) {
[all …]
/PHP-5.5/ext/phar/tests/
H A D008.phpt2 Phar::mapPhar truncated manifest (not enough for manifest length)
/PHP-5.5/tests/security/
H A Dbug53226.phpt28 Warning: file_exists(): File name is longer than the maximum allowed path length on this platform (…
/PHP-5.5/ext/dom/tests/
H A Ddom_comment_basic.phpt23 for ($index = 0; $index < $children->length; $index++) {
H A DDOMComment_replaceData_basic.phpt17 // Replaces rest of string if count is greater than length of existing string
/PHP-5.5/ext/standard/tests/array/
H A Darray_slice_variation5.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
6 * Description: Returns elements specified by offset and length
/PHP-5.5/main/
H A Dmergesort.c267 int i, length, size2, tmp, sense; in setup() local
290 length = 2; in setup()
295 length += 2; in setup()
297 if (length < THRESHOLD) { /* Pairwise merge */ in setup()
/PHP-5.5/ext/intl/tests/
H A Dgrapheme.phpt397 $res_str .= " with length $test[2]";
938 function grapheme_substr($string, $start, $length = -1) {}
954 substring of "Abc" from "1" - grapheme_substr with length 1 = b == b
955 substring of "abc" from "0" - grapheme_substr with length 2 = ab == ab
956 substring of "Abc" from "-4" - grapheme_substr with length 1 = false == false
957 substring of "ababc" from "1" - grapheme_substr with length 2 = ba == ba
958 substring of "ababc" from "0" - grapheme_substr with length 10 = ababc == ababc
963 substring of "aa%CC%8Abco%CC%88Opq" from "5" - grapheme_substr with length -3 = ==
973 substring of "aa%CC%8Abco%CC%88Opq" from "0" - grapheme_substr with length -8 = ==
992 substring of "aa%CC%8Abco%CC%88Opq" from "-8" - grapheme_substr with length 0 = ==
[all …]
/PHP-5.5/ext/spl/internal/
H A Dsplfileobject.inc192 * @param $length maximum line length to write
194 function fwrite($str, $length = NULL)
196 return fwrite($this->fp, $length);
232 * @param $max_len set the maximum line length read
/PHP-5.5/ext/mbstring/tests/
H A Dbug49354.phpt2 Bug #49354 (mb_strcut() cuts wrong length when offset is in the middle of a multibyte character)
/PHP-5.5/main/streams/
H A Dfilter.c141 …hp_stream_bucket *in, php_stream_bucket **left, php_stream_bucket **right, size_t length TSRMLS_DC) in php_stream_bucket_split()
150 (*left)->buf = pemalloc(length, in->is_persistent); in php_stream_bucket_split()
151 (*left)->buflen = length; in php_stream_bucket_split()
152 memcpy((*left)->buf, in->buf, length); in php_stream_bucket_split()
157 (*right)->buflen = in->buflen - length; in php_stream_bucket_split()
159 memcpy((*right)->buf, in->buf + length, (*right)->buflen); in php_stream_bucket_split()
/PHP-5.5/ext/iconv/tests/
H A Dbug48289.phpt12 'line-length' => 30,
/PHP-5.5/ext/oci8/tests/
H A Dlob_030.phpt14 function insert_verify($c, $tn, $id, $length)
29 $data = str_pad("x", $length, "x");
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput1310 Subject length lower bound = 3
/PHP-5.5/ext/standard/tests/file/
H A Dglob_error_002-win32.phpt25 Warning: glob(): Pattern exceeds the maximum allowed length of %d characters in %s on line %d

Completed in 73 milliseconds

1...<<11121314151617181920>>...25