Home
last modified time | relevance | path

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

/PHP-7.1/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.c5353 static char rot13_from[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; variable
5369 RETURN_STR(php_strtr_ex(arg, rot13_from, rot13_to, 52));

Completed in 41 milliseconds