Blame | Letzte Änderung | Log anzeigen | RSS feed
--TEST--Function -- str_rot13--SKIPIF--<?php if (function_exists('str_rot13')) { echo 'skip'; } ?>--FILE--<?phprequire_once 'PHP/Compat.php';PHP_Compat::loadFunction('str_rot13');$str = "The quick brown fox jumped over the lazy dog.";echo str_rot13($str);?>--EXPECT--Gur dhvpx oebja sbk whzcrq bire gur ynml qbt.