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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/bug76965.phpt |
--TEST-- Bug #76965 (INI_SCANNER_RAW doesn't strip trailing whitespace) --FILE-- <?php // the trailing whitespace is intentional $ini = <<<END 1="foo" 2="bar" ; comment 3= baz 4= "foo;bar" 5= "foo" ; bar ; baz 6= "foo;bar" ; baz 7= foo"bar ; "ok END; var_dump(parse_ini_string($ini, false, INI_SCANNER_RAW)); ?> ===DONE=== --EXPECT-- array(7) { [1]=> string(3) "foo" [2]=> string(3) "bar" [3]=> string(3) "baz" [4]=> string(7) "foo;bar" [5]=> string(3) "foo" [6]=> string(7) "foo;bar" [7]=> string(7) "foo"bar" } ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare