derick Fri, 11 Feb 2011 00:15:53 +0000
Revision: http://svn.xdebug.org/cgi-bin/viewvc.cgi?view=rev&revision=3393&root=xdebug
Log:
- Fixed test case.
Changed paths:
U xdebug/trunk/tests/closure-stack-trace.phpt
Modified: xdebug/trunk/tests/closure-stack-trace.phpt
===================================================================
--- xdebug/trunk/tests/closure-stack-trace.phpt 2011-01-24 09:43:21 UTC (rev 3392)
+++ xdebug/trunk/tests/closure-stack-trace.phpt 2011-02-11 00:15:53 UTC (rev 3393)
@@ -11,6 +11,7 @@
xdebug.collect_params=4
xdebug.collect_return=1
xdebug.collect_assignments=1
+xdebug.dump.SERVER=
--FILE--
<?php
function test1()
@@ -31,5 +32,5 @@
Call Stack:
%w%f %w%d 1. {main}() %sclosure-stack-trace.php:0
%w%f %w%d 2. test1() %sclosure-stack-trace.php:12
-%w%f %w%d 3. {closure:%sclosure-stack-trace.php:4-7}($a = 5, $b = 25) /home/derick/dev/php/xdebug.git/trunk/tests/closure-stack-trace.php:9
+%w%f %w%d 3. {closure:%sclosure-stack-trace.php:4-7}($a = 5, $b = 25) %sclosure-stack-trace.php:9
%w%f %w%d 4. trigger_error('foo') %sclosure-stack-trace.php:6
Received on Fri Feb 11 2011 - 00:15:54 GMT
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST