Home
last modified time | relevance | path

Searched refs:R (Results 1 – 25 of 154) sorted by relevance

1234567

/PHP-7.4/ext/pcre/tests/
H A Dbug75207.phpt5 …_match("/š(?:F?+(?:^(?(R)a+\"){99}-))(?J)(?'R'(?'R'<((?'RR'(?'R'\){97)?J)?J)(?'R'(?'R'\){99|(:(?|(…
H A D006.phpt10 $result = preg_replace(array('#\[(right)\](((?R)|[^[]+?|\[)*)\[/\\1\]#siU', '#\[(right)\](((?R)|[^[…
14 $result = preg_replace('#\[(right)\](((?R)|[^[]+?|\[)*)\[/\\1\]#siU', '', $text);
/PHP-7.4/ext/standard/
H A Dcrypt_blowfish.c479 R ^= tmp3;
500 R ^= tmp3;
524 tmp4 = R; \
525 R = L; \
533 L = R = 0; \
539 *(ptr - 1) = R; \
547 *(ptr - 1) = R; \
672 BF_word L, R; in BF_crypt() local
708 L = R = 0; in BF_crypt()
724 *(ptr - 3) = R; in BF_crypt()
[all …]
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation22.phpt86 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-7.4/ext/standard/tests/serialize/
H A Dbug75054.phpt5 $poc = 'a:9:{i:0;s:4:"0000";i:0;s:4:"0000";i:0;R:2;s:4:"5003";R:2;s:4:"0000";R:2;s:4:"0000";R:2;s:4…
7 $poc .= '000";R:2;s:4:"0000";d:0;s:4:"0000";a:9:{s:4:"0000";';
H A Dtyped_property_refs.phpt26 var_dump(unserialize('O:1:"A":2:{s:1:"a";i:1;s:1:"b";R:2;}'));
27 var_dump(unserialize('O:1:"B":2:{s:1:"a";i:1;s:1:"b";R:2;}'));
30 var_dump(unserialize('O:1:"A":2:{s:1:"a";N;s:1:"b";R:2;}'));
35 var_dump(unserialize('O:1:"B":2:{s:1:"a";N;s:1:"b";R:2;}'));
40 var_dump(unserialize('O:1:"C":2:{s:1:"a";i:1;s:1:"b";R:2;}'));
45 var_dump(unserialize('O:1:"C":2:{s:1:"b";s:1:"x";s:1:"a";R:2;}'));
50 var_dump(unserialize('O:1:"D":2:{s:1:"a";i:1;s:1:"b";R:2;}'));
H A Dserialization_arrays_004.phpt71 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 Dbug74103.phpt5 …ze('a:7:{i:0;i:04;s:1:"a";i:2;i:9617006;i:4;s:1:"a";i:4;s:1:"a";R:5;s:1:"7";R:3;s:1:"a";R:5;;s:18;…
H A Dcounting_of_references.phpt14 string(38) "a:4:{i:0;i:1;i:1;R:2;i:2;i:2;i:3;R:3;}"
H A Dserialization_arrays_002.phpt157 string(30) "a:3:{i:1;i:1;i:0;R:2;i:2;i:1;}"
201 string(30) "a:3:{i:2;i:1;i:0;R:2;i:1;i:1;}"
245 string(30) "a:3:{i:0;i:1;i:1;R:2;i:2;i:1;}"
289 string(30) "a:3:{i:0;i:1;i:2;i:1;i:1;R:3;}"
333 string(30) "a:3:{i:0;i:1;i:1;i:1;i:2;R:2;}"
377 string(30) "a:3:{i:0;i:1;i:1;i:1;i:2;R:3;}"
421 string(30) "a:3:{i:2;i:1;i:0;R:2;i:1;R:2;}"
465 string(30) "a:3:{i:1;i:1;i:0;R:2;i:2;R:2;}"
509 string(30) "a:3:{i:0;i:1;i:1;R:2;i:2;R:2;}"
/PHP-7.4/sapi/cli/tests/
H A D012.phpt11 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 string(32) "You can use -R or -F only once.
24 string(32) "You can use -R or -F only once.
26 string(32) "You can use -R or -F only once.
28 string(32) "You can use -R or -F only once.
H A Dbug71624.phpt2 Bug #61977 Test that -R properly sets argi and argn
24 var_dump(`type "$filename_txt" | "$php" -n -R "echo $test_arg . PHP_EOL;"`);
26 var_dump(`cat "$filename_txt" | "$php" -n -R 'echo $test_arg . PHP_EOL;'`);
H A Dbug78323.phpt23 $lines = preg_split('/\R/', $output);
35 $lines = preg_split('/\R/', $output);
47 $lines = preg_split('/\R/', $output);
59 $lines = preg_split('/\R/', $output);
H A D010-2.phpt2 executing a code with -R
24 var_dump(`cat "$filename_txt" | "$php" -n -R "var_dump(1);"`);
/PHP-7.4/ext/session/tests/
H A Dsession_decode_variation1.phpt19 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 Dsession_encode_variation4.phpt33 string(52) "foo|a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}guff|R:1;blah|R:1;"
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload5.phpt25 public function method(): R {}
33 } else if ($class == 'R') {
34 class R extends Q {
37 var_dump(new R);
52 object(R)#2 (0) {
H A Dclass_order_autoload_error3.phpt21 public function method(): R {}
27 } else if ($class == 'R') {
28 class R extends Q {
38 Fatal error: Declaration of R::method(): A must be compatible with Q::method(): B in %s on line %d
/PHP-7.4/ext/date/tests/
H A DDateInterval_format.phpt26 echo $interval->format('R=%R') . "\n";
40 echo $interval->format('inverted R=%R') . "\n";
58 R=+
67 inverted R=-
/PHP-7.4/sapi/phpdbg/
H A D.phpdbginit83 # R my_debugging_function
84 # R argv
90 # R touch
91 # R unlink
92 # R scandir
93 # R glob
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlentities15.phpt2 htmlentities() test 15 (setlocale / KOI8-R)
9 $result = (bool)setlocale(LC_CTYPE, "ru_RU.koi8r", "ru_RU.KOI8-R");
19 setlocale(LC_CTYPE, "ru_RU.koi8r", "ru_RU.KOI8-R");
H A Dconvert_uuencode_basic.phpt58 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-7.4/ext/soap/tests/
H A Dbug70211.phpt21 $ob = unserialize("a:3:{i:0;".serialize($sf).'i:1;R:12;i:2;R:10;}');
/PHP-7.4/ext/opcache/tests/
H A Dbug71843.phpt11 0 & ~E & ~R;
20 Warning: Use of undefined constant R - assumed 'R' (this will throw an Error in a future version of…
/PHP-7.4/ext/fileinfo/tests/
H A Dbug74170.phpt20 string(6) "KOI8-R"
22 string(6) "KOI8-R"

Completed in 40 milliseconds

1234567