[xdebug-dev] xdebug timelib/timelib.h timelib/unixtime2tm.c xdebug/tests/test_class.inc xdebug/tests/test2a.php xdebug/tests/test9a.php xdebug/tests/test_class.php xdebug/tests/test_memory.php xdebug/tests/.cvsignore xdebug/tests/test1.phpt - Implemented FR #114: Rename tests/*.php to tests/*.inc

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Fri, 23 Sep 2005 10:35:37 +0200

Date: Fri Sep 23 10:35:36 CEST 2005
User: Derick Rethans
Directory: xdebug

Log Message:
[0.10]
- Implemented FR #114: Rename tests/*.php to tests/*.inc

Deleted files:
           xdebug/tests/test2a.php (last version: 1.1)
           xdebug/tests/test9a.php (last version: 1.2)
           xdebug/tests/test_class.php (last version: 1.2)
           xdebug/tests/test_memory.php (last version: 1.1)
Modified files:
           xdebug/tests/.cvsignore (version: 1.5)
           xdebug/tests/test1.phpt (version: 1.15)
Added files:
           xdebug/tests/test_class.inc (new version: 1.1)

[FILE: /xdebug/tests/test_class.inc]

<?php
        class een {
                function hang ()
                {
// not_existent();
                }

                function foo2 ()
                {
                        $this->hang();
                }
        }
?>

[FILE: /xdebug/tests/.cvsignore]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xdebug/tests/.cvsignore:1.4 Mon Aug 25 09:18:02 2003 GMT
+++ xdebug/tests/.cvsignore Fri Sep 23 06:35:36 2005 GMT
@@ -2,6 +2,5 @@
 *.log
 *.out
 *.exp
-*.php
 *.swp
 phpt.*

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

===================================================================
RCS file: cvstemp,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xdebug/tests/test1.phpt:1.14 Mon Aug 16 05:59:56 2004 GMT
+++ xdebug/tests/test1.phpt Fri Sep 23 06:35:36 2005 GMT
@@ -19,7 +19,7 @@
                 return $b;
         }
 
- include ('test_class.php');
+ include ('test_class.inc');
 
         echo foo(5), "\n";
         echo file_get_contents($tf);
@@ -28,8 +28,8 @@
 --EXPECTF--
 15
 TRACE START [%d-%d-%d %d:%d:%d]
- %f %i -> include(/%s/test_class.php) /%s/test1.php:11
+ %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.php:10
+ %f %i -> een->hang() /%s/test_class.inc:10
     %f %d -> file_get_contents('/tmp/%s') /%s/test1.php:14
Received on Fri Sep 23 2005 - 10:35:40 BST

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