Home
last modified time | relevance | path

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

/PHP-7.4/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 ***
H A Dbug20261.phpt2 Bug #20261 (str_rot13() changes too much)
13 $rot = str_rot13($second);
/PHP-7.4/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
/PHP-7.4/ext/spl/tests/
H A Dbug66834.phpt43 return parent::offsetGet(str_rot13($offset));
48 return parent::offsetSet(str_rot13($offset), $value);
/PHP-7.4/ext/standard/
H A Dbasic_functions.h145 PHP_FUNCTION(str_rot13);
H A Dbasic_functions.c3420 PHP_FE(str_rot13, arginfo_str_rot13)
H A Dstring.c6048 PHP_FUNCTION(str_rot13) argument
/PHP-7.4/ext/standard/tests/file/
H A Duserstreams.phpt61 $DATA .= str_rot13($lyrics);

Completed in 36 milliseconds