-
This is a tracking issue for PHP 8.4 status.
* [x] PHP 8.4
* [x] Create a new package for PHP 8.4.0alpha1
* [x] Update the package with PHP 8.4.0alpha2 (when available)
* [x] Upload to php…
-
const parser = new engine({
// some options :
parser: {
extractDoc: true,
php7: true,
},
ast: {
withPositions: true,
},
});
// Load a static file (Note: this file sho…
-
PHP 8.3.7 on Win10Pro
Phan 5.4.3
php-ast 1.1.1
steps to reproduce problem:
1. install phan according to instructions
2. keep default configuration
3. scan code base including PhpOffice/PhpS…
-
Implementing our own validation provider using the php-parser's AST errors would allow us to show multiple errors in a file, and for all files in the workspace.
This would also remove the need for …
-
` "debugMessage": "rynpsc\\phonenumber\\models\\PhoneNumberModel::formatForMobileDialing(): Argument #1 ($region) must be of type string, null given, called in /var/www/html/vendor/rynpsc/craft-p…
-
AST Metrics aims to become a leading, language-agnostic, user-friendly, and educational code analyzer.
This is my first project in Go, and I'm completely new to the language. Contributions are high…
-
# Bug report
### What I did
Let's have a CRUD controller with these fields:
```
[
'name' => 'cover',
'type' => 'image',
'labe…
-
The class diagram SVG is not generated, only classes.html. This still worked correctly in v3.4.3.
## Expected behavior
A successfully generated class diagram.
## Actual behavior
Log excerp…
-
Input php code
```php
-
# Bug report
PhpMetrics v2.7.4
...PHP Fatal error: Uncaught Error: Xdebug has detected a possible infinite loop, and aborted your script with a stack depth of '3000' frames in /third_party/niki…