Date: Mon Sep 27 10:31:20 CEST 2004
User: Derick Rethans
Directory: xdebug
Log Message:
[0.25]
- Update test cases.
Modified files:
xdebug/tests/auto_trace.phpt (version: 1.15)
xdebug/tests/memory_usage.phpt (version: 1.6)
xdebug/tests/test6.phpt (version: 1.12)
[FILE: /xdebug/tests/auto_trace.phpt]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xdebug/tests/auto_trace.phpt:1.14 Mon Aug 16 05:59:56 2004 GMT
+++ xdebug/tests/auto_trace.phpt Mon Sep 27 06:31:20 2004 GMT
@@ -3,6 +3,7 @@
--INI--
xdebug.default_enable=1
xdebug.auto_trace=1
+xdebug.trace_options=0
xdebug.trace_output_dir=/tmp
xdebug.collect_params=1
xdebug.collect_return=0
@@ -18,7 +19,7 @@
echo "bar\n";
}
- foo();
+ foo();
echo file_get_contents($trace_file);
unlink($trace_file);
?>
[FILE: /xdebug/tests/memory_usage.phpt]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xdebug/tests/memory_usage.phpt:1.5 Sun Apr 11 18:29:48 2004 GMT
+++ xdebug/tests/memory_usage.phpt Mon Sep 27 06:31:20 2004 GMT
@@ -5,6 +5,7 @@
xdebug.collect_params=1
xdebug.auto_profile=0
xdebug.profiler_enable=0
+xdebug.auto_trace=0
--FILE--
<?php
$param[] = array (1, array (1, array (1, array (1, array (1, array (1, array (1, array (1, array (1, array (1, array (1, array (1, 2))))))))))));
[FILE: /xdebug/tests/test6.phpt]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xdebug/tests/test6.phpt:1.11 Sun Apr 11 18:29:48 2004 GMT
+++ xdebug/tests/test6.phpt Mon Sep 27 06:31:20 2004 GMT
@@ -17,7 +17,7 @@
foo2 (4, array(array('blaat', 5, FALSE)));
?>
--EXPECTF--
-Warning: Missing argument 3 for foo2() in /%s/test6.php on line 2
+Warning: Missing argument 3 for foo2()%s in /%s/test6.php on line 2
Call Stack:
%f %d 1. {main}() /%s/test6.php:0
Received on Mon Sep 27 2004 - 10:31:36 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:02 BST