Home
last modified time | relevance | path

Searched refs:padding (Results 1 – 25 of 36) sorted by relevance

12

/php-src/ext/standard/
H A Dformatted_print.c125 ZSTR_VAL(*buffer)[(*pos)++] = padding; in php_sprintf_appendstring()
159 if(alignment==0 && padding=='0') padding=' '; in php_sprintf_appendint()
198 if (alignment == 0 && padding == '0') padding = ' '; in php_sprintf_appenduint()
219 size_t width, char padding, in php_sprintf_appenddouble() argument
429 char *temppos, padding; in php_formatted_print() local
463 padding = ' '; in php_formatted_print()
485 padding = *format; in php_formatted_print()
495 padding = *format; in php_formatted_print()
627 width, precision, padding, in php_formatted_print()
638 width, padding, alignment, in php_formatted_print()
[all …]
H A Dbase64.c253 size_t i = 0, padding = 0, j = *outl; in php_base64_decode_impl() local
269 padding++; in php_base64_decode_impl()
285 if (ch == -2 || padding) { in php_base64_decode_impl()
316 if (strict && padding && (padding > 2 || (i + padding) % 4 != 0)) { in php_base64_decode_impl()
/php-src/ext/gd/libgd/
H A Dgd_bmp.c157 if (padding) { in gdImageBmpCtx()
158 padding = 4 - padding; in gdImageBmpCtx()
721 if (padding) { in bmp_read_direct()
722 padding = 4 - padding; in bmp_read_direct()
818 if (padding) { in bmp_read_1bit()
819 padding = 4 - padding; in bmp_read_1bit()
888 if (padding) { in bmp_read_4bit()
889 padding = 4 - padding; in bmp_read_4bit()
975 if (padding) { in bmp_read_8bit()
976 padding = 4 - padding; in bmp_read_8bit()
[all …]
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc85 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
88 /* Last few bits, whose delimiter coincides with first bit of padding */
90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
93 /* Second bit of padding */
100 displayBytes(1, "Second bit of padding", block, rateInBytes);
225 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
228 /* Last few bits, whose delimiter coincides with first bit of padding */
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
233 /* Second bit of padding */
240 displayBytes(1, "Second bit of padding", block, rateInBytes);
/php-src/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc85 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
88 /* Last few bits, whose delimiter coincides with first bit of padding */
90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
93 /* Second bit of padding */
100 displayBytes(1, "Second bit of padding", block, rateInBytes);
225 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
228 /* Last few bits, whose delimiter coincides with first bit of padding */
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
233 /* Second bit of padding */
240 displayBytes(1, "Second bit of padding", block, rateInBytes);
/php-src/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt115 $padding = str_repeat("a", $i);
117 if (mb_decode_numericentity($padding . "&#ZZZ", $convmap, 'UTF-8') !== $padding . "&#ZZZ")
119 if (mb_decode_numericentity($padding . "&#xZZZ", $convmap, 'UTF-8') !== $padding . "&#xZZZ")
122 if (mb_decode_numericentity($padding . "&#65", $convmap, 'UTF-8') !== $padding . "A")
124 if (mb_decode_numericentity($padding . "&#x41", $convmap, 'UTF-8') !== $padding . "A")
/php-src/ext/standard/tests/strings/
H A Dbug72264.phpt2 Bug #72264 (base64_decode $strict fails with whitespace between padding)
H A Dbug28633.phpt2 Bug #28633 (sprintf incorrectly adding padding to floats)
H A Dbug67249.phpt12 Missing padding character
H A Dbug72263.phpt2 Bug #72263 (base64_decode skips a character after padding in strict mode)
H A Dsprintf_f_2.phpt65 var_dump(sprintf("[%010s]", $s)); // zero-padding works on strings too
66 var_dump(sprintf("[%'#10s]", $s)); // use the custom padding character '#'
H A Dstr_pad.phpt65 echo "\n--- empty padding string ---\n";
304 --- empty padding string ---
/php-src/ext/openssl/tests/
H A Dopenssl_error_string_basic_openssl3.phpt117 // private encrypt with unknown padding
120 // private decrypt with failed padding check
123 // public encrypt and decrypt with failed padding check and padding
126 expect_openssl_errors('openssl_private_(en|de)crypt padding', ['1C8000A5']);
172 openssl_private_(en|de)crypt padding: ok
H A Dopenssl_error_string_basic.phpt116 // private encrypt with unknown padding
119 // private decrypt with failed padding check
122 // public encrypt and decrypt with failed padding check and padding
125 expect_openssl_errors('openssl_private_(en|de)crypt padding', ['0408F090', '06089093']);
176 openssl_private_(en|de)crypt padding: ok
H A Dbug61124.phpt10 …passed is only 4 bytes long, cipher expects an IV of precisely 16 bytes, padding with \0 in %s on …
H A Dopenssl_encrypt_error.phpt18 // padding of the key is disabled
H A Dopenssl_decrypt_basic.phpt22 // if we want to manage our own padding
/php-src/ext/opcache/tests/
H A Dphi_remove_001.phpt16 $Distribution['padding'] = array();
45 … getid3_lib::safe_inc($Distribution['padding'][intval($LongMPEGpaddingLookup[$head4])]);
/php-src/ext/standard/tests/general_functions/
H A D001.phpt15 echo("sprintf padding and align test: ");
58 sprintf padding and align test: passed
/php-src/ext/phar/
H A Dtar.h93 char padding[12]; /* unused zeroed bytes */ member
/php-src/ext/standard/tests/array/
H A Darray_pad_too_large_padding.phpt2 array_pad() with too large padding should fail
/php-src/ext/standard/tests/url/
H A Dbug52327.phpt2 Bug #52327 (base64_decode() improper handling of leading padding)
/php-src/ext/standard/tests/file/
H A Dbug68532.phpt2 Bug #68532: convert.base64-encode omits padding bytes
/php-src/main/
H A Dfastcgi.c1039 int len, padding; in fcgi_read_request() local
1060 padding = hdr.paddingLength; in fcgi_read_request()
1069 padding = hdr.paddingLength; in fcgi_read_request()
1072 if (len + padding > FCGI_MAX_LENGTH) { in fcgi_read_request()
1081 if (safe_read(req, buf, len+padding) != len+padding) { in fcgi_read_request()
1119 padding = hdr.paddingLength; in fcgi_read_request()
1122 if (len + padding > FCGI_MAX_LENGTH) { in fcgi_read_request()
1126 if (safe_read(req, buf, len+padding) != len+padding) { in fcgi_read_request()
1142 padding = hdr.paddingLength; in fcgi_read_request()
1150 if (safe_read(req, buf, len+padding) != len+padding) { in fcgi_read_request()
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_zerofill.phpt74 no padding/filling done. Neither with libmysql nor with mysqlnd.

Completed in 83 milliseconds

12