Home
last modified time | relevance | path

Searched refs:length (Results 51 – 75 of 588) sorted by last modified time

12345678910>>...24

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata.phpt120 if ($info->length !== $fields['meta'][$k]->length)
121 printf("[021 - %d] Expecting length %s/%s got %s/%s\n",
122 …$k, gettype($info->length), $info->length, gettype($fields['meta'][$k]->length), $fields['meta'][$…
H A Dmysqli_stmt_bind_result_zerofill.phpt53 $length = $meta->length;
54 if ($length > strlen($insert)) {
56 $expected = str_repeat('0', $length - strlen($insert));
63 } else if ($length <= 1) {
H A Dmysqli_multi_query.phpt93 foreach ($lengths as $k => $length)
94 if ($length <= 0)
96 $res_num, $k, $length);
H A Dmysqli_fetch_assoc_zerofill.phpt39 $length = $meta->length;
40 if ($length > strlen($insert)) {
42 $expected = str_repeat('0', $length - strlen($insert));
49 } else if ($length <= 1) {
H A Dmysqli_fetch_field.phpt47 if ($tmp->length != $charsetInfo->max_length) {
48 printf("[005] Expecting length %d got %d\n",
107 ["length"]=>
135 ["length"]=>
170 ["length"]=>
H A Dmysqli_fetch_field_direct.phpt67 ["length"]=>
H A Dmysqli_fetch_field_direct_oo.phpt76 ["length"]=>
H A Dmysqli_fetch_field_oo.phpt49 if ($tmp->length != $charsetInfo->max_length) {
50 printf("[006] Expecting length %d got %d\n",
90 ["length"]=>
118 ["length"]=>
H A Dmysqli_fetch_fields.phpt47 if ($field->length != $charsetInfo->max_length) {
48 printf("[005] Expecting length %d got %d\n",
86 ["length"]=>
114 ["length"]=>
H A Dmysqli_field_seek.phpt94 if ($field->length != $charsetInfo->max_length) {
95 printf("[005] Expecting length %d got %d\n",
146 ["length"]=>
175 ["length"]=>
204 ["length"]=>
241 ["length"]=>
H A Dmysqli_field_tell.phpt84 ["length"]=>
H A Dbug_mysql_49406.phpt73 printf("Length : %d\n", $field->length);
H A Dbug_bits.phpt2 Bug (Incorrectly decoding bit values / Malformed server packet. Field length pointing)
H A D047.phpt80 ["length"]=>
109 ["length"]=>
140 ["length"]=>
168 ["length"]=>
198 ["length"]=>
226 ["length"]=>
/PHP-7.4/build/
H A Dlibtool.m4807 [# find the maximum length of command line arguments
808 AC_MSG_CHECKING([the maximum length of command line arguments])
824 # no limit to the length of command line arguments.
834 # the test eventually succeeds (with a max line length of 256k).
842 # So we just punt and use a minimum line length of 8192.
4262 # What is the maximum length of a command?
/PHP-7.4/ext/standard/
H A Diptc.c132 unsigned int length; in php_iptc_skip_variable() local
139 length = (((unsigned char) c1) << 8) + ((unsigned char) c2); in php_iptc_skip_variable()
141 length -= 2; in php_iptc_skip_variable()
143 while (length--) in php_iptc_skip_variable()
H A Durl.h35 PHPAPI php_url *php_url_parse_ex(char const *str, size_t length);
36 PHPAPI php_url *php_url_parse_ex2(char const *str, size_t length, zend_bool *has_port);
/PHP-7.4/
H A Dphp.ini-development505 ; Set maximum length of log_errors. In error_log information about the source is
506 ; added. The default is 1024 and 0 allows to not apply any maximum length at all.
1461 ; Set session ID character length. This value could be between 22 to 256.
1462 ; Shorter length than default is supported only for compatibility reason.
1464 ; http://php.net/session.sid-length
H A Dphp.ini-production505 ; Set maximum length of log_errors. In error_log information about the source is
506 ; added. The default is 1024 and 0 allows to not apply any maximum length at all.
1461 ; Set session ID character length. This value could be between 22 to 256.
1462 ; Shorter length than default is supported only for compatibility reason.
1464 ; http://php.net/session.sid-length
/PHP-7.4/win32/build/
H A Dconfutils.js180 (path.charCodeAt(CWD.length) == 92 || path.charCodeAt(CWD.length) == 47)) {
199 if (j < b.length - 1)
291 if (this_line.length) {
312 if (this_line.length) {
346 if (arg.length > 1) {
606 place = place.substr(0, place.length - thing_to_find.length - 1);
781 var length = libnames.length;
1930 if(zend_exts.length)
2850 if (dir.length > 0 && dir.substr(dir.length - 1) != '/' && dir.substr(dir.length - 1) != '\\') {
2862 if (src.length > 0 && src.substr(src.length - 1) != '/' && src.substr(src.length - 1) != '\\') {
[all …]
H A Dphpize.js.in66 for (i = 0; i < calls.length; i++) {
69 deps[deps.length] = RegExp.$1;
139 if (item.deps.length) {
161 if (item.deps.length == 0) {
179 for (i = 0; i < args.length; i++) {
184 if (arg.length > 1) {
247 for (i = 0; i < calls.length; i++) {
/PHP-7.4/ext/ffi/
H A Dffi.c109 zend_long length; member
275 (dst_type->array.length == src_type->array.length || in zend_ffi_is_compatible_type()
2124 type1->array.length == type2->array.length) { in zend_ffi_is_same_type()
2968 return old->array.length == type->array.length in zend_ffi_same_types()
5967 int length = 0; local
5975 length = 0;
5977 length = len->u64;
5979 length = len->i64;
5981 length = len->ch;
5987 if (length < 0) {
[all …]
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_decrypt_ocb.phpt54 Warning: openssl_decrypt(): Setting of IV length for AEAD mode failed in %s on line %d
57 Warning: openssl_decrypt(): Setting of IV length for AEAD mode failed in %s on line %d
H A Dopenssl_encrypt_ocb.phpt53 Warning: openssl_encrypt(): Setting of IV length for AEAD mode failed in %s on line %d
56 Warning: openssl_encrypt(): Setting tag length for AEAD cipher failed in %s on line %d
H A Dopenssl_decrypt_basic.phpt27 // if we want to prefer variable length cipher setting

Completed in 120 milliseconds

12345678910>>...24