Bug 538028 - [PHPUnit] Can't debug because PHPUnitLogger.php contains arrays in short syntax
Summary: [PHPUnit] Can't debug because PHPUnitLogger.php contains arrays in short syntax
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PHP Debug CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-17 04:54 EDT by Michele Locati CLA
Modified: 2020-05-14 11:25 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michele Locati CLA 2018-08-17 04:54:19 EDT
I do agree that short array syntax is available since PHP 5.4 and we shouldn't absolutely work with such old PHP versions, but I have a project which still supports PHP 5.3 and I can't debug it because PHPUnitLogger.php initializes arrays with the short syntax.

I'm going to submit a change to fix this.
Comment 1 Eclipse Genie CLA 2018-08-17 04:57:34 EDT
New Gerrit change created: https://git.eclipse.org/r/127563
Comment 3 Dawid Pakula CLA 2018-08-20 04:19:09 EDT
Thanks!