Skip to content

Commit

Permalink
fix EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek authored and derickr committed Jul 20, 2020
1 parent 320d06d commit 570c11e
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 30 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/tests/debugger/bug00627-symlink.inc -text -filter
/tests/develop/bug00744.phpt -text -filter
22 changes: 11 additions & 11 deletions compile.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
set HOMEDRIVE=C:
set HOMEPATH=\
d:
cd \php\xdebug
d:\cvs upd -dP

nmake /f xdebug_4_3.mak "CFG=xdebug - Win32 Release_TS" clean all
copy Release_TS\php_xdebug.dll c:\xdebug-4.3-2.0dev.dll

nmake /f xdebug.mak "CFG=xdebug - Win32 Release_TS" clean all
copy Release_TS\php_xdebug.dll c:\xdebug-5.0-2.0dev.dll
set HOMEDRIVE=C:
set HOMEPATH=\
d:
cd \php\xdebug
d:\cvs upd -dP

nmake /f xdebug_4_3.mak "CFG=xdebug - Win32 Release_TS" clean all
copy Release_TS\php_xdebug.dll c:\xdebug-4.3-2.0dev.dll

nmake /f xdebug.mak "CFG=xdebug - Win32 Release_TS" clean all
copy Release_TS\php_xdebug.dll c:\xdebug-5.0-2.0dev.dll
2 changes: 1 addition & 1 deletion tests/debugger/bug01335.inc
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ class C

$b = new B();

$x = 1; // Breakpoint me, and inspect $b->*TestA\TestB\TestC\A*data1->items
$x = 1; // Breakpoint me, and inspect $b->*TestA\TestB\TestC\A*data1->items
24 changes: 12 additions & 12 deletions tests/debugger/bug01753-PageIndex.inc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php
class PageIndex extends SkeletonPage
{




public function getData()
{
$var = 1;
}
}
<?php
class PageIndex extends SkeletonPage
{




public function getData()
{
$var = 1;
}
}
2 changes: 1 addition & 1 deletion tests/debugger/bug01753-SkeletonPage.inc
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ class SkeletonPage
protected function func()
{
}
}
}
10 changes: 5 additions & 5 deletions tests/debugger/bug01753.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
require_once(__DIR__ . '/bug01753-SkeletonPage.inc');
require_once(__DIR__ . '/bug01753-PageIndex.inc');
$page = new PageIndex();
$page->getData();
<?php
require_once(__DIR__ . '/bug01753-SkeletonPage.inc');
require_once(__DIR__ . '/bug01753-PageIndex.inc');
$page = new PageIndex();
$page->getData();

0 comments on commit 570c11e

Please sign in to comment.