rot13_to 34 ext/standard/filters.c static char rot13_to[] = "nopqrstuvwxyzabcdefghijklmNOPQRSTUVWXYZABCDEFGHIJKLM"; rot13_to 51 ext/standard/filters.c php_strtr(bucket->buf, bucket->buflen, rot13_from, rot13_to, 52); rot13_to 5437 ext/standard/string.c static char rot13_to[] = "nopqrstuvwxyzabcdefghijklmNOPQRSTUVWXYZABCDEFGHIJKLM"; rot13_to 5452 ext/standard/string.c RETURN_STR(php_strtr_ex(arg, rot13_from, rot13_to, 52));