[xdebug-dev] svn: /xdebug/trunk/tests/ local_vars_in_error.phpt test6.phpt

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Tue, 26 Oct 2010 20:50:04 +0000

derick Tue, 26 Oct 2010 20:50:04 +0000

Revision: http://svn.xdebug.org/cgi-bin/viewvc.cgi?view=rev&revision=3356&root=xdebug

Log:
- Since PHP 5.1, those variables are always ordered the same.

Changed paths:
    U xdebug/trunk/tests/local_vars_in_error.phpt
    U xdebug/trunk/tests/test6.phpt

Modified: xdebug/trunk/tests/local_vars_in_error.phpt
===================================================================
--- xdebug/trunk/tests/local_vars_in_error.phpt 2010-10-26 16:34:41 UTC (rev 3355)
+++ xdebug/trunk/tests/local_vars_in_error.phpt 2010-10-26 20:50:04 UTC (rev 3356)
@@ -30,7 +30,7 @@


 Variables in local scope (#2):
- $d = class stdClass { }
   $a = 5
+ $b = 6
   $c = array (0 => 5, 1 => 36)
- $b = 6
+ $d = class stdClass { }

Modified: xdebug/trunk/tests/test6.phpt
===================================================================
--- xdebug/trunk/tests/test6.phpt 2010-10-26 16:34:41 UTC (rev 3355)
+++ xdebug/trunk/tests/test6.phpt 2010-10-26 20:50:04 UTC (rev 3356)
@@ -31,8 +31,8 @@

 Variables in local scope (#2):
   $a = 4
+ $b = array (0 => array (0 => 'blaat', 1 => 5, 2 => FALSE))
   $c = *uninitialized*
- $b = array (0 => array (0 => 'blaat', 1 => 5, 2 => FALSE))


 Fatal error: Call to undefined function%sfoo() in /%s/test6.php on line 4
@@ -44,5 +44,5 @@

 Variables in local scope (#2):
   $a = 4
+ $b = array (0 => array (0 => 'blaat', 1 => 5, 2 => FALSE))
   $c = *uninitialized*
- $b = array (0 => array (0 => 'blaat', 1 => 5, 2 => FALSE))
Received on Tue Oct 26 2010 - 21:50:04 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST