Home
last modified time | relevance | path

Searched refs:length (Results 151 – 175 of 573) sorted by relevance

12345678910>>...23

/PHP-5.3/ext/standard/
H A Dcyr_convert.c204 static char * php_convert_cyr_string(unsigned char *str, int length, char from, char to TSRMLS_DC) in php_convert_cyr_string() argument
261 for( i = 0; i<length; i++) in php_convert_cyr_string()
H A Dimage.c425 if (length < 2) { in php_skip_variable()
428 length = length - 2; in php_skip_variable()
429 php_stream_seek(stream, (long)length, SEEK_CUR); in php_skip_variable()
438 unsigned short length; in php_read_APP() local
443 length = php_read2(stream TSRMLS_CC); in php_read_APP()
444 if (length < 2) { in php_read_APP()
447 length -= 2; /* length includes itself */ in php_read_APP()
449 buffer = emalloc(length); in php_read_APP()
460 add_assoc_stringl(info, markername, buffer, length, 1); in php_read_APP()
474 unsigned short length, ff_read=1; in php_handle_jpeg() local
[all …]
/PHP-5.3/ext/zlib/tests/
H A Dgzwrite_error.phpt14 $length = 10;
16 var_dump(gzwrite($h, $str, $length, $extra_arg));
H A Dgzread_basic.phpt18 foreach ($lengths as $length) {
19 var_dump(gzread( $h, $length ) );
H A Dgzgets_basic.phpt18 foreach ($lengths as $length) {
19 var_dump(gzgets( $h, $length ) );
H A Dgzinflate_error1.phpt11 /* Prototype : string gzinflate(string data [, int length])
26 $length = 10;
28 var_dump( gzinflate($data, $length, $extra_arg) );
/PHP-5.3/ext/standard/tests/array/
H A Darray_slice_variation4.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
6 * Description: Returns elements specified by offset and length
19 $length = 3;
88 var_dump( array_slice($input_array, $offset, $length, $input) );
H A Darray_slice_variation8.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
6 * Description: Returns elements specified by offset and length
H A Darray_slice_variation7.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
6 * Description: Returns elements specified by offset and length
19 $length = 10; // to ensure all elements are displayed
105 var_dump( array_slice($input, $offset, $length, true) );
107 var_dump( array_slice($input, $offset, $length, false) );
H A Darray_slice_variation10.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.3/ext/standard/tests/strings/
H A Dstr_split_variation6.phpt48 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
139 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
160 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
164 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
H A Dstr_split_variation7.phpt50 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
117 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
138 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
142 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
H A Dstrrpos_variation15.phpt97 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
101 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
105 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
109 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
113 Warning: strrpos(): Offset is greater than the length of haystack string in %s on line %d
H A Dstrcspn_basic.phpt6 * Description: Finds length of initial segment consisting entirely of characters not found in mask.
7 … If start or/and length is provided, it works like strcspn(substr($s,$start,$len),$bad_chars)
H A Dstrspn_basic.phpt6 * Description: Finds length of initial segment consisting entirely of characters found in mask.
7 … If start or/and length is provided, it works like strspn(substr($s,$start,$len),$good_chars)
H A Dsubstr_compare.phpt28 Warning: substr_compare(): The start position cannot exceed initial string length in %s on line %d
36 Warning: substr_compare(): The length must be greater than zero in %s on line %d
/PHP-5.3/ext/zlib/
H A Dzlib.c132 ZEND_ARG_INFO(0, length)
142 ZEND_ARG_INFO(0, length)
162 ZEND_ARG_INFO(0, length)
177 ZEND_ARG_INFO(0, length)
182 ZEND_ARG_INFO(0, length)
188 ZEND_ARG_INFO(0, length)
538 unsigned long plength=0, length; in PHP_FUNCTION() local
560 s2 = (char *) erealloc(s1, length); in PHP_FUNCTION()
567 s2[ length ] = '\0'; in PHP_FUNCTION()
568 RETURN_STRINGL(s2, length, 0); in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/mysqli/tests/
H A D047.phpt80 [%u|b%"length"]=>
109 [%u|b%"length"]=>
140 [%u|b%"length"]=>
168 [%u|b%"length"]=>
198 [%u|b%"length"]=>
226 [%u|b%"length"]=>
H A Dmysqli_fetch_fields.phpt41 if ($field->length != (1 * $charsets['results']['maxlen'])) {
42 printf("[005] Expecting length %d got %d\n",
80 [%u|b%"length"]=>
108 [%u|b%"length"]=>
/PHP-5.3/ext/json/
H A Dutf8_to_utf16.h3 extern int utf8_to_utf16(unsigned short w[], char p[], int length);
/PHP-5.3/ext/mbstring/tests/
H A Dmb_strripos_variation3_Bug45923.phpt118 Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d
123 Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d
128 Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d
133 Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d
138 Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d
/PHP-5.3/ext/dom/tests/
H A DDOMNode_cloneNode_basic.phpt42 $len = $children->length;
43 for ($index = $children->length - 1; $index >=0; $index--) {
70 for ($index = 0; $index < $children->length; $index++) {
/PHP-5.3/ext/bcmath/libbcmath/src/
H A Dbcmath.h104 _PROTOTYPE(bc_num _bc_new_num_ex, (int length, int scale, int persistent));
159 #define bc_new_num(length, scale) _bc_new_num_ex((length), (scale), 0) argument
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcreposix.c202 size_t length, addlength; in regerror() local
206 length = strlen(message) + 1; in regerror()
214 if (addlength > 0 && errbuf_size >= length + addlength) in regerror()
223 return length + addlength; in regerror()
/PHP-5.3/ext/intl/collator/
H A Dcollator_is_numeric.h24 zend_uchar collator_is_numeric( UChar *str, int length, long *lval, double *dval, int allow_errors …

Completed in 52 milliseconds

12345678910>>...23