ini.with-hyphen = dot and hyphen
ini-with.hyphen = hyphen and dot
+[windows paths]
+winpath1="c:\some windows\path\test\new\r\quote \" here\single ' quote\some more"
+winpath2="special case\"
echo "Done.\n";
?>
--EXPECT--
-array(25) {
+array(26) {
[u"basic"]=>
array(15) {
[u"basicval"]=>
[u"ini-with.hyphen"]=>
unicode(14) "hyphen and dot"
}
+ [u"windows paths"]=>
+ array(2) {
+ [u"winpath1"]=>
+ unicode(69) "c:\some windows\path\test\new\r\quote " here\single ' quote\some more"
+ [u"winpath2"]=>
+ unicode(13) "special case\"
+ }
}
Done.