Home
last modified time | relevance | path

Searched refs:R (Results 26 – 50 of 154) sorted by relevance

1234567

/PHP-7.4/sapi/fpm/tests/
H A Dbug78323.phpt18 $lines = preg_split('/\R/', $output);
29 $lines = preg_split('/\R/', $output);
/PHP-7.4/ext/session/tests/
H A Dsession_encode_variation5.phpt33 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 Dsession_decode_variation2.phpt24 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-7.4/ext/standard/tests/serialize/
H A Dbug69425.phpt17 $data = unserialize('a:2:{i:0;O:4:"test":1:{s:4:"ryat";R:1;}i:1;i:2;}');
21 $data = unserialize('a:2:{i:0;O:12:"DateInterval":1:{s:1:"y";R:1;}i:1;i:2;}');
H A Dbug72663_2.phpt16 $inner = 'a:1:{i:0;O:9:"Exception":2:{s:7:"'."\0".'*'."\0".'file";R:4;}';
17 $exploit = 'a:2:{i:0;C:3:"obj":'.strlen($inner).':{'.$inner.'}i:1;R:4;}';
H A Dserialization_objects_013.phpt106 string(55) "O:8:"stdClass":3:{s:1:"b";i:1;s:1:"a";R:2;s:1:"c";i:1;}"
150 string(55) "O:8:"stdClass":3:{s:1:"c";i:1;s:1:"a";R:2;s:1:"b";i:1;}"
194 string(55) "O:8:"stdClass":3:{s:1:"a";i:1;s:1:"b";R:2;s:1:"c";i:1;}"
238 string(55) "O:8:"stdClass":3:{s:1:"a";i:1;s:1:"c";i:1;s:1:"b";R:3;}"
282 string(55) "O:8:"stdClass":3:{s:1:"a";i:1;s:1:"b";i:1;s:1:"c";R:2;}"
326 string(55) "O:8:"stdClass":3:{s:1:"a";i:1;s:1:"b";i:1;s:1:"c";R:3;}"
370 string(55) "O:8:"stdClass":3:{s:1:"c";i:1;s:1:"a";R:2;s:1:"b";R:2;}"
414 string(55) "O:8:"stdClass":3:{s:1:"b";i:1;s:1:"a";R:2;s:1:"c";R:2;}"
458 string(55) "O:8:"stdClass":3:{s:1:"a";i:1;s:1:"b";R:2;s:1:"c";R:2;}"
H A Dserialization_arrays_005.phpt96 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 Dbug72663.phpt29 $s = 'O:5:"Test1":2:{i:0;R:1;s:10:"";}';
41 $s = 'O:5:"Test2":1:{i:0;R:1;}';
H A Dbug72731.phpt13 $poc = 'O:8:"stdClass":1:{i:0;O:3:"obj":1:{s:4:"ryat";R:1;}}';
H A D__serialize_007.phpt6 $payload = 'O:13:"ArrayIterator":2:{i:0;i:0;s:1:"x";R:2;}';
/PHP-7.4/sapi/cgi/tests/
H A Dbug78323.phpt18 $lines = preg_split('/\R/', $output);
30 $lines = preg_split('/\R/', $output);
/PHP-7.4/ext/spl/tests/
H A Dbug70365.phpt20 …ectStorage":'.strlen($inner).':{'.$inner.'}i:2;O:3:"obj":1:{s:4:"ryat";R:3;}i:3;R:6;i:4;s:'.strlen…
H A Dbug70366.phpt20 …edList":'.strlen($inner).':{'.$inner.'}i:2;O:3:"obj":1:{s:4:"ryat";R:3;}i:3;a:1:{i:0;R:5;}i:4;s:'.…
/PHP-7.4/ext/standard/tests/strings/
H A Dbug72663.phpt15 $inner = 'a:1:{i:0;O:9:"Exception":2:{s:7:"'."\0".'*'."\0".'file";R:4;}';
16 $exploit = 'a:2:{i:0;C:3:"obj":'.strlen($inner).':{'.$inner.'}i:1;R:4;}';
/PHP-7.4/ext/reflection/tests/
H A Dbug47254.phpt21 $R = new ReflectionObject($B);
22 $m = $R->getMethods();
/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/odbc/
H A DCREDITS2 Stig Bakken, Andreas Karajannis, Frank M. Kromann, Daniel R. Kalowsky
/PHP-7.4/ext/hash/
H A Dhash_ripemd.c156 static const unsigned char R[80] = { variable
215 tmp = ROLS( j, a + F0(b, c, d) + x[R[j]] + K(j)); in RIPEMD128Transform()
222 tmp = ROLS( j, a + F1(b, c, d) + x[R[j]] + K(j)); in RIPEMD128Transform()
229 tmp = ROLS( j, a + F2(b, c, d) + x[R[j]] + K(j)); in RIPEMD128Transform()
236 tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j)); in RIPEMD128Transform()
306 tmp = ROLS( j, a + F0(b, c, d) + x[R[j]] + K(j)); in RIPEMD256Transform()
314 tmp = ROLS( j, a + F1(b, c, d) + x[R[j]] + K(j)); in RIPEMD256Transform()
322 tmp = ROLS( j, a + F2(b, c, d) + x[R[j]] + K(j)); in RIPEMD256Transform()
330 tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j)); in RIPEMD256Transform()
404 tmp = ROLS( j, a + F0(b, c, d) + x[R[j]] + K(j)) + e; in RIPEMD160Transform()
[all …]
/PHP-7.4/ext/imap/
H A DCREDITS2 …chael Lang, Antoni Pamies Olive, Rasmus Lerdorf, Andrew Skalski, Chuck Hagenbuch, Daniel R Kalowsky
/PHP-7.4/ext/standard/tests/network/
H A Dgethostbyname_error001.phpt4 "Sylvain R." <sracine@phpquebec.org>
H A Dgethostbyname_error002.phpt4 "Sylvain R." <sracine@phpquebec.org>
H A Dgethostbyname_error003.phpt4 "Sylvain R." <sracine@phpquebec.org>
H A Dgethostbyname_error006.phpt4 "Sylvain R." <sracine@phpquebec.org>
H A Dgethostbyname_basic001.phpt4 "Sylvain R." <sracine@phpquebec.org>
/PHP-7.4/ext/gmp/tests/
H A Dunserialize_with_reference.phpt7 $s = 'C:3:"GMP":23:{s:1:"2";a:1:{i:46;R:1;}}';

Completed in 52 milliseconds

1234567