felipe          Thu Feb  7 13:06:50 2008 UTC

  Modified files:              
    /php-src/ext/standard/tests/general_functions       parse_ini_basic.phpt 
  Log:
  Added UEXPECTF
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/parse_ini_basic.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/standard/tests/general_functions/parse_ini_basic.phpt
diff -u php-src/ext/standard/tests/general_functions/parse_ini_basic.phpt:1.2 
php-src/ext/standard/tests/general_functions/parse_ini_basic.phpt:1.3
--- php-src/ext/standard/tests/general_functions/parse_ini_basic.phpt:1.2       
Mon Feb  4 20:45:16 2008
+++ php-src/ext/standard/tests/general_functions/parse_ini_basic.phpt   Thu Feb 
 7 13:06:50 2008
@@ -274,3 +274,263 @@
   }
 }
 Done.
+--UEXPECTF--   
+array(25) {
+  [u"basic"]=>
+  array(15) {
+    [u"basicval"]=>
+    unicode(3) "bar"
+    [u"longval"]=>
+    unicode(5) "12345"
+    [u"with.dot"]=>
+    unicode(7) "fooobar"
+    [u"boolon"]=>
+    unicode(1) "1"
+    [u"booltrue"]=>
+    unicode(1) "1"
+    [u"boolyes"]=>
+    unicode(1) "1"
+    [u"booloff"]=>
+    unicode(0) ""
+    [u"boolfalse"]=>
+    unicode(0) ""
+    [u"boolnone"]=>
+    unicode(0) ""
+    [u"boolno"]=>
+    unicode(0) ""
+    [u"string"]=>
+    unicode(31) "asdadfsdjkslkj [EMAIL PROTECTED] { }[ ]/%#¤"
+    [u"sqstring"]=>
+    unicode(14) "adsasdadasdasd"
+    [u"dqstring"]=>
+    unicode(46) "asdadfsdjkslkj [EMAIL PROTECTED] { } !^~|¥¥{[()/)&/% ¤ # #"
+    [u"php_constant"]=>
+    unicode(4) "8191"
+    [u"user_constant"]=>
+    unicode(21) "this_is_test_constant"
+  }
+  [u"basic with whitespace"]=>
+  array(13) {
+    [u"basicval"]=>
+    unicode(3) "bar"
+    [u"longval"]=>
+    unicode(5) "12345"
+    [u"with.dot"]=>
+    unicode(7) "fooobar"
+    [u"boolon"]=>
+    unicode(1) "1"
+    [u"booltrue"]=>
+    unicode(1) "1"
+    [u"boolyes"]=>
+    unicode(1) "1"
+    [u"booloff"]=>
+    unicode(0) ""
+    [u"boolfalse"]=>
+    unicode(0) ""
+    [u"boolnone"]=>
+    unicode(0) ""
+    [u"boolno"]=>
+    unicode(0) ""
+    [u"sqstring"]=>
+    unicode(14) "adsasdadasdasd"
+    [u"dqstring"]=>
+    unicode(34) "asdadfsdjkslkj [EMAIL PROTECTED]()/)&/%#¤"
+    [u"php_constant"]=>
+    unicode(4) "8191"
+  }
+  [u"comments"]=>
+  array(1) {
+    [u"somecomment"]=>
+    unicode(15) "comment follows"
+  }
+  [u"variables"]=>
+  array(8) {
+    [u"var1"]=>
+    unicode(14) "FUBAR_VARIABLE"
+    [u"var2"]=>
+    unicode(18) "FUBAR_VARIABLE/foo"
+    [u"var3"]=>
+    unicode(18) "foo/FUBAR_VARIABLE"
+    [u"var4"]=>
+    unicode(22) "foo/FUBAR_VARIABLE/foo"
+    [u"quoted_var1"]=>
+    unicode(21) "FUBAR_QUOTES_VARIABLE"
+    [u"quoted_var2"]=>
+    unicode(25) "FUBAR_QUOTES_VARIABLE/foo"
+    [u"quoted_var3"]=>
+    unicode(25) "foo/FUBAR_QUOTES_VARIABLE"
+    [u"quoted_var4"]=>
+    unicode(29) "foo/FUBAR_QUOTES_VARIABLE/foo"
+  }
+  [u"offset values"]=>
+  array(6) {
+    [u"foo1"]=>
+    array(2) {
+      [0]=>
+      unicode(14) "basic offset 1"
+      [1]=>
+      unicode(14) "basic offset 2"
+    }
+    [u"foo2"]=>
+    array(1) {
+      [123]=>
+      unicode(11) "long offset"
+    }
+    [u"foo3"]=>
+    array(1) {
+      ["abc"]=>
+      unicode(13) "string offset"
+    }
+    [u"foo4"]=>
+    array(4) {
+      [0]=>
+      unicode(15) "quoted offset 1"
+      [" "]=>
+      unicode(15) "quoted offset 2"
+      ["sqfoobar"]=>
+      unicode(20) "quoted string offset"
+      ["dqfoobar"]=>
+      unicode(20) "single quoted offset"
+    }
+    [u"foo6"]=>
+    array(4) {
+      ["FUBAR_VARIABLE"]=>
+      unicode(8) "variable"
+      ["FUBAR_VARIABLE/foo"]=>
+      unicode(22) "variable with string 1"
+      ["foo/FUBAR_VARIABLE"]=>
+      unicode(22) "variable with string 2"
+      ["foo/FUBAR_VARIABLE/foo"]=>
+      unicode(22) "variable with string 3"
+    }
+    [u"foo7"]=>
+    array(4) {
+      ["FUBAR_QUOTES_VARIABLE"]=>
+      unicode(17) "quoted variable 1"
+      ["FUBAR_QUOTES_VARIABLE/foo"]=>
+      unicode(17) "quoted variable 2"
+      ["foo/FUBAR_QUOTES_VARIABLE"]=>
+      unicode(17) "quoted variable 3"
+      ["foo/FUBAR_QUOTES_VARIABLE/foo"]=>
+      unicode(17) "quoted variable 4"
+    }
+  }
+  [u"non value"]=>
+  array(4) {
+    [u"novalue_option1"]=>
+    unicode(0) ""
+    [u"novalue_option2"]=>
+    unicode(0) ""
+    [u"novalue_option3"]=>
+    unicode(0) ""
+    [u"novalue_option4"]=>
+    array(3) {
+      [0]=>
+      unicode(0) ""
+      [1]=>
+      unicode(0) ""
+      [2]=>
+      unicode(0) ""
+    }
+  }
+  [u"Quoted strings and variables in sections"]=>
+  array(0) {
+  }
+  [u"FUBAR_VARIABLE"]=>
+  array(0) {
+  }
+  [u"FUBAR_VARIABLE/foo"]=>
+  array(0) {
+  }
+  [u"foo/FUBAR_VARIABLE"]=>
+  array(0) {
+  }
+  [u"foo/FUBAR_VARIABLE/foo"]=>
+  array(0) {
+  }
+  [u"FUBAR_QUOTES_VARIABLE"]=>
+  array(0) {
+  }
+  [u"FUBAR_QUOTES_VARIABLE/foo"]=>
+  array(0) {
+  }
+  [u"foo/FUBAR_QUOTES_VARIABLE"]=>
+  array(0) {
+  }
+  [u"foo/FUBAR_QUOTES_VARIABLE/foo"]=>
+  array(0) {
+  }
+  [u"PATH=FUBAR_VARIABLE/no/quotes"]=>
+  array(0) {
+  }
+  [u"PATH=FUBAR_VARIABLE/all/quoted"]=>
+  array(0) {
+  }
+  [u"01"]=>
+  array(2) {
+    [u"e"]=>
+    unicode(1) "e"
+    [u"f"]=>
+    unicode(1) "f"
+  }
+  [u"02"]=>
+  array(2) {
+    [u"g"]=>
+    unicode(1) "g"
+    [u"h"]=>
+    unicode(1) "h"
+  }
+  [1]=>
+  array(2) {
+    [u"a"]=>
+    unicode(1) "a"
+    [u"b"]=>
+    unicode(1) "b"
+  }
+  [2]=>
+  array(2) {
+    [u"c"]=>
+    unicode(1) "c"
+    [u"d"]=>
+    unicode(1) "d"
+  }
+  [u"0815"]=>
+  array(1) {
+    [u"bla"]=>
+    unicode(3) "bla"
+  }
+  [u"bug #43923"]=>
+  array(3) {
+    [u"curly1"]=>
+    unicode(1) "{"
+    [u"curly2"]=>
+    unicode(1) "{"
+    [u"curly3"]=>
+    unicode(1) "{"
+  }
+  [u"bug #44019"]=>
+  array(6) {
+    [u"concatenation_before"]=>
+    unicode(37) "this_is_test_constant+some_text_after"
+    [u"concatenation_middle"]=>
+    unicode(54) "some_text_before+this_is_test_constant+some_text_after"
+    [u"concatenation_after"]=>
+    unicode(38) "some_text_before+this_is_test_constant"
+    [u"concatenation_nows_before"]=>
+    unicode(37) "this_is_test_constant+some_text_after"
+    [u"concatenation_nows_middle"]=>
+    unicode(54) "some_text_before+this_is_test_constant+some_text_after"
+    [u"concatenation_nows_after"]=>
+    unicode(38) "some_text_before+this_is_test_constant"
+  }
+  [u"bug #43915"]=>
+  array(3) {
+    [u"ini_with-hyphen"]=>
+    unicode(26) "with hyphen and underscore"
+    [u"ini.with-hyphen"]=>
+    unicode(14) "dot and hyphen"
+    [u"ini-with.hyphen"]=>
+    unicode(14) "hyphen and dot"
+  }
+}
+Done.

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to