Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/standard/tests/strings/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/strings/bug69144.phpt |
--TEST-- Bug #69144 (strtr not replacing with partly matching replace pairs) --FILE-- <?php $tests = array('bar' => '', 'foo' => 'o', 'foobar' => '', 'hello' => 'hello'); foreach ($tests as $input => $expected) { if ($expected !== ($actual = strtr($input, array("fo" => "", "foobar" => "", "bar" => "")))) { echo "KO `$input` became `$actual` instead of `$expected`\n"; } } echo "okey"; ?> --EXPECT-- okey
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare