Home
last modified time | relevance | path

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

/php-src/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 ***
H A Dbug20261.phpt2 Bug #20261 (str_rot13() changes too much)
13 $rot = str_rot13($second);
/php-src/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
/php-src/ext/spl/tests/
H A Dbug66834.phpt43 return parent::offsetGet(str_rot13($offset));
48 parent::offsetSet(str_rot13($offset), $value);
/php-src/ext/standard/tests/file/
H A Duserstreams.phpt61 $DATA .= str_rot13($lyrics);
/php-src/ext/standard/
H A Dbasic_functions.stub.php2619 function str_rot13(string $string): string {}
H A Dbasic_functions_arginfo.h2605 ZEND_FUNCTION(str_rot13);
H A Dstring.c5943 PHP_FUNCTION(str_rot13) argument

Completed in 44 milliseconds