Home
last modified time | relevance | path

Searched refs:length (Results 176 – 200 of 678) sorted by relevance

12345678910>>...28

/PHP-7.1/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_variation9.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_variation10.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) );
/PHP-7.1/sapi/cli/tests/
H A Dupload_2G.phpt41 $length = 2150000000;
53 $total = $length + strlen($prev) + strlen($post);
66 for ($i = 0; $i < $length; $i += 10000 * 10) {
/PHP-7.1/ext/zlib/tests/
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) );
H A Dgzuncompress_error1.phpt11 /* Prototype : string gzuncompress(string data [, int length])
26 $length = 10;
28 var_dump( gzuncompress($data, $length, $extra_arg) );
/PHP-7.1/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.phpt47 if ($field->length != $charsetInfo->max_length) {
48 printf("[005] Expecting length %d got %d\n",
86 [%u|b%"length"]=>
114 [%u|b%"length"]=>
H A Dmysqli_field_seek.phpt94 if ($field->length != $charsetInfo->max_length) {
95 printf("[005] Expecting length %d got %d\n",
146 [%u|b%"length"]=>
175 [%u|b%"length"]=>
204 [%u|b%"length"]=>
241 [%u|b%"length"]=>
/PHP-7.1/ext/mbstring/tests/
H A Dmb_strripos_variation3_Bug45923.phpt119 Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d
124 Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d
129 Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d
134 Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d
139 Warning: mb_strripos(): Offset is greater than the length of haystack string in %s on line %d
/PHP-7.1/ext/openssl/tests/
H A Dopenssl_encrypt_ccm.phpt27 // Test setting different IV length and unlimeted tag
36 Warning: openssl_encrypt(): Setting of IV length for AEAD mode failed in %s on line %d
/PHP-7.1/ext/standard/tests/strings/
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 Dbug74041.phpt2 Bug #74041: substr_count with length=0 broken
/PHP-7.1/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-7.1/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++) {
H A Dbug69846.phpt22 var_dump($dataNodes->length);
41 ["length"]=>
131 ["length"]=>
/PHP-7.1/ext/intl/collator/
H A Dcollator_is_numeric.h24 zend_uchar collator_is_numeric( UChar *str, int32_t length, zend_long *lval, double *dval, int allo…
/PHP-7.1/ext/standard/
H A Dimage.c430 if (length < 2) { in php_skip_variable()
433 length = length - 2; in php_skip_variable()
434 php_stream_seek(stream, (zend_long)length, SEEK_CUR); in php_skip_variable()
443 unsigned short length; in php_read_APP() local
448 length = php_read2(stream); in php_read_APP()
449 if (length < 2) { in php_read_APP()
452 length -= 2; /* length includes itself */ in php_read_APP()
454 buffer = emalloc(length); in php_read_APP()
456 if (php_stream_read(stream, buffer, (zend_long) length) != length) { in php_read_APP()
479 unsigned short length, ff_read=1; in php_handle_jpeg() local
[all …]
/PHP-7.1/Zend/
H A Dzend_language_scanner.l740 if (length > original_offset) { in zend_get_scanned_file_offset()
745 } while (original_offset != length); in zend_get_scanned_file_offset()
828 size_t length; in zend_multibyte_yyinput_again() local
838 length = SCNG(script_org_size); in zend_multibyte_yyinput_again()
849 SCNG(script_filtered_size) = length; in zend_multibyte_yyinput_again()
2086 heredoc_label->length--;
2091 heredoc_label->length -= 2;
2097 heredoc_label->length -= 2;
2106 if (heredoc_label->length < YYLIMIT - YYCURSOR && !memcmp(YYCURSOR, s, heredoc_label->length)) {
2133 YYCURSOR += heredoc_label->length - 1;
[all …]
/PHP-7.1/ext/standard/tests/file/windows_mb_path/
H A Drecursive_it.phpt2 RecursiveDirectoryIterator with dir path long or of edge case length
9 if (strlen(dirname(__FILE__)) > 259) die("Unsuitable starting path length");
/PHP-7.1/ext/zip/lib/
H A Dzip_error.c144 zip_error_to_data(const zip_error_t *error, void *data, zip_uint64_t length) in zip_error_to_data() argument
148 if (length < sizeof(int)*2) { in zip_error_to_data()

Completed in 44 milliseconds

12345678910>>...28