Home
last modified time | relevance | path

Searched refs:W (Results 1 – 25 of 85) sorted by relevance

1234

/PHP-7.4/ext/standard/
H A Dsha1.c280 FF(e, a, b, c, d, W(16)); /* 17 */
281 FF(d, e, a, b, c, W(17)); /* 18 */
282 FF(c, d, e, a, b, W(18)); /* 19 */
283 FF(b, c, d, e, a, W(19)); /* 20 */
286 GG(a, b, c, d, e, W(20)); /* 21 */
287 GG(e, a, b, c, d, W(21)); /* 22 */
288 GG(d, e, a, b, c, W(22)); /* 23 */
289 GG(c, d, e, a, b, W(23)); /* 24 */
290 GG(b, c, d, e, a, W(24)); /* 25 */
291 GG(a, b, c, d, e, W(25)); /* 26 */
[all …]
H A Dcrypt_sha256.c122 uint32_t W[64]; in sha256_process_block() local
146 W[t] = SWAP (*words); in sha256_process_block()
150 W[t] = R1 (W[t - 2]) + W[t - 7] + R0 (W[t - 15]) + W[t - 16]; in sha256_process_block()
154 uint32_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha256_process_block()
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dfrontcontroller8.phar7 ������������������a.phps����WX���
8WX?���ק�7����������a.jpg����WX�����b�����������a.php����WX���l�`������� ���fronk.gron…
H A Dfrontcontroller4.phar12 v���������������������a.php����WX�������������a.jpg����WX�������������a.phps����
H A Dwrite10.phar10 6���������������������test.txt���+��H������E�������<?php __HALT_COMPILER();����]��+ڷW���…
H A Dfrontcontroller17.phar10 7������������������ ���index.php���ˤ�W���JVԋ�������<?php
H A Dfrontcontroller14.phar12 <���������������������html/index.phpN���4WXN����o&�������<?php
/PHP-7.4/ext/hash/
H A Dhash_sha.c242 FF(e, a, b, c, d, W(16)); /* 17 */ in SHA1Transform()
243 FF(d, e, a, b, c, W(17)); /* 18 */ in SHA1Transform()
244 FF(c, d, e, a, b, W(18)); /* 19 */ in SHA1Transform()
245 FF(b, c, d, e, a, W(19)); /* 20 */ in SHA1Transform()
248 GG(a, b, c, d, e, W(20)); /* 21 */ in SHA1Transform()
482 uint32_t x[16], T1, T2, W[64]; in SHA256Transform() local
489 W[i] = x[i]; in SHA256Transform()
492 W[i] = SHA256_F5(W[i-2]) + W[i-7] + SHA256_F4(W[i-15]) + W[i-16]; in SHA256Transform()
792 uint64_t x[16], T1, T2, W[80]; in SHA512Transform() local
799 W[i] = x[i]; in SHA512Transform()
[all …]
/PHP-7.4/ext/date/tests/
H A Dbug33957.phpt2 Bug #33957 (gmdate('W')/date('W') sometimes returns wrong week number)
8 echo "1992-12-$i ", date("W", strtotime("1992-12-$i")), "\n";
11 echo "1993-01-$i ", date("W", strtotime("1993-01-$i")), "\n";
23 echo sprintf(" %02d-", date("W", strtotime("$year-12-$i")));
31 echo sprintf(" %02d-", date("W", strtotime("$year-1-$i")));
H A Dbug33452.phpt6 echo date('Y-W', strtotime('2005-1-1')), "\n";
7 echo date('o-W', strtotime('2005-1-1')), "\n";
H A Dgmdate_variation5.phpt18 var_dump( gmdate('W') );
19 var_dump( gmdate('W', $timestamp) );
H A D009_win32.phpt21 var_dump(strftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
31 var_dump(gmstrftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
H A Dbug35425.phpt9 foreach (array('B','d','h','H','i','I','L','m','s','t','U','w','W','y','Y','z','Z') as $v) {
/PHP-7.4/ext/pcre/tests/
H A Dbug42298.phpt10 preg_match_all('/\W\W/u', $str, $m); var_dump($m);
11 preg_match_all('/\W{2}/u', $str, $m); var_dump($m);
/PHP-7.4/ext/standard/tests/strings/
H A Dbug48709.phpt30 wh => W
31 wa => W
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_15_open_error-win.phpt18 $cmd = $icacls . ' ' . $unreadable . ' /inheritance:r /deny ' . $user . ':(F,M,R,RX,W)';
28 $cmd = $icacls . ' ' . $unreadable . ' /grant ' . $user . ':(F,M,R,RX,W)';
/PHP-7.4/ext/openssl/tests/
H A Dbug41033.pem2 MIIBuwIBAAKBgQCrQ/By/Y5OQRmmc/e+W+eFVoeR5y8WPOkykwS2hc21aSNY5X3q
/PHP-7.4/ext/standard/tests/array/
H A Dkrsort_variation5.phpt29 't' => "TTTT", 'T' => "ttt", 'W' => "ww", 'X' => "x", 'x' => "X", 'O' => "oraNGe",
171 ["W"]=>
197 ["W"]=>
223 ["W"]=>
H A Dksort_variation5.phpt29 't' => "TTTT", 'T' => "ttt", 'W' => "ww", 'X' => "x", 'x' => "X", 'O' => "oraNGe",
171 ["W"]=>
197 ["W"]=>
223 ["W"]=>
/PHP-7.4/ext/mbstring/tests/
H A Dmb_output_handler_shift_jis.phpt12 var_dump("�e�X�g�p���{�ꕶ����B���̃��W���[����PHP�Ƀ}���`�o�C�g�֐�������܂��B");
H A Dmb_ereg_variation6.phpt28 '\W+' => '\W+',
98 --** Pattern is: \W+ **--
/PHP-7.4/ext/phar/tests/files/
H A Dfrontcontroller17.phar10 7������������������ ���index.php���J9�W���JVԋ�������<?php
H A Dfrontcontroller12.phar7 7������������������ ���index.php4���WX4��?����������<?php
H A Dfrontcontroller4.phar12 …���ж���������a.phps���UXX���l�`�������hiohio<?php function hio(){}���ί��:���e& ��W���GBMB
/PHP-7.4/ext/standard/tests/time/
H A Didate.phpt31 W: 4

Completed in 35 milliseconds

1234