You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting work on each item, you need to create a separate issue with a description,
and the created PR must be marked as closing the created issue.
The description should have a link to the RFC, as well as a short description + examples.
All new tests should be written in files with the php8_test suffix using the tester package. If the package
does not contain the required test type, then it is advisable to write the test suite for it in a separate PR.
After all the tasks are done, we will create a list of projects using PHP 8 on which we will do complex testing.
The list will be compiled in #2.
The text was updated successfully, but these errors were encountered:
All development will take place in the
php8_dev
branch.We use grammar files from PHP-Parser.
The following parts need to be done.
nullsafe
operator (?->
) #10(real)
cast #11(unset)
cast #15{}
access #17match
expression #19static
typehint #21catch
without variable #23throw
can be used as an expression #27::class
on object works #40new
/instanceof
#42When starting work on each item, you need to create a separate issue with a description,
and the created PR must be marked as closing the created issue.
The description should have a link to the RFC, as well as a short description + examples.
All new tests should be written in files with the
php8_test
suffix using thetester
package. If the packagedoes not contain the required test type, then it is advisable to write the test suite for it in a separate PR.
After all the tasks are done, we will create a list of projects using PHP 8 on which we will do complex testing.
The list will be compiled in #2.
The text was updated successfully, but these errors were encountered: