Searched refs:str_rot13 (Results 1 – 9 of 9) sorted by relevance
5 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 ***
2 Bug #20261 (str_rot13() changes too much)13 $rot = str_rot13($second);
5 ob_start("str_rot13");15 str_rot13() expects exactly 1 argument, 2 given
5 ob_start("str_rot13", 1);15 str_rot13() expects exactly 1 argument, 2 given
43 return parent::offsetGet(str_rot13($offset));48 return parent::offsetSet(str_rot13($offset), $value);
61 $DATA .= str_rot13($lyrics);
676 function str_rot13(string $string): string {} function
2508 ZEND_FUNCTION(str_rot13);3145 ZEND_FE(str_rot13, arginfo_str_rot13)
5653 PHP_FUNCTION(str_rot13) argument
Completed in 46 milliseconds