derick Mon, 18 Oct 2010 11:34:09 +0000
Revision: http://svn.xdebug.org/cgi-bin/viewvc.cgi?view=rev&revision=3345&root=xdebug
Log:
- Fixed test cases.
Changed paths:
U xdebug/trunk/tests/bug00146.phpt
U xdebug/trunk/tests/bug00538-2.phpt
Modified: xdebug/trunk/tests/bug00146.phpt
===================================================================
--- xdebug/trunk/tests/bug00146.phpt 2010-10-18 11:33:51 UTC (rev 3344)
+++ xdebug/trunk/tests/bug00146.phpt 2010-10-18 11:34:09 UTC (rev 3345)
@@ -22,7 +22,7 @@
}
$array = array("te\"st's" => 42);
- foo($array);
+ $a = foo($array);
echo file_get_contents($tf);
unlink($tf);
Modified: xdebug/trunk/tests/bug00538-2.phpt
===================================================================
--- xdebug/trunk/tests/bug00538-2.phpt 2010-10-18 11:33:51 UTC (rev 3344)
+++ xdebug/trunk/tests/bug00538-2.phpt 2010-10-18 11:34:09 UTC (rev 3345)
@@ -47,7 +47,7 @@
["params"]=>
array(3) {
["param1"]=>
- string(%d) "'%sxdebug'"
+ string(%d) "'%sxdebug%s'"
["param2"]=>
string(16) "'candena\\a\\nb'"
["param3"]=>
Received on Mon Oct 18 2010 - 12:34:09 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST