Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-7.1/ext/dom/tests/
H A DDOMComment_appendData_basic_Sullivan.phpt21 echo "Comment Length (one append): " . $commentnode->length . "\n";
24 echo "Comment Length (two appends): " . $commentnode->length . "\n";
H A DDOMText_appendData_basic.phpt21 echo "Text Length (one append): " . $textnode->length . "\n";
24 echo "Text Length (two appends): " . $textnode->length . "\n";
/PHP-7.1/ext/standard/tests/streams/
H A Dbug64166_3.phpt10 'line-length' => 74
22 'line-length' => 6
H A Dbug64166_2.phpt13 'line-length' => 74
24 'line-length' => 6
/PHP-7.1/ext/iconv/tests/
H A Diconv_substr_error1.phpt10 /* Prototype : string iconv_substr(string str, int offset, [int length, string charset])
25 $length = 10;
28 var_dump( iconv_substr($str, $start, $length, $encoding, $extra_arg) );
/PHP-7.1/ext/mbstring/tests/
H A Dmb_substr_error1.phpt10 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
25 $length = 10;
28 var_dump( mb_substr($str, $start, $length, $encoding, $extra_arg) );
/PHP-7.1/ext/oci8/
H A Doci8_interface.c391 zend_long length; in PHP_FUNCTION() local
413 if (length <= 0) { in PHP_FUNCTION()
881 zend_long length = 0; in PHP_FUNCTION() local
907 length = -1; in PHP_FUNCTION()
1010 if (length == -1) { in PHP_FUNCTION()
1015 length = 0; in PHP_FUNCTION()
1018 if (length == 0) { in PHP_FUNCTION()
1031 block_length = length; in PHP_FUNCTION()
1034 while(length > 0) { in PHP_FUNCTION()
1050 length -= tmp_bytes_read; in PHP_FUNCTION()
[all …]
/PHP-7.1/ext/snmp/tests/
H A Dsnmp-object-setSecurity_error.phpt48 … for authentication pass phrase '': Generic error (The supplied password length is too short.) in …
51 …or authentication pass phrase 'te': Generic error (The supplied password length is too short.) in …
57 …g a key for privacy pass phrase '': Generic error (The supplied password length is too short.) in …
60 …a key for privacy pass phrase 'ty': Generic error (The supplied password length is too short.) in …
/PHP-7.1/ext/standard/tests/file/
H A Dfread_error.phpt6 Prototype: string fread ( resource $handle [, int $length] );
7 Description: reads up to length bytes from the file pointer referenced by handle.
8 Reading stops when up to length bytes have been read, EOF (end of file) is
25 // invalid length argument
26 echo "-- Testing fread() with invalid length arguments --\n";
70 -- Testing fread() with invalid length arguments --
H A Dfwrite_error.phpt6 Prototype: int fwrite ( resource $handle,string string, [, int $length] );
8 If the length arquement is given,writing will stop after length bytes have been
32 // invalid length argument
33 echo "-- Testing fwrite() with invalid length arguments --\n";
85 -- Testing fwrite() with invalid length arguments --
H A Dfgets_error.phpt6 Prototype: string fgets ( resource $handle [, int $length] );
20 // invalid length argument
21 echo "-- Testing fgets() with invalid length arguments --\n";
27 var_dump( fgets($fp, $len) ); // return length - 1 always, expect false
68 -- Testing fgets() with invalid length arguments --
H A Dfgetss_error.phpt6 Prototype: string fgetss ( resource $handle [, int $length [, string $allowable_tags]] );
20 // invalid length argument
21 echo "-- Testing fgetss() with invalid length arguments --\n";
28 var_dump( fgetss($fp, $len, $allowable_tags) ); // return length - 1 always, expect false
67 -- Testing fgetss() with invalid length arguments --
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt53 if ($field->length != $charsetInfo->max_length) {
54 printf("[005] Expecting length %d got %d\n",
86 [%u|b%"length"]=>
114 [%u|b%"length"]=>
142 [%u|b%"length"]=>
170 [%u|b%"length"]=>
/PHP-7.1/ext/intl/
H A Dintl_convertcpp.cpp69 int32_t capacity = from.length() * 3; in intl_charFromString()
79 u_strToUTF8WithSub(ZSTR_VAL(u8res), capacity, &actual_len, utf16buf, from.length(), in intl_charFromString()
/PHP-7.1/ext/intl/tests/
H A Dresourcebundle_arrayaccess.phpt12 printf( "length: %d\n", count($r) );
30 length: 6
/PHP-7.1/main/
H A Drfc1867.h42 size_t length; member
56 size_t length; member
/PHP-7.1/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_bug70943.phpt15 echo "Generating a file with a path length of ".strlen($testFile)." characters...\r\n";
29 Generating a file with a path length of 259 characters...
/PHP-7.1/ext/standard/tests/general_functions/
H A Dob_get_length_basic.phpt8 * Description: Return the length of the output buffer
27 dump_string_length( 'foo bar length of a string' );
/PHP-7.1/ext/zip/lib/
H A Dzipint.h423 zip_uint16_t length; /* length of raw string */ member
468 zip_uint8_t *_zip_buffer_get(zip_buffer_t *buffer, zip_uint64_t length);
478 int _zip_buffer_put(zip_buffer_t *buffer, const void *src, size_t length);
483 int _zip_buffer_skip(zip_buffer_t *buffer, zip_uint64_t length);
529 int _zip_filerange_crc(zip_source_t *src, zip_uint64_t offset, zip_uint64_t length, uLong *crcp, zi…
545 int _zip_read(zip_source_t *src, zip_uint8_t *data, zip_uint64_t length, zip_error_t *error);
546 int _zip_read_at_offset(zip_source_t *src, zip_uint64_t offset, unsigned char *b, size_t length, zi…
547 zip_uint8_t *_zip_read_data(zip_buffer_t *buffer, zip_source_t *src, size_t length, bool nulp, zip_…
554 zip_int64_t _zip_source_call(zip_source_t *src, void *data, zip_uint64_t length, zip_source_cmd_t c…
559 zip_source_t *_zip_source_window_new(zip_source_t *src, zip_uint64_t start, zip_uint64_t length, zi…
[all …]
/PHP-7.1/ext/hash/
H A Dhash_gost.c266 if (context->length + len < 32) { in PHP_GOSTUpdate()
267 memcpy(&context->buffer[context->length], input, len); in PHP_GOSTUpdate()
268 context->length += len; in PHP_GOSTUpdate()
270 size_t i = 0, r = (context->length + len) % 32; in PHP_GOSTUpdate()
272 if (context->length) { in PHP_GOSTUpdate()
273 i = 32 - context->length; in PHP_GOSTUpdate()
274 memcpy(&context->buffer[context->length], input, i); in PHP_GOSTUpdate()
284 context->length = r; in PHP_GOSTUpdate()
292 if (context->length) { in PHP_GOSTFinal()
/PHP-7.1/ext/mcrypt/tests/
H A Dmcrypt_rijndael128_256BitKey.phpt51 echo "\nkey length=".strlen($key)."\n";
64 key length=20
76 key length=24
84 key length=30
96 key length=32
104 key length=40
/PHP-7.1/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 ) );
/PHP-7.1/ext/standard/
H A Dcyr_convert.c204 static char * php_convert_cyr_string(unsigned char *str, size_t length, char from, char to) in php_convert_cyr_string() argument
261 for (i = 0; i < length; i++) { in php_convert_cyr_string()
/PHP-7.1/ext/phar/tests/
H A D016b.phpt2 Phar::mapPhar invalid file (gzipped file length is too short)
13 // file length is too short

Completed in 43 milliseconds

12345678910>>...28