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/quotemeta_basic.phpt |
--TEST-- Test quotemeta() function : basic functionality --FILE-- <?php /* Prototype : string quotemeta ( string $str ) * Description: Quote meta characters * Source code: ext/standard/string.c */ echo "*** Testing quotemeta() : basic functionality ***\n"; var_dump(quotemeta("Hello how are you ?")); var_dump(quotemeta("(100 + 50) * 10")); var_dump(quotemeta("\+*?[^]($)")); ?> ===DONE=== --EXPECTF-- *** Testing quotemeta() : basic functionality *** string(20) "Hello how are you \?" string(19) "\(100 \+ 50\) \* 10" string(20) "\\\+\*\?\[\^\]\(\$\)" ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare