Home
last modified time | relevance | path

Searched refs:length (Results 201 – 225 of 678) sorted by relevance

12345678910>>...28

/PHP-7.1/ext/hash/
H A Dphp_hash_snefru.h34 unsigned char length; member
H A Dphp_hash_gost.h30 unsigned char length; member
/PHP-7.1/ext/snmp/tests/
H A Dsnmp3-error.phpt51 … for authentication pass phrase '': Generic error (The supplied password length is too short.) in …
54 …or authentication pass phrase 'te': Generic error (The supplied password length is too short.) in …
60 …g a key for privacy pass phrase '': Generic error (The supplied password length is too short.) in …
63 …a key for privacy pass phrase 'ty': Generic error (The supplied password length is too short.) in …
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcreposix.c211 size_t length, addlength; in regerror() local
215 length = strlen(message) + 1; in regerror()
223 if (addlength > 0 && errbuf_size >= length + addlength) in regerror()
232 return length + addlength; in regerror()
/PHP-7.1/ext/phar/tests/files/
H A Dstuboflength1041.phar2 /***stub of length 1041 including the halt compiler*********************************************
/PHP-7.1/Zend/
H A Dzend_multibyte.c43 static const zend_encoding *dummy_encoding_detector(const unsigned char *string, size_t length, con… in dummy_encoding_detector() argument
150 …ng *zend_multibyte_encoding_detector(const unsigned char *string, size_t length, const zend_encodi… in zend_multibyte_encoding_detector() argument
152 return multibyte_functions.encoding_detector(string, length, list, list_size); in zend_multibyte_encoding_detector()
H A Dzend_alloc.h73 ZEND_API char* ZEND_FASTCALL zend_strndup(const char *s, size_t length) ZEND_ATTRIBUTE_MALLOC;
85 ZEND_API char* ZEND_FASTCALL _estrndup(const char *s, size_t length ZEND_FILE_LINE_DC ZEND_FILE_LI…
173 #define estrndup(s, length) _estrndup((s), (length) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC) argument
187 #define estrndup_rel(s, length) _estrndup((s), (length) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_… argument
213 #define pestrndup(s, length, persistent) ((persistent)?zend_strndup((s),(length)):estrndup((s),(len… argument
/PHP-7.1/ext/mbstring/tests/
H A Dmb_substr_variation1.phpt10 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
23 $length = 5;
97 var_dump( mb_substr($input, $start, $length));
H A Dmb_strrpos_variation3.phpt100 Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d
105 Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d
116 Warning: mb_strrpos(): Offset is greater than the length of haystack string in %s on line %d
H A Dmb_substr_variation4.phpt10 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
42 if (strlen($a) == mb_strlen($b, 'UTF-8')) { // should return same length
45 echo "Difference in length of ASCII string and multibyte string\n";
H A Dmb_substr_variation6.phpt10 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
47 if (strlen($a) == mb_strlen($b, 'UTF-8')) { // should return same length
50 echo "Difference in length of ASCII string and multibyte string\n";
/PHP-7.1/ext/standard/tests/array/
H A Dprev_basic.phpt30 $length = count($array2);
31 for ($i = $length; $i > 0; $i--) {
/PHP-7.1/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h28 zend_long length; member
/PHP-7.1/win32/build/
H A Dconfigure.tail5 if (!MODE_PHPIZE && sapi_enabled.length < 1) {
H A Dphpize.js.in67 for (i = 0; i < calls.length; i++) {
70 deps[deps.length] = RegExp.$1;
140 if (item.deps.length) {
162 if (item.deps.length == 0) {
180 for (i = 0; i < args.length; i++) {
185 if (arg.length > 1) {
242 for (i = 0; i < calls.length; i++) {
/PHP-7.1/ext/standard/tests/
H A Dbug71827.phpt2 Bug #71827 (substr_replace bug when length type is string )
/PHP-7.1/ext/standard/tests/strings/
H A Dsubstr_compare.phpt31 Warning: substr_compare(): The start position cannot exceed initial string length in %s on line %d
40 Warning: substr_compare(): The length must be greater than or equal to zero in %s on line %d
H A Dstr_split_variation7_64bit.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
143 Warning: str_split(): The length of each segment must be greater than zero in %s on line %d
H A Dchunk_split_variation5.phpt50 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
57 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
74 Warning: chunk_split(): Chunk length should be greater than zero in %s on line %d
/PHP-7.1/ext/gmp/tests/
H A Dgmp_import.phpt77 Warning: gmp_import(): Input length must be a multiple of word size in %s on line %d
80 Warning: gmp_import(): Input length must be a multiple of word size in %s on line %d
83 Warning: gmp_import(): Input length must be a multiple of word size in %s on line %d
/PHP-7.1/ext/hash/tests/
H A Dhash_pbkdf2_error.phpt8 …_pbkdf2(string algo, string password, string salt, int iterations [, int length = 0, bool raw_outp…
41 echo "\n-- Testing hash_pbkdf2() function with invalid length --\n";
74 -- Testing hash_pbkdf2() function with invalid length --
H A Dhash_hkdf_rfc5869.phpt8 /* Prototype : string hkdf ( string $algo , string $ikm [, int $length , string $info = '' , s…
30 echo "Test case 3 (SHA-256 with zero-length salt, info): ",
54 echo "Test case 6 (SHA-1 with zero-length salt, info): ",
62 echo "Test case 7 (SHA-1 with zero-length info, salt not provided): ",
75 Test case 3 (SHA-256 with zero-length salt, info): 8da4e775a563c18f715f802a063c5a31b8a11f5c5ee1879e…
78 Test case 6 (SHA-1 with zero-length salt, info): 0ac1af7002b3d761d1e55298da9d0506b9ae52057220a306e0…
79 Test case 7 (SHA-1 with zero-length info, salt not provided): 2c91117204d745f3500d636a62f64f0ab3bae…
/PHP-7.1/ext/standard/tests/serialize/
H A DunserializeS.phpt2 Bug MOPB-29 (wrong length calculation for S)
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_fetch_field_oo.phpt49 if ($tmp->length != $charsetInfo->max_length) {
50 printf("[006] Expecting length %d got %d\n",
90 [%u|b%"length"]=>
118 [%u|b%"length"]=>
H A Dmysqli_fetch_field.phpt47 if ($tmp->length != $charsetInfo->max_length) {
48 printf("[005] Expecting length %d got %d\n",
107 [%u|b%"length"]=>
135 [%u|b%"length"]=>
170 [%u|b%"length"]=>

Completed in 42 milliseconds

12345678910>>...28