/PHP-5.3/ext/hash/ |
H A D | hash_salsa.c | 51 x[ 4] ^= R(x[ 0]+x[12], 6); x[ 8] ^= R(x[ 4]+x[ 0],17); in Salsa10() 52 x[12] += R(x[ 8]|x[ 4],16); x[ 0] += R(x[12]^x[ 8], 5); in Salsa10() 53 x[ 9] += R(x[ 5]|x[ 1], 8); x[13] += R(x[ 9]|x[ 5], 7); in Salsa10() 54 x[ 1] ^= R(x[13]+x[ 9],17); x[ 5] += R(x[ 1]^x[13],12); in Salsa10() 55 x[14] ^= R(x[10]+x[ 6], 7); x[ 2] += R(x[14]^x[10],15); in Salsa10() 56 x[ 6] ^= R(x[ 2]+x[14],13); x[10] ^= R(x[ 6]+x[ 2],15); in Salsa10() 57 x[ 3] += R(x[15]|x[11],20); x[ 7] ^= R(x[ 3]+x[15],16); in Salsa10() 58 x[11] += R(x[ 7]^x[ 3], 7); x[15] += R(x[11]^x[ 7], 8); in Salsa10() 59 x[ 1] += R(x[ 0]|x[ 3], 8)^i;x[ 2] ^= R(x[ 1]+x[ 0],14); in Salsa10() 60 x[ 3] ^= R(x[ 2]+x[ 1], 6); x[ 0] += R(x[ 3]^x[ 2],18); in Salsa10() [all …]
|
H A D | hash_ripemd.c | 154 static const unsigned char R[80] = { variable 213 tmp = ROLS( j, a + F0(b, c, d) + x[R[j]] + K(j)); in RIPEMD128Transform() 220 tmp = ROLS( j, a + F1(b, c, d) + x[R[j]] + K(j)); in RIPEMD128Transform() 227 tmp = ROLS( j, a + F2(b, c, d) + x[R[j]] + K(j)); in RIPEMD128Transform() 234 tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j)); in RIPEMD128Transform() 304 tmp = ROLS( j, a + F0(b, c, d) + x[R[j]] + K(j)); in RIPEMD256Transform() 312 tmp = ROLS( j, a + F1(b, c, d) + x[R[j]] + K(j)); in RIPEMD256Transform() 320 tmp = ROLS( j, a + F2(b, c, d) + x[R[j]] + K(j)); in RIPEMD256Transform() 328 tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j)); in RIPEMD256Transform() 402 tmp = ROLS( j, a + F0(b, c, d) + x[R[j]] + K(j)) + e; in RIPEMD160Transform() [all …]
|
/PHP-5.3/ext/standard/ |
H A D | crypt_blowfish.c | 476 R ^= tmp3; 497 R ^= tmp3; 521 tmp4 = R; \ 522 R = L; \ 530 L = R = 0; \ 536 *(ptr - 1) = R; \ 544 *(ptr - 1) = R; \ 667 BF_word L, R; in BF_crypt() local 703 L = R = 0; in BF_crypt() 719 *(ptr - 3) = R; in BF_crypt() [all …]
|
/PHP-5.3/ext/standard/tests/file/ |
H A D | fscanf_variation22.phpt | 86 string(1) "R" 90 string(1) "R" 97 string(1) "R" 101 string(1) "R" 108 string(1) "R" 112 string(1) "R" 119 string(1) "R" 123 string(1) "R" 130 string(1) "R" 134 string(1) "R" [all …]
|
/PHP-5.3/sapi/cli/tests/ |
H A D | 012.phpt | 11 var_dump(`"$php" -n -F some.php -R some.php`); 12 var_dump(`"$php" -n -R some.php -F some.php`); 13 var_dump(`"$php" -n -R some.php -R some.php`); 22 You can use -R or -F only once. 24 You can use -R or -F only once. 26 You can use -R or -F only once. 28 You can use -R or -F only once.
|
H A D | 010-2.phpt | 2 executing a code with -R 24 var_dump(`cat "$filename_txt" | "$php" -n -R "var_dump(1);"`);
|
/PHP-5.3/ext/session/tests/ |
H A D | session_decode_variation1.phpt | 19 var_dump(session_decode("foo|a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}guff|R:1;blah|R:1;")); 21 var_dump(session_decode("foo|a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}guff|R:1;blah|R:1;")); 23 var_dump(session_decode("foo|a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}guff|R:1;blah|R:1;")); 25 var_dump(session_decode("foo|a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}guff|R:1;blah|R:1;")); 27 var_dump(session_decode("foo|a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}guff|R:1;blah|R:1;"));
|
H A D | session_encode_variation4.phpt | 33 string(52) "foo|a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}guff|R:1;blah|R:1;"
|
H A D | session_encode_variation5.phpt | 33 string(64) "data|a:5:{i:0;i:1;i:1;i:2;i:2;i:3;s:3:"foo";R:1;s:4:"blah";R:1;}"
|
H A D | session_decode_variation2.phpt | 24 var_dump(session_decode("foo|a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}guff|R:1;blah|R:1;"));
|
/PHP-5.3/ext/standard/tests/serialize/ |
H A D | serialization_arrays_004.phpt | 71 string(56) "a:3:{i:0;a:3:{i:0;R:2;i:1;i:1;i:2;i:1;}i:1;i:1;i:2;i:1;}" 136 string(56) "a:3:{i:0;a:3:{i:0;R:2;i:1;R:2;i:2;i:1;}i:1;R:2;i:2;i:1;}" 215 string(56) "a:3:{i:0;a:3:{i:0;R:2;i:1;R:2;i:2;R:2;}i:1;R:2;i:2;R:2;}"
|
H A D | serialization_arrays_002.phpt | 159 string(30) "a:3:{i:1;i:1;i:0;R:2;i:2;i:1;}" 203 string(30) "a:3:{i:2;i:1;i:0;R:2;i:1;i:1;}" 247 string(30) "a:3:{i:0;i:1;i:1;R:2;i:2;i:1;}" 291 string(30) "a:3:{i:0;i:1;i:2;i:1;i:1;R:3;}" 335 string(30) "a:3:{i:0;i:1;i:1;i:1;i:2;R:2;}" 379 string(30) "a:3:{i:0;i:1;i:1;i:1;i:2;R:3;}" 423 string(30) "a:3:{i:2;i:1;i:0;R:2;i:1;R:2;}" 467 string(30) "a:3:{i:1;i:1;i:0;R:2;i:2;R:2;}" 511 string(30) "a:3:{i:0;i:1;i:1;R:2;i:2;R:2;}"
|
H A D | serialization_arrays_005.phpt | 96 string(48) "a:3:{i:0;i:1;i:1;i:1;i:2;a:2:{i:0;R:2;i:1;i:1;}}" 165 string(48) "a:3:{i:0;i:1;i:1;a:2:{i:0;i:1;i:1;R:2;}i:2;i:1;}" 234 string(48) "a:3:{i:0;i:1;i:1;i:1;i:2;a:2:{i:0;R:2;i:1;R:3;}}" 303 string(48) "a:3:{i:0;i:1;i:1;i:1;i:2;a:2:{i:0;R:3;i:1;i:1;}}" 372 string(48) "a:3:{i:0;i:1;i:1;i:1;i:2;a:2:{i:0;R:2;i:1;R:3;}}" 448 string(74) "a:3:{i:0;i:1;i:1;i:1;i:2;a:2:{i:0;i:1;i:1;a:3:{i:0;i:1;i:1;i:1;i:2;R:4;}}}"
|
H A D | serialization_objects_013.phpt | 109 string(55) "O:8:"stdClass":3:{s:1:"b";i:1;s:1:"a";R:2;s:1:"c";i:1;}" 153 string(55) "O:8:"stdClass":3:{s:1:"c";i:1;s:1:"a";R:2;s:1:"b";i:1;}" 197 string(55) "O:8:"stdClass":3:{s:1:"a";i:1;s:1:"b";R:2;s:1:"c";i:1;}" 241 string(55) "O:8:"stdClass":3:{s:1:"a";i:1;s:1:"c";i:1;s:1:"b";R:3;}" 285 string(55) "O:8:"stdClass":3:{s:1:"a";i:1;s:1:"b";i:1;s:1:"c";R:2;}" 329 string(55) "O:8:"stdClass":3:{s:1:"a";i:1;s:1:"b";i:1;s:1:"c";R:3;}" 373 string(55) "O:8:"stdClass":3:{s:1:"c";i:1;s:1:"a";R:2;s:1:"b";R:2;}" 417 string(55) "O:8:"stdClass":3:{s:1:"b";i:1;s:1:"a";R:2;s:1:"c";R:2;}" 461 string(55) "O:8:"stdClass":3:{s:1:"a";i:1;s:1:"b";R:2;s:1:"c";R:2;}"
|
/PHP-5.3/ext/date/tests/ |
H A D | DateInterval_format.phpt | 26 echo $interval->format('R=%R') . "\n"; 40 echo $interval->format('inverted R=%R') . "\n"; 58 R=+ 67 inverted R=-
|
/PHP-5.3/ext/standard/tests/strings/ |
H A D | htmlentities15.phpt | 2 htmlentities() test 15 (setlocale / KOI8-R) 9 $result = (bool)setlocale(LC_CTYPE, "ru_RU.koi8r", "ru_RU.KOI8-R"); 16 setlocale(LC_CTYPE, "ru_RU.koi8r", "ru_RU.KOI8-R");
|
H A D | convert_uuencode_basic.phpt | 58 string(82) "M2&5R92!I<R!A('-I;7!L92!S=')I;F<@=&\@=&5S="!C;VYV97)T7W5U96YC 63 string(74) "M"2!4:&ES(%-T<FEN9R!C;VYT86EN<R`)"2!S;VUE(&-O;G1R;VP@8VAA<F%C 64 &=&5R<PT* 84 string(82) "M7'0@5&AI<R!3=')I;F<@8V]N=&%I;G,@7'1<="!S;VUE(&-O;G1R;VP@8VAA 85 +<F%C=&5R<UQR7&X`
|
/PHP-5.3/ext/pcre/tests/ |
H A D | 006.phpt | 9 $result = preg_replace(array('#\[(right)\](((?R)|[^[]+?|\[)*)\[/\\1\]#siU', '#\[(right)\](((?R)|[^[… 13 $result = preg_replace('#\[(right)\](((?R)|[^[]+?|\[)*)\[/\\1\]#siU', '', $text);
|
/PHP-5.3/ext/reflection/tests/ |
H A D | bug47254.phpt | 21 $R = new ReflectionObject($B); 22 $m = $R->getMethods();
|
/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | parse.y | 79 cmd ::= BEGIN trans_opt onconf(R). {sqliteBeginTransaction(pParse,R);} in onconf() argument 189 ccons ::= NOT NULL onconf(R). {sqliteAddNotNull(pParse, R);} in onconf() argument 190 ccons ::= PRIMARY KEY sortorder onconf(R). {sqliteAddPrimaryKey(pParse,0,R);} in onconf() argument 191 ccons ::= UNIQUE onconf(R). {sqliteCreateIndex(pParse,0,0,0,R,0,0);} in onconf() argument 235 tcons ::= PRIMARY KEY LP idxlist(X) RP onconf(R). 237 tcons ::= UNIQUE LP idxlist(X) RP onconf(R). 242 sqliteCreateForeignKey(pParse, FA, &T, TA, R); 509 insert_cmd(A) ::= INSERT orconf(R). {A = R;} 734 if( U!=OE_None ) U = R; 767 cmd ::= COPY orconf(R) nm(X) dbnm(D) FROM nm(Y). [all …]
|
/PHP-5.3/ext/sqlite3/tests/ |
H A D | sqlite3_15_open_error-win.phpt | 18 $cmd = $icacls . ' ' . $unreadable . ' /inheritance:r /deny ' . $user . ':(F,M,R,RX,W)'; 28 $cmd = $icacls . ' ' . $unreadable . ' /grant ' . $user . ':(F,M,R,RX,W)';
|
/PHP-5.3/ext/pcre/pcrelib/testdata/ |
H A D | testinput2 | 53 /(?X)[\R]/ 59 /[\R]/BZ 920 /< (?: (?(R) \d++ | [^<>]*+) | (?R)) * >/Ix 1082 /(?R)/I 1941 /(?<A> (?'B' abc (?(R) (?(R&A)1) (?(R&B)2) X | (?1) (?2) (?R) ))) /x 1944 /(?<A> (?'B' abc (?(R) (?(R&1)1) (?(R&B)2) X | (?1) (?2) (?R) ))) /x 1946 /(?<1> (?'B' abc (?(R) (?(R&1)1) (?(R&B)2) X | (?1) (?2) (?R) ))) /x 3413 /(?(R)a*(?1)|((?R))b)/SS 3681 /^\R/ 3705 /^\R?x/ [all …]
|
/PHP-5.3/ext/odbc/ |
H A D | CREDITS | 2 Stig Bakken, Andreas Karajannis, Frank M. Kromann, Daniel R. Kalowsky
|
/PHP-5.3/ext/imap/ |
H A D | CREDITS | 2 …chael Lang, Antoni Pamies Olive, Rasmus Lerdorf, Andrew Skalski, Chuck Hagenbuch, Daniel R Kalowsky
|
/PHP-5.3/ext/standard/tests/network/ |
H A D | gethostbyname_error001.phpt | 4 "Sylvain R." <sracine@phpquebec.org>
|