/
proc
/
self
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
standard
/
tests
/
strings
/
File Upload :
llllll
Current File: //proc/self/root/usr/local/lsws/phpbuild/php-8.0.7/ext/standard/tests/strings/bug20261.phpt
--TEST-- Bug #20261 (str_rot13() changes too much) --FILE-- <?php $first = "boo"; $second = $first; $rot = ""; echo "1: ".$first."\n"; echo "2: ".$second."\n"; echo "3: ".$rot."\n"; $rot = str_rot13($second); echo "1: ".$first."\n"; echo "2: ".$second."\n"; echo "3: ".$rot."\n"; ?> --EXPECT-- 1: boo 2: boo 3: 1: boo 2: boo 3: obb
Copyright ©2k19 -
Hexid
|
Tex7ure