File tree Expand file tree Collapse file tree 6 files changed +32
-30
lines changed
Expand file tree Collapse file tree 6 files changed +32
-30
lines changed Original file line number Diff line number Diff line change 1+ /tests /debugger /bug00627-symlink.inc - text - filter
2+ /tests /develop /bug00744.phpt - text - filter
Original file line number Diff line number Diff line change 1- set HOMEDRIVE = C:
2- set HOMEPATH = \
3- d:
4- cd \php\xdebug
5- d:\cvs upd -dP
6-
7- nmake /f xdebug_4_3.mak " CFG=xdebug - Win32 Release_TS" clean all
8- copy Release_TS\php_xdebug.dll c:\xdebug-4.3-2.0dev.dll
9-
10- nmake /f xdebug.mak " CFG=xdebug - Win32 Release_TS" clean all
11- copy Release_TS\php_xdebug.dll c:\xdebug-5.0-2.0dev.dll
1+ set HOMEDRIVE = C:
2+ set HOMEPATH = \
3+ d:
4+ cd \php\xdebug
5+ d:\cvs upd -dP
6+
7+ nmake /f xdebug_4_3.mak " CFG=xdebug - Win32 Release_TS" clean all
8+ copy Release_TS\php_xdebug.dll c:\xdebug-4.3-2.0dev.dll
9+
10+ nmake /f xdebug.mak " CFG=xdebug - Win32 Release_TS" clean all
11+ copy Release_TS\php_xdebug.dll c:\xdebug-5.0-2.0dev.dll
Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ class C
3636
3737$ b = new B ();
3838
39- $ x = 1 ; // Breakpoint me, and inspect $b->*TestA\TestB\TestC\A*data1->items
39+ $ x = 1 ; // Breakpoint me, and inspect $b->*TestA\TestB\TestC\A*data1->items
Original file line number Diff line number Diff line change 1- <?php
2- class PageIndex extends SkeletonPage
3- {
4-
5-
6-
7-
8- public function getData ()
9- {
10- $ var = 1 ;
11- }
12- }
1+ <?php
2+ class PageIndex extends SkeletonPage
3+ {
4+
5+
6+
7+
8+ public function getData ()
9+ {
10+ $ var = 1 ;
11+ }
12+ }
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ class SkeletonPage
99 protected function func ()
1010 {
1111 }
12- }
12+ }
Original file line number Diff line number Diff line change 1- <?php
2- require_once (__DIR__ . '/bug01753-SkeletonPage.inc ' );
3- require_once (__DIR__ . '/bug01753-PageIndex.inc ' );
4- $ page = new PageIndex ();
5- $ page ->getData ();
1+ <?php
2+ require_once (__DIR__ . '/bug01753-SkeletonPage.inc ' );
3+ require_once (__DIR__ . '/bug01753-PageIndex.inc ' );
4+ $ page = new PageIndex ();
5+ $ page ->getData ();
You can’t perform that action at this time.
0 commit comments