pdt icon indicating copy to clipboard operation
pdt copied to clipboard

PHP Development Tools project (PDT)

Results 170 pdt issues
Sort by recently updated
recently updated
newest added

$argv and $argc are global variables when php-cli is invoked, but the linter doesn't know about these 2 magic variables. as a workaround, cli scripts can currently do ```php #!/usr/bin/env...

enhancement

**Describe the bug** In PHP Editor in a PHP file in horizontally split editor when deleting even one character in one half it scrolls the other half to the same...

bug

**Describe the bug** Auto-formatting (by Ctrl-Shift-F) of embed JavaScript inside .php file is not working. **Describe the eclipse environment** PHP 2021-06 and WildWebDeveloper **Describe your system** - OS: Windows 10...

enhancement

Described as here -> https://bugs.eclipse.org/bugs/show_bug.cgi?id=574442

bug

Hello ! Since 2020-03 and then still present in 2020-06 when I write a closure using short arrow syntax (PHP >= 7.4), closure arguments raise a `Variable {$foo} is undefined`...

bug

It always bothered me, and I never took the time to write an issue for this, but whenever I use the "Find references" feature over a class or interface, it...

bug

"Build project" option from Eclipse doesn't really make sense for most PHP projects. And when we trigger it, the operation is blocking and prevent using the IDE until it finishes....

enhancement

**Describe the bug** When I use the class `org.eclipse.php.core.ast.nodes.ASTParser` to parse the PHP source code into an AST Program, and use `org.eclipse.php.core.ast.visitor.AbstractVisitor` to traverse the Program AST, I found all...

enhancement

**Describe the bug** The composer.json file editor is unexpectedly reformatting its source code every time you open it. The first thing you notice is the asterisk `*` indicating that the...

bug

**Is your feature request related to a problem? Please describe.** Without the console output there is no indication at all that tests returned warnings, skipped or incomplete. These might make...

enhancement