Home
last modified time | relevance | path

Searched refs:rot13_to (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/ext/standard/
H A Dfilters.c34 static char rot13_to[] = "nopqrstuvwxyzabcdefghijklmNOPQRSTUVWXYZABCDEFGHIJKLM"; variable
51 php_strtr(bucket->buf, bucket->buflen, rot13_from, rot13_to, 52); in strfilter_rot13_filter()
H A Dstring.c5354 static char rot13_to[] = "nopqrstuvwxyzabcdefghijklmNOPQRSTUVWXYZABCDEFGHIJKLM"; variable
5369 RETURN_STR(php_strtr_ex(arg, rot13_from, rot13_to, 52));

Completed in 19 milliseconds