[xdebug-dev] xdebug xdebug/tests/bug00241.phpt - Fixed test case.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Sun, 22 Apr 2007 14:28:43 +0200

Date: Sun Apr 22 14:28:43 CEST 2007
User: Derick Rethans
Directory: xdebug

Log Message:
[0.05]
- Fixed test case.

Modified files:
           xdebug/tests/bug00241.phpt (version: 1.2)

[FILE: /xdebug/tests/bug00241.phpt]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xdebug/tests/bug00241.phpt:1.1 Sat Feb 17 21:23:38 2007 GMT
+++ xdebug/tests/bug00241.phpt Sun Apr 22 10:28:43 2007 GMT
@@ -10,6 +10,8 @@
 xdebug.collect_vars=1
 xdebug.auto_profile=0
 xdebug.profiler_enable=0
+xdebug.var_display_max_depth=3
+xdebug.var_display_max_children=2
 --FILE--
 <?php
 function error_handler($errno, $string, $file, $line, $context)
@@ -78,7 +80,7 @@
       ["line"]=>
       string(2) "32"
       ["context"]=>
- string(98) "array ('GLOBALS' => ..., '_ENV' => array ('SSH_AGENT_PID' => '3466', 'TERM' => 'xterm', ...), ...)"
+ string(%d) "array ('GLOBALS' => ..., '_ENV' => array ('%s' => '%s', '%s' => '%s', ...), ...)"
     }
   }
   [2]=>
Received on Sun Apr 22 2007 - 14:28:46 BST

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