Home
last modified time | relevance | path

Searched refs:str_rot13 (Results 1 – 25 of 140) sorted by relevance

123456

/dports/lang/php73/php-7.3.33/ext/standard/tests/strings/
H A Dstr_rot13_error.phpt2 Test str_rot13() function : error conditions
5 /* Prototype : string str_rot13 ( string $str )
9 echo "*** Testing str_rot13() : error conditions ***\n";
11 echo "-- Testing str_rot13() function with Zero arguments --\n";
12 var_dump( str_rot13() );
15 $str = "str_rot13() tests starting";
17 var_dump( str_rot13( $str, $extra_arg) );
21 *** Testing str_rot13() : error conditions ***
22 -- Testing str_rot13() function with Zero arguments --
24 Warning: str_rot13() expects exactly 1 parameter, 0 given in %s on line %d
[all …]
H A Dstr_rot13_basic.phpt5 /* Prototype : string str_rot13 ( string $str )
9 echo "*** Testing str_rot13() : basic functionality ***\n";
12 var_dump(str_rot13("str_rot13() tests starting"));
13 var_dump(str_rot13("abcdefghijklmnopqrstuvwxyz"));
16 if (strcmp(str_rot13("0123456789"), "0123456789") == 0) {
23 if (strcmp(str_rot13("!%^&*()_-+={}[]:;@~#<,>.?"), "!%^&*()_-+={}[]:;@~#<,>.?")) {
30 $str = "str_rot13() tests starting";
31 $encode = str_rot13($str);
32 $decode = str_rot13($encode);
41 *** Testing str_rot13() : basic functionality ***
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/strings/
H A Dstr_rot13_error.phpt2 Test str_rot13() function : error conditions
5 /* Prototype : string str_rot13 ( string $str )
9 echo "*** Testing str_rot13() : error conditions ***\n";
11 echo "-- Testing str_rot13() function with Zero arguments --\n";
12 var_dump( str_rot13() );
15 $str = "str_rot13() tests starting";
17 var_dump( str_rot13( $str, $extra_arg) );
21 *** Testing str_rot13() : error conditions ***
22 -- Testing str_rot13() function with Zero arguments --
24 Warning: str_rot13() expects exactly 1 parameter, 0 given in %s on line %d
[all …]
H A Dstr_rot13_basic.phpt5 /* Prototype : string str_rot13 ( string $str )
9 echo "*** Testing str_rot13() : basic functionality ***\n";
12 var_dump(str_rot13("str_rot13() tests starting"));
13 var_dump(str_rot13("abcdefghijklmnopqrstuvwxyz"));
16 if (strcmp(str_rot13("0123456789"), "0123456789") == 0) {
23 if (strcmp(str_rot13("!%^&*()_-+={}[]:;@~#<,>.?"), "!%^&*()_-+={}[]:;@~#<,>.?")) {
30 $str = "str_rot13() tests starting";
31 $encode = str_rot13($str);
32 $decode = str_rot13($encode);
41 *** Testing str_rot13() : basic functionality ***
/dports/lang/php74/php-7.4.27/ext/standard/tests/strings/
H A Dstr_rot13_basic.phpt5 /* Prototype : string str_rot13 ( string $str )
9 echo "*** Testing str_rot13() : basic functionality ***\n";
12 var_dump(str_rot13("str_rot13() tests starting"));
13 var_dump(str_rot13("abcdefghijklmnopqrstuvwxyz"));
16 if (strcmp(str_rot13("0123456789"), "0123456789") == 0) {
23 if (strcmp(str_rot13("!%^&*()_-+={}[]:;@~#<,>.?"), "!%^&*()_-+={}[]:;@~#<,>.?")) {
30 $str = "str_rot13() tests starting";
31 $encode = str_rot13($str);
32 $decode = str_rot13($encode);
41 *** Testing str_rot13() : basic functionality ***
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/strings/
H A Dstr_rot13_basic.phpt5 /* Prototype : string str_rot13 ( string $str )
9 echo "*** Testing str_rot13() : basic functionality ***\n";
12 var_dump(str_rot13("str_rot13() tests starting"));
13 var_dump(str_rot13("abcdefghijklmnopqrstuvwxyz"));
16 if (strcmp(str_rot13("0123456789"), "0123456789") == 0) {
23 if (strcmp(str_rot13("!%^&*()_-+={}[]:;@~#<,>.?"), "!%^&*()_-+={}[]:;@~#<,>.?")) {
30 $str = "str_rot13() tests starting";
31 $encode = str_rot13($str);
32 $decode = str_rot13($encode);
41 *** Testing str_rot13() : basic functionality ***
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/strings/
H A Dstr_rot13_basic.phpt5 echo "*** Testing str_rot13() : basic functionality ***\n";
8 var_dump(str_rot13("str_rot13() tests starting"));
9 var_dump(str_rot13("abcdefghijklmnopqrstuvwxyz"));
12 if (strcmp(str_rot13("0123456789"), "0123456789") == 0) {
19 if (strcmp(str_rot13("!%^&*()_-+={}[]:;@~#<,>.?"), "!%^&*()_-+={}[]:;@~#<,>.?")) {
26 $str = "str_rot13() tests starting";
27 $encode = str_rot13($str);
28 $decode = str_rot13($encode);
36 *** Testing str_rot13() : basic functionality ***
/dports/lang/php81/php-8.1.1/ext/standard/tests/strings/
H A Dstr_rot13_basic.phpt5 echo "*** Testing str_rot13() : basic functionality ***\n";
8 var_dump(str_rot13("str_rot13() tests starting"));
9 var_dump(str_rot13("abcdefghijklmnopqrstuvwxyz"));
12 if (strcmp(str_rot13("0123456789"), "0123456789") == 0) {
19 if (strcmp(str_rot13("!%^&*()_-+={}[]:;@~#<,>.?"), "!%^&*()_-+={}[]:;@~#<,>.?")) {
26 $str = "str_rot13() tests starting";
27 $encode = str_rot13($str);
28 $decode = str_rot13($encode);
36 *** Testing str_rot13() : basic functionality ***
/dports/lang/php80/php-8.0.15/ext/standard/tests/strings/
H A Dstr_rot13_basic.phpt5 echo "*** Testing str_rot13() : basic functionality ***\n";
8 var_dump(str_rot13("str_rot13() tests starting"));
9 var_dump(str_rot13("abcdefghijklmnopqrstuvwxyz"));
12 if (strcmp(str_rot13("0123456789"), "0123456789") == 0) {
19 if (strcmp(str_rot13("!%^&*()_-+={}[]:;@~#<,>.?"), "!%^&*()_-+={}[]:;@~#<,>.?")) {
26 $str = "str_rot13() tests starting";
27 $encode = str_rot13($str);
28 $decode = str_rot13($encode);
36 *** Testing str_rot13() : basic functionality ***
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/strings/
H A Dstr_rot13_basic.phpt5 echo "*** Testing str_rot13() : basic functionality ***\n";
8 var_dump(str_rot13("str_rot13() tests starting"));
9 var_dump(str_rot13("abcdefghijklmnopqrstuvwxyz"));
12 if (strcmp(str_rot13("0123456789"), "0123456789") == 0) {
19 if (strcmp(str_rot13("!%^&*()_-+={}[]:;@~#<,>.?"), "!%^&*()_-+={}[]:;@~#<,>.?")) {
26 $str = "str_rot13() tests starting";
27 $encode = str_rot13($str);
28 $decode = str_rot13($encode);
36 *** Testing str_rot13() : basic functionality ***
/dports/devel/pear-PHP_Compat/PHP_Compat-1.5.0/tests/function/
H A Dstr_rot13.phpt2 Function -- str_rot13
4 <?php if (function_exists('str_rot13')) { echo 'skip'; } ?>
8 PHP_Compat::loadFunction('str_rot13');
11 echo str_rot13($str);
/dports/lang/php73/php-7.3.33/tests/output/
H A Dob_014.phpt5 ob_start("str_rot13");
7 // str_rot13 expects 1 param and returns NULL when passed 2 params.
19 [message] => str_rot13() expects exactly 1 parameter, 2 given
H A Dob_015.phpt5 ob_start("str_rot13", 1);
7 // str_rot13 expects 1 param and returns NULL when passed 2 params.
19 [message] => str_rot13() expects exactly 1 parameter, 2 given
/dports/lang/php74/php-7.4.27/tests/output/
H A Dob_014.phpt5 ob_start("str_rot13");
7 // str_rot13 expects 1 param and returns NULL when passed 2 params.
19 [message] => str_rot13() expects exactly 1 parameter, 2 given
H A Dob_015.phpt5 ob_start("str_rot13", 1);
7 // str_rot13 expects 1 param and returns NULL when passed 2 params.
19 [message] => str_rot13() expects exactly 1 parameter, 2 given
/dports/www/mod_php73/php-7.3.33/tests/output/
H A Dob_014.phpt5 ob_start("str_rot13");
7 // str_rot13 expects 1 param and returns NULL when passed 2 params.
19 [message] => str_rot13() expects exactly 1 parameter, 2 given
H A Dob_015.phpt5 ob_start("str_rot13", 1);
7 // str_rot13 expects 1 param and returns NULL when passed 2 params.
19 [message] => str_rot13() expects exactly 1 parameter, 2 given
/dports/www/mod_php74/php-7.4.27/tests/output/
H A Dob_014.phpt5 ob_start("str_rot13");
7 // str_rot13 expects 1 param and returns NULL when passed 2 params.
19 [message] => str_rot13() expects exactly 1 parameter, 2 given
H A Dob_015.phpt5 ob_start("str_rot13", 1);
7 // str_rot13 expects 1 param and returns NULL when passed 2 params.
19 [message] => str_rot13() expects exactly 1 parameter, 2 given
/dports/lang/php81/php-8.1.1/tests/output/
H A Dob_015.phpt5 ob_start("str_rot13", 1);
15 str_rot13() expects exactly 1 argument, 2 given
H A Dob_014.phpt5 ob_start("str_rot13");
15 str_rot13() expects exactly 1 argument, 2 given
/dports/www/mod_php80/php-8.0.15/tests/output/
H A Dob_014.phpt5 ob_start("str_rot13");
15 str_rot13() expects exactly 1 argument, 2 given
H A Dob_015.phpt5 ob_start("str_rot13", 1);
15 str_rot13() expects exactly 1 argument, 2 given
/dports/www/mod_php81/php-8.1.1/tests/output/
H A Dob_015.phpt5 ob_start("str_rot13", 1);
15 str_rot13() expects exactly 1 argument, 2 given
/dports/lang/php80/php-8.0.15/tests/output/
H A Dob_014.phpt5 ob_start("str_rot13");
15 str_rot13() expects exactly 1 argument, 2 given

123456