Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dfilters.c33 static char rot13_from[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; variable
51 php_strtr(bucket->buf, bucket->buflen, rot13_from, rot13_to, 52); in strfilter_rot13_filter()
H A Dstring.c5332 static char rot13_from[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; variable
5348 RETURN_STR(php_strtr_ex(arg, rot13_from, rot13_to, 52));

Completed in 23 milliseconds