[xdebug-dev] xdebug xdebug/tests/array_map.phpt xdebug/tests/assert_test.phpt xdebug/tests/auto_trace.phpt xdebug/tests/bug00002.phpt xdebug/tests/bug00003.phpt xdebug/tests/bug00032-ze1.phpt xdebug/tests/bug00032.phpt xdebug/tests/bug00057-ze1.phpt xdebug/tests/bug00089.phpt xdebug/tests/bug00146.phpt xdebug/tests/call_user_func_array.phpt xdebug/tests/call_user_func_array2.phpt xdebug/tests/local_vars_in_error-ze1.phpt xdebug/tests/local_vars_in_error.phpt xdebug/tests/test1.phpt xdebug/tests/test10.phpt xdebug/tests/test10b.phpt xdebug/tests/test11.phpt xdebug/tests/test12.phpt xdebug/tests/test13.phpt xdebug/tests/test14.phpt xdebug/tests/test14b.phpt xdebug/tests/test15.phpt xdebug/tests/test16.phpt xdebug/tests/test16b.phpt xdebug/tests/test17.phpt xdebug/tests/test18.phpt xdebug/tests/test20b.phpt xdebug/tests/test4.phpt xdebug/tests/test5.phpt xdebug/tests/test6.phpt xdebug/tests/test7.phpt xdebug/tests/test7b.phpt xdebug/tests/test8.phpt xdebug/tests/test9.phpt xdebug/t! ests/test9b.phpt From: Derick Rethans <derick@derickrethans.nl>

From: <>
Date: Fri, 30 Dec 2005 14:35:46 +0100

Date: Fri Dec 30 14:35:45 CET 2005
User: Derick Rethans
Directory: xdebug

Log Message:
- Fixed test cases.

Modified files:
           xdebug/tests/array_map.phpt (version: 1.9)
           xdebug/tests/assert_test.phpt (version: 1.13)
           xdebug/tests/auto_trace.phpt (version: 1.16)
           xdebug/tests/bug00002.phpt (version: 1.9)
           xdebug/tests/bug00003.phpt (version: 1.10)
           xdebug/tests/bug00032-ze1.phpt (version: 1.4)
           xdebug/tests/bug00032.phpt (version: 1.9)
           xdebug/tests/bug00057-ze1.phpt (version: 1.4)
           xdebug/tests/bug00089.phpt (version: 1.2)
           xdebug/tests/bug00146.phpt (version: 1.2)
           xdebug/tests/call_user_func_array.phpt (version: 1.11)
           xdebug/tests/call_user_func_array2.phpt (version: 1.11)
           xdebug/tests/local_vars_in_error-ze1.phpt (version: 1.3)
           xdebug/tests/local_vars_in_error.phpt (version: 1.7)
           xdebug/tests/test1.phpt (version: 1.16)
           xdebug/tests/test10.phpt (version: 1.10)
           xdebug/tests/test10b.phpt (version: 1.6)
           xdebug/tests/test11.phpt (version: 1.11)
           xdebug/tests/test12.phpt (version: 1.12)
           xdebug/tests/test13.phpt (version: 1.11)
           xdebug/tests/test14.phpt (version: 1.11)
           xdebug/tests/test14b.phpt (version: 1.10)
           xdebug/tests/test15.phpt (version: 1.11)
           xdebug/tests/test16.phpt (version: 1.9)
           xdebug/tests/test16b.phpt (version: 1.9)
           xdebug/tests/test17.phpt (version: 1.12)
           xdebug/tests/test18.phpt (version: 1.13)
           xdebug/tests/test20b.phpt (version: 1.7)
           xdebug/tests/test4.phpt (version: 1.9)
           xdebug/tests/test5.phpt (version: 1.7)
           xdebug/tests/test6.phpt (version: 1.14)
           xdebug/tests/test7.phpt (version: 1.9)
           xdebug/tests/test7b.phpt (version: 1.6)
           xdebug/tests/test8.phpt (version: 1.14)
           xdebug/tests/test9.phpt (version: 1.10)
           xdebug/tests/test9b.phpt (version: 1.6)
           xdebug/tests/trace.phpt (version: 1.11)
           xdebug/tests/xdebug_var_dump.phpt (version: 1.3)

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xdebug/tests/array_map.phpt:1.8 Mon Aug 16 05:59:56 2004 GMT
+++ xdebug/tests/array_map.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -24,9 +24,9 @@
 --EXPECTF--
 array
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> array_map('strlen', array (0 => 'a', 1 => 'bb', 2 => 'ccc')) /%s/array_map.php:5
- %f %d -> strlen('a') /%s/array_map.php:5
- %f %d -> strlen('bb') /%s/array_map.php:5
- %f %d -> strlen('ccc') /%s/array_map.php:5
- %f %d -> gettype(array (0 => 1, 1 => 2, 2 => 3)) /%s/array_map.php:7
- %f %d -> file_get_contents('/tmp/%s') /%s/array_map.php:9
+ %f %d -> array_map('strlen', array (0 => 'a', 1 => 'bb', 2 => 'ccc')) /%s/array_map.php:5
+ %f %d -> strlen('a') /%s/array_map.php:5
+ %f %d -> strlen('bb') /%s/array_map.php:5
+ %f %d -> strlen('ccc') /%s/array_map.php:5
+ %f %d -> gettype(array (0 => 1, 1 => 2, 2 => 3)) /%s/array_map.php:7
+ %f %d -> file_get_contents('/tmp/%s') /%s/array_map.php:9

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xdebug/tests/assert_test.phpt:1.12 Fri Sep 23 06:22:57 2005 GMT
+++ xdebug/tests/assert_test.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -41,10 +41,10 @@
         Line '21'
         Code ''
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> assert_options(1, 1) /%s/assert_test.php:5
- %f %d -> assert_options(4, 0) /%s/assert_test.php:6
- %f %d -> assert_options(5, 1) /%s/assert_test.php:7
- %f %d -> assert_options(2, 'my_assert_handler') /%s/assert_test.php:18
- %f %d -> assert(FALSE) /%s/assert_test.php:21
- %f %d -> my_assert_handler('/%s/assert_test.php', 21, '') /%s/assert_test.php:0
- %f %d -> file_get_contents('/tmp/%s') /%s/assert_test.php:23
+ %f %d -> assert_options(1, 1) /%s/assert_test.php:5
+ %f %d -> assert_options(4, 0) /%s/assert_test.php:6
+ %f %d -> assert_options(5, 1) /%s/assert_test.php:7
+ %f %d -> assert_options(2, 'my_assert_handler') /%s/assert_test.php:18
+ %f %d -> assert(FALSE) /%s/assert_test.php:21
+ %f %d -> my_assert_handler('/%s/assert_test.php', 21, '') /%s/assert_test.php:0
+ %f %d -> file_get_contents('/tmp/%s') /%s/assert_test.php:23

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xdebug/tests/auto_trace.phpt:1.15 Mon Sep 27 06:31:20 2004 GMT
+++ xdebug/tests/auto_trace.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -26,7 +26,7 @@
 --EXPECTF--
 bar
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> {main}() /%s/auto_trace.php:0
- %f %d -> xdebug_get_tracefile_name() /%s/auto_trace.php:2
- %f %d -> foo() /%s/auto_trace.php:7
- %f %d -> file_get_contents('/tmp/%s') /%s/auto_trace.php:8
+ %f %d -> {main}() /%s/auto_trace.php:0
+ %f %d -> xdebug_get_tracefile_name() /%s/auto_trace.php:2
+ %f %d -> foo() /%s/auto_trace.php:7
+ %f %d -> file_get_contents('/tmp/%s') /%s/auto_trace.php:8

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xdebug/tests/bug00002.phpt:1.8 Mon Aug 16 05:59:56 2004 GMT
+++ xdebug/tests/bug00002.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -23,6 +23,6 @@
 --EXPECTF--
 
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> do_stuff() /%s/bug00002.php:6
- %f %d -> xdebug_stop_trace() /%s/bug00002.php:7
+ %f %d -> do_stuff() /%s/bug00002.php:6
+ %f %d -> xdebug_stop_trace() /%s/bug00002.php:7
 TRACE END [%d-%d-%d %d:%d:%d]

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xdebug/tests/bug00003.phpt:1.9 Thu Aug 11 10:42:15 2005 GMT
+++ xdebug/tests/bug00003.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -21,6 +21,6 @@
 --EXPECTF--
 
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> strftime('%b %l %Y %H:%M:%S', 1061728888) /%s/bug00003.php:3
- %f %d -> xdebug_stop_trace() /%s/bug00003.php:4
+ %f %d -> strftime('%b %l %Y %H:%M:%S', 1061728888) /%s/bug00003.php:3
+ %f %d -> xdebug_stop_trace() /%s/bug00003.php:4
 TRACE END [%d-%d-%d %d:%d:%d]

[FILE: /xdebug/tests/bug00032-ze1.phpt]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xdebug/tests/bug00032-ze1.phpt:1.3 Mon Aug 15 05:30:42 2005 GMT
+++ xdebug/tests/bug00032-ze1.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -29,21 +29,21 @@
 Notice: Array to string conversion in %sbug00032-ze1.php on line 8
 
 Call Stack:
- %f %d 1. {main}() %sbug00032-ze1.php:0
+ %f %d 1. {main}() %sbug00032-ze1.php:0
 
 Notice: Array to string conversion in %sbug00032-ze1.php on line 9
 
 Call Stack:
- %f %d 1. {main}() %sbug00032-ze1.php:0
+ %f %d 1. {main}() %sbug00032-ze1.php:0
 foo
 
 Notice: Object to string conversion in %sbug00032-ze1.php on line 11
 
 Call Stack:
- %f %d 1. {main}() %sbug00032-ze1.php:0
+ %f %d 1. {main}() %sbug00032-ze1.php:0
 
 Notice: Object to string conversion in %sbug00032-ze1.php on line 12
 
 Call Stack:
- %f %d 1. {main}() %sbug00032-ze1.php:0
+ %f %d 1. {main}() %sbug00032-ze1.php:0
 foo

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xdebug/tests/bug00032.phpt:1.8 Tue Aug 03 18:36:38 2004 GMT
+++ xdebug/tests/bug00032.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -29,21 +29,21 @@
 Notice: Array to string conversion in %sbug00032.php on line 8
 
 Call Stack:
- %f %d 1. {main}() %sbug00032.php:0
+ %f %d 1. {main}() %sbug00032.php:0
 
 Notice: Array to string conversion in %sbug00032.php on line 9
 
 Call Stack:
- %f %d 1. {main}() %sbug00032.php:0
+ %f %d 1. {main}() %sbug00032.php:0
 foo
 
 Notice: Object of class stdClass to string conversion in %sbug00032.php on line 11
 
 Call Stack:
- %f %d 1. {main}() %sbug00032.php:0
+ %f %d 1. {main}() %sbug00032.php:0
 
 Notice: Object of class stdClass to string conversion in %sbug00032.php on line 12
 
 Call Stack:
- %f %d 1. {main}() %sbug00032.php:0
+ %f %d 1. {main}() %sbug00032.php:0
 foo

[FILE: /xdebug/tests/bug00057-ze1.phpt]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xdebug/tests/bug00057-ze1.phpt:1.3 Mon Aug 15 05:30:42 2005 GMT
+++ xdebug/tests/bug00057-ze1.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -35,15 +35,15 @@
 Notice: Undefined offset: 0 in /%s/bug00057-ze1.php on line 9
 
 Call Stack:
- %f %d 1. {main}() /%s/bug00057-ze1.php:0
- %f %d 2. oo->__call('oo', array (), NULL) /%s/bug00057-ze1.php:16
+ %f %d 1. {main}() /%s/bug00057-ze1.php:0
+ %f %d 2. oo->__call('oo', array (), NULL) /%s/bug00057-ze1.php:16
 0
 Warning: Call to undefined method oo::oo() in /%s/bug00057-ze1.php on line 16
 
 Call Stack:
- %f %d 1. {main}() /%s/bug00057-ze1.php:0
+ %f %d 1. {main}() /%s/bug00057-ze1.php:0
 2
 Warning: Call to undefined method oo::foo() in /%s/bug00057-ze1.php on line 18
 
 Call Stack:
- %f %d 1. {main}() /%s/bug00057-ze1.php:0
+ %f %d 1. {main}() /%s/bug00057-ze1.php:0

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xdebug/tests/bug00089.phpt:1.1 Tue Aug 17 04:54:03 2004 GMT
+++ xdebug/tests/bug00089.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -17,8 +17,8 @@
   0 <font color='#777777'>=&gt;</font> <font color='#00bb00'>4</font>
   1 <font color='#777777'>=&gt;</font>
     <b>array</b>
- 0 <font color='#777777'>=&gt;</font> <font color='#bb00bb'>''</font>
+ 0 <font color='#777777'>=&gt;</font> <font color='#bb00bb'>''</font> <i>(length=0)</i>
       1 <font color='#777777'>=&gt;</font> <font color='#00bb00'>2</font>
- 2 <font color='#777777'>=&gt;</font> <font color='#bb00bb'>'node'</font>
+ 2 <font color='#777777'>=&gt;</font> <font color='#bb00bb'>'node'</font> <i>(length=4)</i>
   2 <font color='#777777'>=&gt;</font> <font color='#0000ff'>false</font>
 </pre>

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xdebug/tests/bug00146.phpt:1.1 Thu Sep 22 16:47:00 2005 GMT
+++ xdebug/tests/bug00146.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -26,6 +26,6 @@
 ?>
 --EXPECTF--
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> foo(array ('te"st\'s' => 42)) /%s/bug00146.php:10
+ %f %d -> foo(array ('te"st\'s' => 42)) /%s/bug00146.php:10
>=> array ('te"st\'s' => 42)
- %f %d -> file_get_contents('/tmp/%s') /%s/bug00146.php:12
+ %f %d -> file_get_contents('/tmp/%s') /%s/bug00146.php:12

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xdebug/tests/call_user_func_array.phpt:1.10 Fri Sep 23 06:22:57 2005 GMT
+++ xdebug/tests/call_user_func_array.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -32,12 +32,12 @@
 ?>
 --EXPECTF--
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> call_user_func_array('debug', array (0 => 'foo', 1 => array (0 => 1, 1 => 2))) /%s/call_user_func_array.php:13
- %f %d -> debug('foo', array (0 => 1, 1 => 2)) /%s/call_user_func_array.php:0
- %f %d -> is_array(array (0 => 1, 1 => 2)) /%s/call_user_func_array.php:5
- %f %d -> call_user_func_array('debug', array (0 => 'bar', 1 => 'bar')) /%s/call_user_func_array.php:16
- %f %d -> debug('bar', 'bar') /%s/call_user_func_array.php:0
- %f %d -> is_array('bar') /%s/call_user_func_array.php:5
- %f %d -> is_object('bar') /%s/call_user_func_array.php:5
- %f %d -> is_resource('bar') /%s/call_user_func_array.php:5
- %f %d -> file_get_contents('/tmp/%s') /%s/call_user_func_array.php:18
+ %f %d -> call_user_func_array('debug', array (0 => 'foo', 1 => array (0 => 1, 1 => 2))) /%s/call_user_func_array.php:13
+ %f %d -> debug('foo', array (0 => 1, 1 => 2)) /%s/call_user_func_array.php:0
+ %f %d -> is_array(array (0 => 1, 1 => 2)) /%s/call_user_func_array.php:5
+ %f %d -> call_user_func_array('debug', array (0 => 'bar', 1 => 'bar')) /%s/call_user_func_array.php:16
+ %f %d -> debug('bar', 'bar') /%s/call_user_func_array.php:0
+ %f %d -> is_array('bar') /%s/call_user_func_array.php:5
+ %f %d -> is_object('bar') /%s/call_user_func_array.php:5
+ %f %d -> is_resource('bar') /%s/call_user_func_array.php:5
+ %f %d -> file_get_contents('/tmp/%s') /%s/call_user_func_array.php:18

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xdebug/tests/call_user_func_array2.phpt:1.10 Fri Sep 23 06:22:57 2005 GMT
+++ xdebug/tests/call_user_func_array2.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -26,13 +26,13 @@
 ?>
 --EXPECTF--
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> include(/%s/call_user_func_array2.inc) /%s/call_user_func_array2.php:4
- %f %d -> call_user_func_array('debug', array (0 => 'foo', 1 => array (0 => 1, 1 => 2))) /%s/call_user_func_array2.php:7
- %f %d -> debug('foo', array (0 => 1, 1 => 2)) /%s/call_user_func_array2.php:0
- %f %d -> is_array(array (0 => 1, 1 => 2)) /%s/call_user_func_array2.inc:4
- %f %d -> call_user_func_array('debug', array (0 => 'bar', 1 => 'bar')) /%s/call_user_func_array2.php:10
- %f %d -> debug('bar', 'bar') /%s/call_user_func_array2.php:0
- %f %d -> is_array('bar') /%s/call_user_func_array2.inc:4
- %f %d -> is_object('bar') /%s/call_user_func_array2.inc:4
- %f %d -> is_resource('bar') /%s/call_user_func_array2.inc:4
- %f %d -> file_get_contents('/tmp/%s') /%s/call_user_func_array2.php:12
+ %f %d -> include(/%s/call_user_func_array2.inc) /%s/call_user_func_array2.php:4
+ %f %d -> call_user_func_array('debug', array (0 => 'foo', 1 => array (0 => 1, 1 => 2))) /%s/call_user_func_array2.php:7
+ %f %d -> debug('foo', array (0 => 1, 1 => 2)) /%s/call_user_func_array2.php:0
+ %f %d -> is_array(array (0 => 1, 1 => 2)) /%s/call_user_func_array2.inc:4
+ %f %d -> call_user_func_array('debug', array (0 => 'bar', 1 => 'bar')) /%s/call_user_func_array2.php:10
+ %f %d -> debug('bar', 'bar') /%s/call_user_func_array2.php:0
+ %f %d -> is_array('bar') /%s/call_user_func_array2.inc:4
+ %f %d -> is_object('bar') /%s/call_user_func_array2.inc:4
+ %f %d -> is_resource('bar') /%s/call_user_func_array2.inc:4
+ %f %d -> file_get_contents('/tmp/%s') /%s/call_user_func_array2.php:12

[FILE: /xdebug/tests/local_vars_in_error-ze1.phpt]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xdebug/tests/local_vars_in_error-ze1.phpt:1.2 Sun Apr 11 18:29:48 2004 GMT
+++ xdebug/tests/local_vars_in_error-ze1.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -24,8 +24,8 @@
 Fatal error: Call to undefined function: do_f() in /%s/local_vars_in_error-ze1.php on line 5
 
 Call Stack:
- %f %d 1. {main}() /%s/local_vars_in_error-ze1.php:0
- %f %d 2. a(5, 6) /%s/local_vars_in_error-ze1.php:8
+ %f %d 1. {main}() /%s/local_vars_in_error-ze1.php:0
+ %f %d 2. a(5, 6) /%s/local_vars_in_error-ze1.php:8
 
 
 Variables in local scope:

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xdebug/tests/local_vars_in_error.phpt:1.6 Sun Apr 11 18:29:48 2004 GMT
+++ xdebug/tests/local_vars_in_error.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -24,8 +24,8 @@
 Fatal error: Call to undefined function do_f() in /%s/local_vars_in_error.php on line 5
 
 Call Stack:
- %f %d 1. {main}() /%s/local_vars_in_error.php:0
- %f %d 2. a(5, 6) /%s/local_vars_in_error.php:8
+ %f %d 1. {main}() /%s/local_vars_in_error.php:0
+ %f %d 2. a(5, 6) /%s/local_vars_in_error.php:8
 
 
 Variables in local scope:

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xdebug/tests/test1.phpt:1.15 Fri Sep 23 06:35:36 2005 GMT
+++ xdebug/tests/test1.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -28,8 +28,8 @@
 --EXPECTF--
 15
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %i -> include(/%s/test_class.inc) /%s/test1.php:11
- %f %i -> foo(5) /%s/test1.php:13
- %f %i -> een->foo2(15, array (0 => 'blaat', 1 => 5, 2 => FALSE)) /%s/test1.php:7
- %f %i -> een->hang() /%s/test_class.inc:10
- %f %d -> file_get_contents('/tmp/%s') /%s/test1.php:14
+ %f %d -> include(/%s/test_class.inc) /%s/test1.php:11
+ %f %d -> foo(5) /%s/test1.php:13
+ %f %d -> een->foo2(15, array (0 => 'blaat', 1 => 5, 2 => FALSE)) /%s/test1.php:7
+ %f %d -> een->hang() /%s/test_class.inc:10
+ %f %d -> file_get_contents('/tmp/%s') /%s/test1.php:14

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xdebug/tests/test10.phpt:1.9 Mon Aug 15 05:30:42 2005 GMT
+++ xdebug/tests/test10.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -35,9 +35,9 @@
 ?>
 --EXPECTF--
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> d::c('blah') /%s/test10.php:19
- %f %d -> d::a('c') /%s/test10.php:19
- %f %d -> d::b('a') /%s/test10.php:19
- %f %d -> d::a('b') /%s/test10.php:19
- %f %d -> blaat('insert blah \'a') /%s/test10.php:19
- %f %d -> file_get_contents('/tmp/%s') /%s/test10.php:20
+ %f %d -> d::c('blah') /%s/test10.php:19
+ %f %d -> d::a('c') /%s/test10.php:19
+ %f %d -> d::b('a') /%s/test10.php:19
+ %f %d -> d::a('b') /%s/test10.php:19
+ %f %d -> blaat('insert blah \'a') /%s/test10.php:19
+ %f %d -> file_get_contents('/tmp/%s') /%s/test10.php:20

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xdebug/tests/test10b.phpt:1.5 Mon Aug 16 05:59:56 2004 GMT
+++ xdebug/tests/test10b.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -36,14 +36,14 @@
 ?>
 --EXPECTF--
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> D::c('blah') /%s/test10b.php:19
+ %f %d -> D::c('blah') /%s/test10b.php:19
>=> 'c'
- %f %d -> D::a('c') /%s/test10b.php:19
+ %f %d -> D::a('c') /%s/test10b.php:19
>=> 'a'
- %f %d -> D::b('a') /%s/test10b.php:19
+ %f %d -> D::b('a') /%s/test10b.php:19
>=> 'b'
- %f %d -> D::a('b') /%s/test10b.php:19
+ %f %d -> D::a('b') /%s/test10b.php:19
>=> 'a'
- %f %d -> blaat('insert blah \'a') /%s/test10b.php:19
+ %f %d -> blaat('insert blah \'a') /%s/test10b.php:19
>=> NULL
- %f %d -> file_get_contents('/tmp/%s') /%s/test10b.php:20
+ %f %d -> file_get_contents('/tmp/%s') /%s/test10b.php:20

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xdebug/tests/test11.phpt:1.10 Fri Jul 02 12:06:51 2004 GMT
+++ xdebug/tests/test11.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -25,6 +25,6 @@
 ?>
 --EXPECTF--
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> blaat() /%s/test11.php:9
+ %f %d -> blaat() /%s/test11.php:9
>=> NULL
- %f %d -> file_get_contents('/tmp/%s') /%s/test11.php:11
+ %f %d -> file_get_contents('/tmp/%s') /%s/test11.php:11

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xdebug/tests/test12.phpt:1.11 Mon Aug 16 05:59:56 2004 GMT
+++ xdebug/tests/test12.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -28,5 +28,5 @@
 --EXPECTF--
 514.12
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> a(5, 9.12, FALSE, array ('h' => 9.12, 0 => array (0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => 5), 1 => array (0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => 5), 2 => array (0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => 5), 'p' => 8.88)) /%s/test12.php:11
- %f %d -> file_get_contents('/tmp/%s') /%s/test12.php:13
+ %f %d -> a(5, 9.12, FALSE, array ('h' => 9.12, 0 => array (0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => 5), 1 => array (0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => 5), 2 => array (0 => 1, 1 => 2, 2 => 3, 3 => 4, 4 => 5), 'p' => 8.88)) /%s/test12.php:11
+ %f %d -> file_get_contents('/tmp/%s') /%s/test12.php:13

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xdebug/tests/test13.phpt:1.10 Mon Aug 16 05:59:56 2004 GMT
+++ xdebug/tests/test13.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -47,12 +47,12 @@
 ?>
 --EXPECTF--
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> foo1('test\'s') /%s/test13.php:25
- %f %d -> addslashes('test\'s') /%s/test13.php:6
- %f %d -> foo4('test\'s') /%s/test13.php:27
- %f %d -> addslashes('test\'s') /%s/test13.php:21
- %f %d -> foo2('test\'s') /%s/test13.php:29
- %f %d -> addslashes('test\'s') /%s/test13.php:11
- %f %d -> foo3('test\'s') /%s/test13.php:31
- %f %d -> addslashes('test\'s') /%s/test13.php:16
- %f %d -> file_get_contents('/tmp/%s') /%s/test13.php:33
+ %f %d -> foo1('test\'s') /%s/test13.php:25
+ %f %d -> addslashes('test\'s') /%s/test13.php:6
+ %f %d -> foo4('test\'s') /%s/test13.php:27
+ %f %d -> addslashes('test\'s') /%s/test13.php:21
+ %f %d -> foo2('test\'s') /%s/test13.php:29
+ %f %d -> addslashes('test\'s') /%s/test13.php:11
+ %f %d -> foo3('test\'s') /%s/test13.php:31
+ %f %d -> addslashes('test\'s') /%s/test13.php:16
+ %f %d -> file_get_contents('/tmp/%s') /%s/test13.php:33

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xdebug/tests/test14.phpt:1.10 Fri Jul 02 13:11:39 2004 GMT
+++ xdebug/tests/test14.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -35,7 +35,7 @@
 ?>
 --EXPECTF--
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> foo->foo() /%s/test14.php:16
- %f %d -> bar(class foo { var $a = class foo { var $a = ...; var $b = ... }; var $b = class foo { var $a = ...; var $b = ... } }) /%s/test14.php:17
- %f %d -> bar(class foo { var $a = class foo { var $a = ...; var $b = ... }; var $b = class foo { var $a = ...; var $b = ... } }) /%s/test14.php:18
- %f %d -> file_get_contents('/tmp/%s') /%s/test14.php:20
+ %f %d -> foo->foo() /%s/test14.php:16
+ %f %d -> bar(class foo { var $a = class foo { var $a = ...; var $b = ... }; var $b = class foo { var $a = ...; var $b = ... } }) /%s/test14.php:17
+ %f %d -> bar(class foo { var $a = class foo { var $a = ...; var $b = ... }; var $b = class foo { var $a = ...; var $b = ... } }) /%s/test14.php:18
+ %f %d -> file_get_contents('/tmp/%s') /%s/test14.php:20

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xdebug/tests/test14b.phpt:1.9 Mon Aug 16 05:59:56 2004 GMT
+++ xdebug/tests/test14b.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -37,7 +37,7 @@
 ?>
 --EXPECTF--
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> foo->foo() /%s/test14b.php:16
- %f %d -> bar(class foo { public $a = ...; public $b = ... }) /%s/test14b.php:17
- %f %d -> bar(class foo { public $a = ...; public $b = ... }) /%s/test14b.php:18
- %f %d -> file_get_contents('/tmp/%s') /%s/test14b.php:20
+ %f %d -> foo->foo() /%s/test14b.php:16
+ %f %d -> bar(class foo { public $a = ...; public $b = ... }) /%s/test14b.php:17
+ %f %d -> bar(class foo { public $a = ...; public $b = ... }) /%s/test14b.php:18
+ %f %d -> file_get_contents('/tmp/%s') /%s/test14b.php:20

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xdebug/tests/test15.phpt:1.10 Mon Aug 16 05:59:56 2004 GMT
+++ xdebug/tests/test15.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -34,6 +34,6 @@
 ?>
 --EXPECTF--
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> a->func_a1() /%s/test15.php:15
- %f %d -> a->func_a2() /%s/test15.php:18
- %f %d -> file_get_contents('/tmp/%s') /%s/test15.php:20
+ %f %d -> a->func_a1() /%s/test15.php:15
+ %f %d -> a->func_a2() /%s/test15.php:18
+ %f %d -> file_get_contents('/tmp/%s') /%s/test15.php:20

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xdebug/tests/test16.phpt:1.8 Fri Jul 02 12:06:51 2004 GMT
+++ xdebug/tests/test16.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -42,6 +42,6 @@
 ?>
 --EXPECTF--
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> b->func_a1() /%s/test16.php:25
- %f %d -> b->func_b1() /%s/test16.php:26
- %f %d -> file_get_contents('/tmp/%s') /%s/test16.php:28
+ %f %d -> b->func_a1() /%s/test16.php:25
+ %f %d -> b->func_b1() /%s/test16.php:26
+ %f %d -> file_get_contents('/tmp/%s') /%s/test16.php:28

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xdebug/tests/test16b.phpt:1.8 Mon Aug 16 05:59:56 2004 GMT
+++ xdebug/tests/test16b.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -44,6 +44,6 @@
 ?>
 --EXPECTF--
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> a->func_a1() /%s/test16b.php:25
- %f %d -> b->func_b1() /%s/test16b.php:26
- %f %d -> file_get_contents('/tmp/%s') /%s/test16b.php:28
+ %f %d -> a->func_a1() /%s/test16b.php:25
+ %f %d -> b->func_b1() /%s/test16b.php:26
+ %f %d -> file_get_contents('/tmp/%s') /%s/test16b.php:28

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xdebug/tests/test17.phpt:1.11 Mon Aug 16 05:59:56 2004 GMT
+++ xdebug/tests/test17.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -21,5 +21,5 @@
 --EXPECTF--
 55555
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> str_repeat('5', 5) /%s/test17.php:4
- %f %d -> file_get_contents('/tmp/%s') /%s/test17.php:6
+ %f %d -> str_repeat('5', 5) /%s/test17.php:4
+ %f %d -> file_get_contents('/tmp/%s') /%s/test17.php:6

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xdebug/tests/test18.phpt:1.12 Mon Aug 16 05:59:56 2004 GMT
+++ xdebug/tests/test18.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -33,15 +33,15 @@
 --EXPECTF--
 bar
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> foo() /%s/test18.php:14
- %f %d -> bar() /%s/test18.php:11
- %f %d -> eval('$foo = foo();
+ %f %d -> foo() /%s/test18.php:14
+ %f %d -> bar() /%s/test18.php:11
+ %f %d -> eval('$foo = foo();
 bar();
 foo();
 ') /%s/test18.php:16
- %f %d -> foo() /%s/test18.php(16) : eval()'d code:1
- %f %d -> bar() /%s/test18.php:11
- %f %d -> bar() /%s/test18.php(16) : eval()'d code:2
- %f %d -> foo() /%s/test18.php(16) : eval()'d code:3
- %f %d -> bar() /%s/test18.php:11
- %f %d -> file_get_contents('/tmp/%s') /%s/test18.php:18
+ %f %d -> foo() /%s/test18.php(16) : eval()'d code:1
+ %f %d -> bar() /%s/test18.php:11
+ %f %d -> bar() /%s/test18.php(16) : eval()'d code:2
+ %f %d -> foo() /%s/test18.php(16) : eval()'d code:3
+ %f %d -> bar() /%s/test18.php:11
+ %f %d -> file_get_contents('/tmp/%s') /%s/test18.php:18

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xdebug/tests/test20b.phpt:1.6 Mon Aug 16 05:59:56 2004 GMT
+++ xdebug/tests/test20b.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -28,5 +28,5 @@
 --EXPECTF--
 test
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> DB::query('test') /%s/test20b.php:9
- %f %d -> file_get_contents('/tmp/%s') /%s/test20b.php:11
+ %f %d -> DB::query('test') /%s/test20b.php:9
+ %f %d -> file_get_contents('/tmp/%s') /%s/test20b.php:11

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xdebug/tests/test4.phpt:1.8 Fri Jul 02 12:06:51 2004 GMT
+++ xdebug/tests/test4.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -22,6 +22,6 @@
 Fatal error: Call to undefined function%sc() in /%s/test4.php on line 7
 
 Call Stack:
- %f %d 1. {main}() /%s/test4.php:0
- %f %d 2. a() /%s/test4.php:10
- %f %d 3. b() /%s/test4.php:3
+ %f %d 1. {main}() /%s/test4.php:0
+ %f %d 2. a() /%s/test4.php:10
+ %f %d 3. b() /%s/test4.php:3

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xdebug/tests/test5.phpt:1.6 Sun Apr 11 18:29:48 2004 GMT
+++ xdebug/tests/test5.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -43,11 +43,11 @@
 Fatal error: Call to undefined function%sfunky_shit() in /%s/test5.php on line 28
 
 Call Stack:
- %f %i 1. {main}() /%s/test5.php:0
- %f %i 2. fucking() /%s/test5.php:31
- %f %i 3. deep() /%s/test5.php:4
- %f %i 4. nested() /%s/test5.php:8
- %f %i 5. error() /%s/test5.php:12
- %f %i 6. in() /%s/test5.php:16
- %f %i 7. func() /%s/test5.php:20
- %f %i 8. blah() /%s/test5.php:24
+ %f %d 1. {main}() /%s/test5.php:0
+ %f %d 2. fucking() /%s/test5.php:31
+ %f %d 3. deep() /%s/test5.php:4
+ %f %d 4. nested() /%s/test5.php:8
+ %f %d 5. error() /%s/test5.php:12
+ %f %d 6. in() /%s/test5.php:16
+ %f %d 7. func() /%s/test5.php:20
+ %f %d 8. blah() /%s/test5.php:24

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xdebug/tests/test6.phpt:1.13 Tue Sep 28 04:42:13 2004 GMT
+++ xdebug/tests/test6.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -20,8 +20,8 @@
 Warning: Missing argument 3 for foo2()%sin /%s/test6.php on line 2
 
 Call Stack:
- %f %d 1. {main}() /%s/test6.php:0
- %f %d 2. foo2(4, array (0 => array (0 => 'blaat', 1 => 5, 2 => FALSE))) /%s/test6.php:7
+ %f %d 1. {main}() /%s/test6.php:0
+ %f %d 2. foo2(4, array (0 => array (0 => 'blaat', 1 => 5, 2 => FALSE))) /%s/test6.php:7
 
 
 Variables in local scope:
@@ -32,8 +32,8 @@
 Fatal error: Call to undefined function%sfoo() in /%s/test6.php on line 4
 
 Call Stack:
- %f %d 1. {main}() /%s/test6.php:0
- %f %d 2. foo2(4, array (0 => array (0 => 'blaat', 1 => 5, 2 => FALSE))) /%s/test6.php:7
+ %f %d 1. {main}() /%s/test6.php:0
+ %f %d 2. foo2(4, array (0 => array (0 => 'blaat', 1 => 5, 2 => FALSE))) /%s/test6.php:7
 
 
 Variables in local scope:

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xdebug/tests/test7.phpt:1.8 Mon Aug 15 05:30:42 2005 GMT
+++ xdebug/tests/test7.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -46,7 +46,7 @@
 ?>
 --EXPECTF--
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> aaa->a1() /%s/test7.php:27
- %f %d -> bbb->b1() /%s/test7.php:28
- %f %d -> aaa->a2() /%s/test7.php:29
- %f %d -> file_get_contents('/tmp/%s') /%s/test7.php:31
+ %f %d -> aaa->a1() /%s/test7.php:27
+ %f %d -> bbb->b1() /%s/test7.php:28
+ %f %d -> aaa->a2() /%s/test7.php:29
+ %f %d -> file_get_contents('/tmp/%s') /%s/test7.php:31

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xdebug/tests/test7b.phpt:1.5 Mon Aug 16 05:59:56 2004 GMT
+++ xdebug/tests/test7b.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -47,7 +47,7 @@
 ?>
 --EXPECTF--
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> aaa->a1() /%s/test7b.php:27
- %f %d -> bbb->b1() /%s/test7b.php:28
- %f %d -> aaa->a2() /%s/test7b.php:29
- %f %d -> file_get_contents('/tmp/%s') /%s/test7b.php:31
+ %f %d -> aaa->a1() /%s/test7b.php:27
+ %f %d -> bbb->b1() /%s/test7b.php:28
+ %f %d -> aaa->a2() /%s/test7b.php:29
+ %f %d -> file_get_contents('/tmp/%s') /%s/test7b.php:31

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xdebug/tests/test8.phpt:1.13 Thu Sep 29 18:50:32 2005 GMT
+++ xdebug/tests/test8.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -112,30 +112,30 @@
 }
 aa2ba
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> a() /%s/test8.php:17
- %f %d -> xdebug_get_function_stack() /%s/test8.php:5
+ %f %d -> a() /%s/test8.php:17
+ %f %d -> xdebug_get_function_stack() /%s/test8.php:5
>=> array (0 => array ('function' => '{main}', 'file' => '/%s/test8.php', 'line' => 0, 'params' => array ()), 1 => array ('function' => 'a', 'file' => '/%s/test8.php', 'line' => 17, 'params' => array ()))
- %f %d -> var_dump(array (0 => array ('function' => '{main}', 'file' => '/%s/test8.php', 'line' => 0, 'params' => array ()), 1 => array ('function' => 'a', 'file' => '/%s/test8.php', 'line' => 17, 'params' => array ()))) /%s/test8.php:5
+ %f %d -> var_dump(array (0 => array ('function' => '{main}', 'file' => '/%s/test8.php', 'line' => 0, 'params' => array ()), 1 => array ('function' => 'a', 'file' => '/%s/test8.php', 'line' => 17, 'params' => array ()))) /%s/test8.php:5
>=> NULL
>=> 'a'
- %f %d -> b(2) /%s/test8.php:17
+ %f %d -> b(2) /%s/test8.php:17
>=> '2b'
- %f %d -> c('a', '2b') /%s/test8.php:17
+ %f %d -> c('a', '2b') /%s/test8.php:17
>=> '2ba'
- %f %d -> a() /%s/test8.php:17
- %f %d -> xdebug_get_function_stack() /%s/test8.php:5
+ %f %d -> a() /%s/test8.php:17
+ %f %d -> xdebug_get_function_stack() /%s/test8.php:5
>=> array (0 => array ('function' => '{main}', 'file' => '/%s/test8.php', 'line' => 0, 'params' => array ()), 1 => array ('function' => 'a', 'file' => '/%s/test8.php', 'line' => 17, 'params' => array ()))
- %f %d -> var_dump(array (0 => array ('function' => '{main}', 'file' => '/%s/test8.php', 'line' => 0, 'params' => array ()), 1 => array ('function' => 'a', 'file' => '/%s/test8.php', 'line' => 17, 'params' => array ()))) /%s/test8.php:5
+ %f %d -> var_dump(array (0 => array ('function' => '{main}', 'file' => '/%s/test8.php', 'line' => 0, 'params' => array ()), 1 => array ('function' => 'a', 'file' => '/%s/test8.php', 'line' => 17, 'params' => array ()))) /%s/test8.php:5
>=> NULL
>=> 'a'
- %f %d -> a() /%s/test8.php:17
- %f %d -> xdebug_get_function_stack() /%s/test8.php:5
+ %f %d -> a() /%s/test8.php:17
+ %f %d -> xdebug_get_function_stack() /%s/test8.php:5
>=> array (0 => array ('function' => '{main}', 'file' => '/%s/test8.php', 'line' => 0, 'params' => array ()), 1 => array ('function' => 'a', 'file' => '/%s/test8.php', 'line' => 17, 'params' => array ()))
- %f %d -> var_dump(array (0 => array ('function' => '{main}', 'file' => '/%s/test8.php', 'line' => 0, 'params' => array ()), 1 => array ('function' => 'a', 'file' => '/%s/test8.php', 'line' => 17, 'params' => array ()))) /%s/test8.php:5
+ %f %d -> var_dump(array (0 => array ('function' => '{main}', 'file' => '/%s/test8.php', 'line' => 0, 'params' => array ()), 1 => array ('function' => 'a', 'file' => '/%s/test8.php', 'line' => 17, 'params' => array ()))) /%s/test8.php:5
>=> NULL
>=> 'a'
- %f %d -> c('a', 'a') /%s/test8.php:17
+ %f %d -> c('a', 'a') /%s/test8.php:17
>=> 'aa'
- %f %d -> c('2ba', 'aa') /%s/test8.php:17
+ %f %d -> c('2ba', 'aa') /%s/test8.php:17
>=> 'aa2ba'
- %f %d -> file_get_contents('/tmp/%s') /%s/test8.php:19
+ %f %d -> file_get_contents('/tmp/%s') /%s/test8.php:19

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xdebug/tests/test9.phpt:1.9 Mon Aug 15 05:30:42 2005 GMT
+++ xdebug/tests/test9.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -35,10 +35,10 @@
 ?>
 --EXPECTF--
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> dbhelper::quote('test\'s') /%s/test9.php:18
- %f %d -> addslashes('test\'s') /%s/test9.php:6
- %f %d -> dbhelper::quote('test\'s') /%s/test9.php:18
- %f %d -> addslashes('test\'s') /%s/test9.php:6
- %f %d -> db->query('insert blah \'test\\\'stest\\\'s\' blah') /%s/test9.php:18
- %f %d -> db->query('insert blah \' blah') /%s/test9.php:19
- %f %d -> file_get_contents('/tmp/%s') /%s/test9.php:20
+ %f %d -> dbhelper::quote('test\'s') /%s/test9.php:18
+ %f %d -> addslashes('test\'s') /%s/test9.php:6
+ %f %d -> dbhelper::quote('test\'s') /%s/test9.php:18
+ %f %d -> addslashes('test\'s') /%s/test9.php:6
+ %f %d -> db->query('insert blah \'test\\\'stest\\\'s\' blah') /%s/test9.php:18
+ %f %d -> db->query('insert blah \' blah') /%s/test9.php:19
+ %f %d -> file_get_contents('/tmp/%s') /%s/test9.php:20

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xdebug/tests/test9b.phpt:1.5 Mon Aug 16 05:59:56 2004 GMT
+++ xdebug/tests/test9b.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -36,10 +36,10 @@
 ?>
 --EXPECTF--
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> DBHelper::quote('test\'s') /%s/test9b.php:18
- %f %d -> addslashes('test\'s') /%s/test9b.php:6
- %f %d -> DBHelper::quote('test\'s') /%s/test9b.php:18
- %f %d -> addslashes('test\'s') /%s/test9b.php:6
- %f %d -> DB->query('insert blah \'test\\\'stest\\\'s\' blah') /%s/test9b.php:18
- %f %d -> DB->query('insert blah \' blah') /%s/test9b.php:19
- %f %d -> file_get_contents('/tmp/%s') /%s/test9b.php:20
+ %f %d -> DBHelper::quote('test\'s') /%s/test9b.php:18
+ %f %d -> addslashes('test\'s') /%s/test9b.php:6
+ %f %d -> DBHelper::quote('test\'s') /%s/test9b.php:18
+ %f %d -> addslashes('test\'s') /%s/test9b.php:6
+ %f %d -> DB->query('insert blah \'test\\\'stest\\\'s\' blah') /%s/test9b.php:18
+ %f %d -> DB->query('insert blah \' blah') /%s/test9b.php:19
+ %f %d -> file_get_contents('/tmp/%s') /%s/test9b.php:20

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xdebug/tests/trace.phpt:1.10 Mon Aug 16 05:59:56 2004 GMT
+++ xdebug/tests/trace.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -37,101 +37,101 @@
 ?>
 --EXPECTF--
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %d -> fibonacci_cache(50) /%s/trace.php:22
- %f %d -> fibonacci_cache(49) /%s/trace.php:16
- %f %d -> fibonacci_cache(48) /%s/trace.php:16
- %f %d -> fibonacci_cache(47) /%s/trace.php:16
- %f %d -> fibonacci_cache(46) /%s/trace.php:16
- %f %d -> fibonacci_cache(45) /%s/trace.php:16
- %f %d -> fibonacci_cache(44) /%s/trace.php:16
- %f %d -> fibonacci_cache(43) /%s/trace.php:16
- %f %d -> fibonacci_cache(42) /%s/trace.php:16
- %f %d -> fibonacci_cache(41) /%s/trace.php:16
- %f %d -> fibonacci_cache(40) /%s/trace.php:16
- %f %d -> fibonacci_cache(39) /%s/trace.php:16
- %f %d -> fibonacci_cache(38) /%s/trace.php:16
- %f %d -> fibonacci_cache(37) /%s/trace.php:16
- %f %d -> fibonacci_cache(36) /%s/trace.php:16
- %f %d -> fibonacci_cache(35) /%s/trace.php:16
- %f %d -> fibonacci_cache(34) /%s/trace.php:16
- %f %d -> fibonacci_cache(33) /%s/trace.php:16
- %f %d -> fibonacci_cache(32) /%s/trace.php:16
- %f %d -> fibonacci_cache(31) /%s/trace.php:16
- %f %d -> fibonacci_cache(30) /%s/trace.php:16
- %f %d -> fibonacci_cache(29) /%s/trace.php:16
- %f %d -> fibonacci_cache(28) /%s/trace.php:16
- %f %d -> fibonacci_cache(27) /%s/trace.php:16
- %f %d -> fibonacci_cache(26) /%s/trace.php:16
- %f %d -> fibonacci_cache(25) /%s/trace.php:16
- %f %d -> fibonacci_cache(24) /%s/trace.php:16
- %f %d -> fibonacci_cache(23) /%s/trace.php:16
- %f %d -> fibonacci_cache(22) /%s/trace.php:16
- %f %d -> fibonacci_cache(21) /%s/trace.php:16
- %f %d -> fibonacci_cache(20) /%s/trace.php:16
- %f %d -> fibonacci_cache(19) /%s/trace.php:16
- %f %d -> fibonacci_cache(18) /%s/trace.php:16
- %f %d -> fibonacci_cache(17) /%s/trace.php:16
- %f %d -> fibonacci_cache(16) /%s/trace.php:16
- %f %d -> fibonacci_cache(15) /%s/trace.php:16
- %f %d -> fibonacci_cache(14) /%s/trace.php:16
- %f %d -> fibonacci_cache(13) /%s/trace.php:16
- %f %d -> fibonacci_cache(12) /%s/trace.php:16
- %f %d -> fibonacci_cache(11) /%s/trace.php:16
- %f %d -> fibonacci_cache(10) /%s/trace.php:16
- %f %d -> fibonacci_cache(9) /%s/trace.php:16
- %f %d -> fibonacci_cache(8) /%s/trace.php:16
- %f %d -> fibonacci_cache(7) /%s/trace.php:16
- %f %d -> fibonacci_cache(6) /%s/trace.php:16
- %f %d -> fibonacci_cache(5) /%s/trace.php:16
- %f %d -> fibonacci_cache(4) /%s/trace.php:16
- %f %d -> fibonacci_cache(3) /%s/trace.php:16
- %f %d -> fibonacci_cache(2) /%s/trace.php:16
- %f %d -> fibonacci_cache(1) /%s/trace.php:16
- %f %d -> fibonacci_cache(2) /%s/trace.php:16
- %f %d -> fibonacci_cache(3) /%s/trace.php:16
- %f %d -> fibonacci_cache(4) /%s/trace.php:16
- %f %d -> fibonacci_cache(5) /%s/trace.php:16
- %f %d -> fibonacci_cache(6) /%s/trace.php:16
- %f %d -> fibonacci_cache(7) /%s/trace.php:16
- %f %d -> fibonacci_cache(8) /%s/trace.php:16
- %f %d -> fibonacci_cache(9) /%s/trace.php:16
- %f %d -> fibonacci_cache(10) /%s/trace.php:16
- %f %d -> fibonacci_cache(11) /%s/trace.php:16
- %f %d -> fibonacci_cache(12) /%s/trace.php:16
- %f %d -> fibonacci_cache(13) /%s/trace.php:16
- %f %d -> fibonacci_cache(14) /%s/trace.php:16
- %f %d -> fibonacci_cache(15) /%s/trace.php:16
- %f %d -> fibonacci_cache(16) /%s/trace.php:16
- %f %d -> fibonacci_cache(17) /%s/trace.php:16
- %f %d -> fibonacci_cache(18) /%s/trace.php:16
- %f %d -> fibonacci_cache(19) /%s/trace.php:16
- %f %d -> fibonacci_cache(20) /%s/trace.php:16
- %f %d -> fibonacci_cache(21) /%s/trace.php:16
- %f %d -> fibonacci_cache(22) /%s/trace.php:16
- %f %d -> fibonacci_cache(23) /%s/trace.php:16
- %f %d -> fibonacci_cache(24) /%s/trace.php:16
- %f %d -> fibonacci_cache(25) /%s/trace.php:16
- %f %d -> fibonacci_cache(26) /%s/trace.php:16
- %f %d -> fibonacci_cache(27) /%s/trace.php:16
- %f %d -> fibonacci_cache(28) /%s/trace.php:16
- %f %d -> fibonacci_cache(29) /%s/trace.php:16
- %f %d -> fibonacci_cache(30) /%s/trace.php:16
- %f %d -> fibonacci_cache(31) /%s/trace.php:16
- %f %d -> fibonacci_cache(32) /%s/trace.php:16
- %f %d -> fibonacci_cache(33) /%s/trace.php:16
- %f %d -> fibonacci_cache(34) /%s/trace.php:16
- %f %d -> fibonacci_cache(35) /%s/trace.php:16
- %f %d -> fibonacci_cache(36) /%s/trace.php:16
- %f %d -> fibonacci_cache(37) /%s/trace.php:16
- %f %d -> fibonacci_cache(38) /%s/trace.php:16
- %f %d -> fibonacci_cache(39) /%s/trace.php:16
- %f %d -> fibonacci_cache(40) /%s/trace.php:16
- %f %d -> fibonacci_cache(41) /%s/trace.php:16
- %f %d -> fibonacci_cache(42) /%s/trace.php:16
- %f %d -> fibonacci_cache(43) /%s/trace.php:16
- %f %d -> fibonacci_cache(44) /%s/trace.php:16
- %f %d -> fibonacci_cache(45) /%s/trace.php:16
- %f %d -> fibonacci_cache(46) /%s/trace.php:16
- %f %d -> fibonacci_cache(47) /%s/trace.php:16
- %f %d -> fibonacci_cache(48) /%s/trace.php:16
- %f %d -> file_get_contents('/tmp/%s') /%s/trace.php:23
+ %f %d -> fibonacci_cache(50) /%s/trace.php:22
+ %f %d -> fibonacci_cache(49) /%s/trace.php:16
+ %f %d -> fibonacci_cache(48) /%s/trace.php:16
+ %f %d -> fibonacci_cache(47) /%s/trace.php:16
+ %f %d -> fibonacci_cache(46) /%s/trace.php:16
+ %f %d -> fibonacci_cache(45) /%s/trace.php:16
+ %f %d -> fibonacci_cache(44) /%s/trace.php:16
+ %f %d -> fibonacci_cache(43) /%s/trace.php:16
+ %f %d -> fibonacci_cache(42) /%s/trace.php:16
+ %f %d -> fibonacci_cache(41) /%s/trace.php:16
+ %f %d -> fibonacci_cache(40) /%s/trace.php:16
+ %f %d -> fibonacci_cache(39) /%s/trace.php:16
+ %f %d -> fibonacci_cache(38) /%s/trace.php:16
+ %f %d -> fibonacci_cache(37) /%s/trace.php:16
+ %f %d -> fibonacci_cache(36) /%s/trace.php:16
+ %f %d -> fibonacci_cache(35) /%s/trace.php:16
+ %f %d -> fibonacci_cache(34) /%s/trace.php:16
+ %f %d -> fibonacci_cache(33) /%s/trace.php:16
+ %f %d -> fibonacci_cache(32) /%s/trace.php:16
+ %f %d -> fibonacci_cache(31) /%s/trace.php:16
+ %f %d -> fibonacci_cache(30) /%s/trace.php:16
+ %f %d -> fibonacci_cache(29) /%s/trace.php:16
+ %f %d -> fibonacci_cache(28) /%s/trace.php:16
+ %f %d -> fibonacci_cache(27) /%s/trace.php:16
+ %f %d -> fibonacci_cache(26) /%s/trace.php:16
+ %f %d -> fibonacci_cache(25) /%s/trace.php:16
+ %f %d -> fibonacci_cache(24) /%s/trace.php:16
+ %f %d -> fibonacci_cache(23) /%s/trace.php:16
+ %f %d -> fibonacci_cache(22) /%s/trace.php:16
+ %f %d -> fibonacci_cache(21) /%s/trace.php:16
+ %f %d -> fibonacci_cache(20) /%s/trace.php:16
+ %f %d -> fibonacci_cache(19) /%s/trace.php:16
+ %f %d -> fibonacci_cache(18) /%s/trace.php:16
+ %f %d -> fibonacci_cache(17) /%s/trace.php:16
+ %f %d -> fibonacci_cache(16) /%s/trace.php:16
+ %f %d -> fibonacci_cache(15) /%s/trace.php:16
+ %f %d -> fibonacci_cache(14) /%s/trace.php:16
+ %f %d -> fibonacci_cache(13) /%s/trace.php:16
+ %f %d -> fibonacci_cache(12) /%s/trace.php:16
+ %f %d -> fibonacci_cache(11) /%s/trace.php:16
+ %f %d -> fibonacci_cache(10) /%s/trace.php:16
+ %f %d -> fibonacci_cache(9) /%s/trace.php:16
+ %f %d -> fibonacci_cache(8) /%s/trace.php:16
+ %f %d -> fibonacci_cache(7) /%s/trace.php:16
+ %f %d -> fibonacci_cache(6) /%s/trace.php:16
+ %f %d -> fibonacci_cache(5) /%s/trace.php:16
+ %f %d -> fibonacci_cache(4) /%s/trace.php:16
+ %f %d -> fibonacci_cache(3) /%s/trace.php:16
+ %f %d -> fibonacci_cache(2) /%s/trace.php:16
+ %f %d -> fibonacci_cache(1) /%s/trace.php:16
+ %f %d -> fibonacci_cache(2) /%s/trace.php:16
+ %f %d -> fibonacci_cache(3) /%s/trace.php:16
+ %f %d -> fibonacci_cache(4) /%s/trace.php:16
+ %f %d -> fibonacci_cache(5) /%s/trace.php:16
+ %f %d -> fibonacci_cache(6) /%s/trace.php:16
+ %f %d -> fibonacci_cache(7) /%s/trace.php:16
+ %f %d -> fibonacci_cache(8) /%s/trace.php:16
+ %f %d -> fibonacci_cache(9) /%s/trace.php:16
+ %f %d -> fibonacci_cache(10) /%s/trace.php:16
+ %f %d -> fibonacci_cache(11) /%s/trace.php:16
+ %f %d -> fibonacci_cache(12) /%s/trace.php:16
+ %f %d -> fibonacci_cache(13) /%s/trace.php:16
+ %f %d -> fibonacci_cache(14) /%s/trace.php:16
+ %f %d -> fibonacci_cache(15) /%s/trace.php:16
+ %f %d -> fibonacci_cache(16) /%s/trace.php:16
+ %f %d -> fibonacci_cache(17) /%s/trace.php:16
+ %f %d -> fibonacci_cache(18) /%s/trace.php:16
+ %f %d -> fibonacci_cache(19) /%s/trace.php:16
+ %f %d -> fibonacci_cache(20) /%s/trace.php:16
+ %f %d -> fibonacci_cache(21) /%s/trace.php:16
+ %f %d -> fibonacci_cache(22) /%s/trace.php:16
+ %f %d -> fibonacci_cache(23) /%s/trace.php:16
+ %f %d -> fibonacci_cache(24) /%s/trace.php:16
+ %f %d -> fibonacci_cache(25) /%s/trace.php:16
+ %f %d -> fibonacci_cache(26) /%s/trace.php:16
+ %f %d -> fibonacci_cache(27) /%s/trace.php:16
+ %f %d -> fibonacci_cache(28) /%s/trace.php:16
+ %f %d -> fibonacci_cache(29) /%s/trace.php:16
+ %f %d -> fibonacci_cache(30) /%s/trace.php:16
+ %f %d -> fibonacci_cache(31) /%s/trace.php:16
+ %f %d -> fibonacci_cache(32) /%s/trace.php:16
+ %f %d -> fibonacci_cache(33) /%s/trace.php:16
+ %f %d -> fibonacci_cache(34) /%s/trace.php:16
+ %f %d -> fibonacci_cache(35) /%s/trace.php:16
+ %f %d -> fibonacci_cache(36) /%s/trace.php:16
+ %f %d -> fibonacci_cache(37) /%s/trace.php:16
+ %f %d -> fibonacci_cache(38) /%s/trace.php:16
+ %f %d -> fibonacci_cache(39) /%s/trace.php:16
+ %f %d -> fibonacci_cache(40) /%s/trace.php:16
+ %f %d -> fibonacci_cache(41) /%s/trace.php:16
+ %f %d -> fibonacci_cache(42) /%s/trace.php:16
+ %f %d -> fibonacci_cache(43) /%s/trace.php:16
+ %f %d -> fibonacci_cache(44) /%s/trace.php:16
+ %f %d -> fibonacci_cache(45) /%s/trace.php:16
+ %f %d -> fibonacci_cache(46) /%s/trace.php:16
+ %f %d -> fibonacci_cache(47) /%s/trace.php:16
+ %f %d -> fibonacci_cache(48) /%s/trace.php:16
+ %f %d -> file_get_contents('/tmp/%s') /%s/trace.php:23

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xdebug/tests/xdebug_var_dump.phpt:1.2 Thu Aug 11 09:43:08 2005 GMT
+++ xdebug/tests/xdebug_var_dump.phpt Fri Dec 30 12:35:45 2005 GMT
@@ -48,8 +48,8 @@
       'mon' <font color='#777777'>=&gt;</font> <font color='#00bb00'>8</font>
       'year' <font color='#777777'>=&gt;</font> <font color='#00bb00'>2004</font>
       'yday' <font color='#777777'>=&gt;</font> <font color='#00bb00'>226</font>
- 'weekday' <font color='#777777'>=&gt;</font> <font color='#bb00bb'>'Saturday'</font>
- 'month' <font color='#777777'>=&gt;</font> <font color='#bb00bb'>'August'</font>
+ 'weekday' <font color='#777777'>=&gt;</font> <font color='#bb00bb'>'Saturday'</font> <i>(length=8)</i>
+ 'month' <font color='#777777'>=&gt;</font> <font color='#bb00bb'>'August'</font> <i>(length=6)</i>
       0 <font color='#777777'>=&gt;</font> <font color='#00bb00'>1092515106</font>
- <i>public</i> 'date' <font color='#777777'>=&gt;</font> <font color='#bb00bb'>'2004-08-14 22:25:06 CEST'</font>
+ <i>public</i> 'date' <font color='#777777'>=&gt;</font> <font color='#bb00bb'>'2004-08-14 22:25:06 CEST'</font> <i>(length=24)</i>
 </pre>
Received on Fri Dec 30 2005 - 14:35:51 GMT

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