Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / nikic/PHP-Parser issues and pull requests

#1039 - More precise `toLowerString()` return type

Pull Request - State: closed - Opened by staabm 19 days ago

#1038 - Allow TRUE instead of \TRUE

Pull Request - State: closed - Opened by chx about 1 month ago - 3 comments

#1037 - Document ClassLike/FunctionLike conversions

Pull Request - State: open - Opened by chx about 1 month ago

#1036 - Not possible to parse stubs with function exit() and die() (PHP 8.4 change)

Issue - State: closed - Opened by ondrejmirtes about 2 months ago - 2 comments

#1035 - SubNodeNames are known at static analysis time

Pull Request - State: open - Opened by staabm about 2 months ago - 3 comments

#1034 - Makefile works on windows

Pull Request - State: closed - Opened by staabm about 2 months ago

#1033 - Add `Node->getSubNodes()`

Issue - State: open - Opened by staabm about 2 months ago - 1 comment

#1032 - Add Property::isVirtual()

Issue - State: open - Opened by JanTvrdik about 2 months ago - 2 comments

#1031 - Fatal error when trying to run a code coverage report

Issue - State: open - Opened by GiantCoder about 2 months ago - 4 comments

#1029 - Fix protected property type error from ParserAbstract on Php8.php on 4.19.3

Pull Request - State: closed - Opened by samsonasik about 2 months ago - 5 comments

#1025 - Update FAQ.markdown to use addVisitor instead of constructor.

Pull Request - State: closed - Opened by chx 2 months ago - 3 comments

#1023 - Undefined constant PhpParser\Node\Expr\List_::KIND_LIST

Issue - State: closed - Opened by gabrielrbarbosa 2 months ago - 6 comments

#1022 - Weird token issue reproduction

Pull Request - State: closed - Opened by ondrejmirtes 3 months ago - 4 comments

#1021 - LiteralArrayItem uses wrong PhpParser's ArrayItem

Issue - State: closed - Opened by sharkodlak 3 months ago - 2 comments

#1020 - Suggestion: Add support for PHPUnit 11

Issue - State: closed - Opened by ThomasLandauer 3 months ago - 2 comments

#1019 - Appending an array item to another one doesn't work as expected

Issue - State: closed - Opened by simonschaufi 3 months ago - 5 comments

#1017 - PHP 8.4 deprecation warning

Issue - State: closed - Opened by alecpl 3 months ago - 4 comments

#1016 - chore: fix comment

Pull Request - State: closed - Opened by evenevent 3 months ago

#1014 - Hexadecimal representation of strings

Issue - State: closed - Opened by sergio-fferreira 4 months ago - 2 comments

#1012 - Fix the invalid JSON structure

Pull Request - State: closed - Opened by AmirrezaNasiri 4 months ago

#1011 - NameResolver will not work on Throws subnodes

Issue - State: closed - Opened by maddy2101 5 months ago - 3 comments

#1010 - How to create an array item with a boolean value?

Issue - State: closed - Opened by fsuter 5 months ago - 2 comments

#1009 - Inconsistent parens behaviour for ternary

Issue - State: closed - Opened by dkarlovi 5 months ago

#1008 - Allow opting in to multiline arrays explicitly

Issue - State: open - Opened by dkarlovi 5 months ago - 7 comments

#1007 - Preserve heredoc/nowdoc formatting

Issue - State: closed - Opened by theofidry 5 months ago - 12 comments

#1006 - Fix a typo: Dereferencable to Dereferenceable

Pull Request - State: closed - Opened by rainx 6 months ago - 1 comment

#1005 - Spelling issue: dereferenceable vs dereferencable

Issue - State: closed - Opened by rainx 6 months ago - 1 comment

#1004 - Fix a typo: `Dereferenceing` to `Dereferencing`

Pull Request - State: closed - Opened by rainx 6 months ago

#1003 - fix: Fix PrettyPrinterAbstract param PHPDoc

Pull Request - State: open - Opened by theofidry 6 months ago

#1002 - Specific docblock not parsed after upgrading to 5.0

Issue - State: closed - Opened by antiftw 6 months ago - 2 comments

#1000 - Update actions/checkout to v4

Pull Request - State: closed - Opened by jorgsowa 6 months ago

#999 - Attempted to load class \"LNumber\" ...

Issue - State: closed - Opened by jorismak 6 months ago - 1 comment

#998 - Adjust tests to PHPUnit 10

Pull Request - State: closed - Opened by jorgsowa 7 months ago - 4 comments

#997 - Add missing void return types

Pull Request - State: closed - Opened by jorgsowa 7 months ago

#996 - parse `$result = &($context->getPageData());` not ok,have any idea ?

Issue - State: closed - Opened by dengyl2018 7 months ago - 2 comments

#995 - Add getTypeNode and toString to Param for getting more infos

Pull Request - State: closed - Opened by gseidel 7 months ago - 3 comments

#994 - Confusing docs about the usage of NodeTraverser

Issue - State: closed - Opened by Disservin 7 months ago

#993 - Declare more precise phpdoc types

Pull Request - State: closed - Opened by staabm 8 months ago - 7 comments

#991 - Error "Syntax error, unexpected EOF on line" when parse valid php file

Issue - State: closed - Opened by gromdron 8 months ago - 1 comment

#990 - Is there a way to modify or remove comments?

Issue - State: closed - Opened by jokey35 8 months ago - 1 comment

#989 - Make phpunit fail on deprecation warnings

Pull Request - State: closed - Opened by staabm 8 months ago - 6 comments

#988 - CI: try raising error_reporting

Pull Request - State: closed - Opened by staabm 8 months ago

#985 - Prevent off-by-one errors in line-number related methods

Pull Request - State: closed - Opened by staabm 9 months ago

#984 - Do not use implicitly nullable parameters

Pull Request - State: closed - Opened by sebastianbergmann 9 months ago

#983 - Update `PhpVersion::getNewestSupported()` to PHP 8.3

Pull Request - State: closed - Opened by buismaarten 9 months ago

#981 - TokenPolyfill issue on PHP 7.4 platform

Issue - State: closed - Opened by llaville 9 months ago - 25 comments

#979 - Appending new statements

Issue - State: closed - Opened by sergio-fferreira 10 months ago - 2 comments

#978 - Parse arbitrary expressions

Issue - State: closed - Opened by sergio-fferreira 10 months ago - 4 comments

#977 - Should PhpParser\Node\Name extend PhpParser\Node\Expr ?

Issue - State: closed - Opened by MichaelRoosz 10 months ago - 2 comments

#976 - Add dev tool files to export-ignore

Pull Request - State: closed - Opened by sasezaki 11 months ago

#975 - getPhpVersion() method has different return type in V5

Issue - State: closed - Opened by phpfui 11 months ago - 2 comments

#974 - TokenPolyfill tries to construct itself with an id which is a string

Issue - State: closed - Opened by phil-davis 11 months ago - 5 comments

#972 - Declaration of PhpParser\Parser\Multiple::parse

Issue - State: closed - Opened by hmradmrad 11 months ago - 1 comment

#970 - Fix parent class of PropertyItem and UseItem

Pull Request - State: closed - Opened by ondrejmirtes 11 months ago

#969 - [5.0] PropertyItem extends Stmt by mistake?

Issue - State: closed - Opened by ondrejmirtes 11 months ago - 1 comment

#967 - [5.0] Parser crashes on an empty file

Issue - State: closed - Opened by ondrejmirtes 11 months ago - 1 comment

#965 - Removal of Stmt\Throw not mentioned in UPGRADING

Issue - State: closed - Opened by ondrejmirtes 11 months ago

#964 - php composer.phar problem

Issue - State: closed - Opened by Trinity-SYT-SECURITY 11 months ago - 1 comment

#963 - Fix typos in UPGRADE-5.0.md

Pull Request - State: closed - Opened by ondrejmirtes 11 months ago

#961 - [5.0] Fix NameResolver for class constant native type

Pull Request - State: closed - Opened by ondrejmirtes 12 months ago

#960 - [4.x] Fix NameResolver for class constant native type

Pull Request - State: closed - Opened by ondrejmirtes 12 months ago

#959 - The one element with a newline is multiline

Pull Request - State: open - Opened by vol4onok 12 months ago

#958 - build: Exclude grammar from export git artifact

Pull Request - State: closed - Opened by theofidry about 1 year ago - 1 comment

#957 - Global symbols usage

Issue - State: closed - Opened by theofidry about 1 year ago - 3 comments

#956 - Fix typo

Pull Request - State: closed - Opened by gehrisandro about 1 year ago

#955 - [Question] How to add a class constant inside an array ?

Issue - State: closed - Opened by smknstd about 1 year ago - 2 comments

#954 - How do you obtain the file name of a node?

Issue - State: closed - Opened by rzvc about 1 year ago - 1 comment

#952 - Simple fix miss property...(class member)

Pull Request - State: closed - Opened by xjaja about 1 year ago - 4 comments

#951 - BuilderHelpers::normalizeValue could normalize enum values

Issue - State: closed - Opened by ondrejmirtes about 1 year ago - 1 comment

#950 - Disappearing comments

Issue - State: open - Opened by pmjones about 1 year ago - 4 comments

#949 - Readonly not Inherited From Class Onto Property

Issue - State: closed - Opened by beschoenen about 1 year ago - 1 comment

#948 - `elseif` vs `else if` node structure

Issue - State: closed - Opened by pmjones about 1 year ago - 9 comments

#947 - How can I add a namespace to a PHP file?

Issue - State: closed - Opened by ajiho about 1 year ago - 2 comments

#946 - Fix missing type annotations in AST nodes

Pull Request - State: closed - Opened by rainx about 1 year ago

#945 - Use more precise Use_::TYPE_* types

Pull Request - State: closed - Opened by staabm about 1 year ago

#944 - Add support for PHPUnit v10

Pull Request - State: closed - Opened by buismaarten about 1 year ago

#943 - [v5.x] Add support for PHPUnit 10.x

Issue - State: closed - Opened by buismaarten about 1 year ago

#942 - Maintain Existing Vertical Spacing Between Class Properties and Methods?

Issue - State: closed - Opened by elvismdev about 1 year ago - 2 comments

#941 - PrettyPrinter indentation incorrect for Heredoc and Nowdoc

Pull Request - State: closed - Opened by pmjones over 1 year ago - 2 comments

#940 - Normalize enum value to ClassConstFetch

Pull Request - State: closed - Opened by ruudk over 1 year ago - 4 comments

#939 - Invalid docblock in 4.17.0 for `PHPParser\Node\Stmt\ClassConst`

Issue - State: closed - Opened by weirdan over 1 year ago - 1 comment