Home
last modified time | relevance | path

Searched refs:padded (Results 1 – 12 of 12) sorted by relevance

/PHP-7.3/ext/standard/tests/array/
H A Darray_pad_variation4.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
H A Darray_pad_variation5.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
H A Darray_pad_error.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
H A Darray_pad_variation7.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
H A Darray_pad_variation2.phpt8 * Description: Returns a copy of input array padded with pad_value to size pad_size
H A Darray_pad_variation3.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
H A Darray_pad_variation1.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
H A Darray_pad_variation6.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
/PHP-7.3/ext/sodium/
H A Dlibsodium.c3372 zend_string *padded; in PHP_FUNCTION() local
3405 padded = zend_string_alloc(xpadded_len + 1U, 0); in PHP_FUNCTION()
3411 ZSTR_VAL(padded)[j] = unpadded[i]; in PHP_FUNCTION() local
3430 tail = &ZSTR_VAL(padded)[xpadded_len]; in PHP_FUNCTION()
3440 ZSTR_VAL(padded)[xpadded_len + 1U] = 0; in PHP_FUNCTION() local
3442 RETURN_STR(padded); in PHP_FUNCTION()
3448 char *padded; in PHP_FUNCTION() local
3455 &padded, &padded_len, &blocksize) == FAILURE) { in PHP_FUNCTION()
3473 ret = sodium_unpad(&unpadded_len, (const unsigned char *) padded, in PHP_FUNCTION()
3485 tail = &padded[padded_len - 1U]; in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/standard/tests/strings/
H A Dsprintf_f_2.phpt69 /* example#7: zero-padded integers */
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic2200 # header mainly padded with nul bytes
2221 # header padded with nuls
9287 # DOS Emulator image is 128 byte, null right padded header + harddisc image
9628 # DOS names like F11.SYS or BOOTWIZ.SYS are 8 right space padded bytes+3 bytes
9710 # DOS names like NTLDR,CMLDR,$LDR$ are 8 right space padded bytes+3 bytes
9899 # DOS names like IO.SYS,WINBOOT.SYS,MSDOS.SYS,WINBOOT.INI are 8 right space padded bytes+3 bytes
10070 # DOS names like STARTUP.BIN,STARTUPC.COM,STARTUPE.EXE are 8 right space padded bytes+3 bytes
11632 # dfCopyright 60 byte null padded Copyright string. uncomment it to get old looking
11757 # tag names consist of up to four characters padded with spaces at end like
18614 >>>>>>>8 ubequad !0x5dee74ad1aa56394 raw G3 (Group 3) FAX, byte-padded
[all …]
H A Dmagic私はガラスを食べられます2200 # header mainly padded with nul bytes
2221 # header padded with nuls
9287 # DOS Emulator image is 128 byte, null right padded header + harddisc image
9628 # DOS names like F11.SYS or BOOTWIZ.SYS are 8 right space padded bytes+3 bytes
9710 # DOS names like NTLDR,CMLDR,$LDR$ are 8 right space padded bytes+3 bytes
9899 # DOS names like IO.SYS,WINBOOT.SYS,MSDOS.SYS,WINBOOT.INI are 8 right space padded bytes+3 bytes
10070 # DOS names like STARTUP.BIN,STARTUPC.COM,STARTUPE.EXE are 8 right space padded bytes+3 bytes
11632 # dfCopyright 60 byte null padded Copyright string. uncomment it to get old looking
11757 # tag names consist of up to four characters padded with spaces at end like
18614 >>>>>>>8 ubequad !0x5dee74ad1aa56394 raw G3 (Group 3) FAX, byte-padded
[all …]

Completed in 144 milliseconds