Deleted: xdebug/branches/xdebug_2_1/tests/bug00022-ze1.phpt =================================================================== --- xdebug/branches/xdebug_2_1/tests/bug00022-ze1.phpt 2010-11-03 01:07:34 UTC (rev 3362) +++ xdebug/branches/xdebug_2_1/tests/bug00022-ze1.phpt 2010-11-03 01:10:13 UTC (rev 3363) @@ -1,49 +0,0 @@ ---TEST-- -Test for segmentation fault with xdebug_get_function_stack() and collect_params=1. (ZE1) ---SKIPIF-- - -')) echo "skip Zend Engine 1 needed\n"; ?> ---INI-- -xdebug.enable=1 -xdebug.auto_trace=0 -xdebug.collect_params=1 -xdebug.collect_assignments=0 -xdebug.profiler_enable=0 ---FILE-- - ---EXPECTF-- -bararray(2) { - [0]=> - array(4) { - ["function"]=> - string(6) "{main}" - ["file"]=> - string(%d) "/%s/bug00022-ze1.php" - ["line"]=> - int(0) - ["params"]=> - array(0) { - } - } - [1]=> - array(4) { - ["function"]=> - string(3) "foo" - ["file"]=> - string(%d) "/%s/bug00022-ze1.php" - ["line"]=> - int(7) - ["params"]=> - array(1) { - [0]=> - string(5) "'bar'" - } - } -} Deleted: xdebug/branches/xdebug_2_1/tests/bug00032-ze1.phpt =================================================================== --- xdebug/branches/xdebug_2_1/tests/bug00032-ze1.phpt 2010-11-03 01:07:34 UTC (rev 3362) +++ xdebug/branches/xdebug_2_1/tests/bug00032-ze1.phpt 2010-11-03 01:10:13 UTC (rev 3363) @@ -1,56 +0,0 @@ ---TEST-- -Test for segmentation fault with unusual variables (ZE1) ---SKIPIF-- - -')) echo "skip Zend Engine 1 needed\n"; ?> ---INI-- -xdebug.default_enable=1 -xdebug.auto_trace=0 -xdebug.collect_params=1 -xdebug.collect_assignments=0 -xdebug.profiler_enable=0 -xdebug.show_local_vars=0 -xdebug.dump_globals=0 ---FILE-- - ---EXPECTF-- -foo -foo - -Notice: Array to string conversion in %sbug00032-ze1.php on line 8 - -Call Stack: - %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 - -foo - -Notice: Object to string conversion in %sbug00032-ze1.php on line 11 - -Call Stack: - %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 - -foo Deleted: xdebug/branches/xdebug_2_1/tests/bug00057-ze1.phpt =================================================================== --- xdebug/branches/xdebug_2_1/tests/bug00057-ze1.phpt 2010-11-03 01:07:34 UTC (rev 3362) +++ xdebug/branches/xdebug_2_1/tests/bug00057-ze1.phpt 2010-11-03 01:10:13 UTC (rev 3363) @@ -1,54 +0,0 @@ ---TEST-- -Test for bug #57: Crash with overloading functions (ZE1) ---SKIPIF-- - -')) echo "skip Zend Engine 1 needed\n"; ?> ---INI-- -xdebug.default_enable=1 -xdebug.auto_trace=0 -xdebug.collect_params=1 -xdebug.collect_return=0 -xdebug.collect_assignments=0 -xdebug.show_mem_delta=0 -xdebug.profiler_enable=0 -xdebug.show_local_vars=0 -xdebug.dump_globals=0 ---FILE-- - 9, 'c' => 42); - - // Callback method for executing a method - function __call($function, $params) - { - echo strlen($params[0]); - } -} - -// Here we overload the OO object -overload('OO'); - -$o = new OO; - -echo $o->foo('80'); - -?> ---EXPECTF-- -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(string(2), array(0), null) /%s/bug00057-ze1.php:0 - -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 - -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 Deleted: xdebug/branches/xdebug_2_1/tests/bug00212a-ze1.phpt =================================================================== --- xdebug/branches/xdebug_2_1/tests/bug00212a-ze1.phpt 2010-11-03 01:07:34 UTC (rev 3362) +++ xdebug/branches/xdebug_2_1/tests/bug00212a-ze1.phpt 2010-11-03 01:10:13 UTC (rev 3363) @@ -1,40 +0,0 @@ ---TEST-- -Test for bug #212: coverage coverage inaccurate (ZE1). ---SKIPIF-- - -')) echo "skip Zend Engine 1 needed\n"; ?> ---INI-- -xdebug.default_enable=1 -xdebug.auto_trace=0 -xdebug.trace_options=0 -xdebug.trace_output_dir=/tmp -xdebug.collect_params=1 -xdebug.collect_return=0 -xdebug.auto_profile=0 -xdebug.profiler_enable=0 -xdebug.dump_globals=0 -xdebug.show_mem_delta=0 -xdebug.trace_format=0 -xdebug.extended_info=1 ---FILE-- - ---EXPECT-- -array(5) { - [5]=> - int(1) - [7]=> - int(1) - [9]=> - int(1) - [10]=> - int(-1) - [12]=> - int(1) -} Deleted: xdebug/branches/xdebug_2_1/tests/local_vars_in_error-ze1.phpt =================================================================== --- xdebug/branches/xdebug_2_1/tests/local_vars_in_error-ze1.phpt 2010-11-03 01:07:34 UTC (rev 3362) +++ xdebug/branches/xdebug_2_1/tests/local_vars_in_error-ze1.phpt 2010-11-03 01:10:13 UTC (rev 3363) @@ -1,36 +0,0 @@ ---TEST-- -Test with showing local variables on errors (ZE1) ---SKIPIF-- - -')) echo "skip Zend Engine 1 needed\n"; ?> ---INI-- -xdebug.default_enable=1 -xdebug.auto_trace=0 -xdebug.collect_params=1 -xdebug.auto_profile=0 -xdebug.profiler_enable=0 -xdebug.dump_globals=0 -xdebug.show_local_vars=1 ---FILE-- - ---EXPECTF-- -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(long, long) /%s/local_vars_in_error-ze1.php:8 - - -Variables in local scope (#2): - $d = class stdClass { } - $a = 5 - $c = array (0 => 5, 1 => 36) - $b = 6 Deleted: xdebug/branches/xdebug_2_1/tests/test10.phpt =================================================================== --- xdebug/branches/xdebug_2_1/tests/test10.phpt 2010-11-03 01:07:34 UTC (rev 3362) +++ xdebug/branches/xdebug_2_1/tests/test10.phpt 2010-11-03 01:10:13 UTC (rev 3363) @@ -1,45 +0,0 @@ ---TEST-- -Test for nested indirect function call ---SKIPIF-- - -=')) echo "skip Zend Engine 1 needed\n"; ?> ---INI-- -xdebug.enable=1 -xdebug.auto_trace=0 -xdebug.collect_params=1 -xdebug.collect_return=0 -xdebug.collect_assignments=0 -xdebug.auto_profile=0 -xdebug.profiler_enable=0 -xdebug.trace_format=0 ---FILE-- - ---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