This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
PHP-Parser
Watch
1
Star
0
Fork
0
You've already forked PHP-Parser
mirror of
https://github.com/nikic/PHP-Parser.git
synced
2025-02-24 02:42:40 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
PHP-Parser
/
test
/
code
/
prettyPrinter
/
stmt
History
Nikita Popov
664c10121e
Add support for union types
...
We definitely need to introduce a general "Type" abstraction in the next major version.
2019-11-08 14:45:32 +01:00
..
alias.test
…
break_continue.test
…
class_const.test
PHP 7.1: Class constant visibility support
2016-07-05 23:01:06 +02:00
class.test
…
const.test
…
declare.test
…
do_while.test
…
for.test
…
foreach.test
…
function_signatures.test
…
global_static_variables.test
…
goto.test
…
groupUse.test
…
haltCompiler.file-test
…
if.test
…
multiCatch.test
PHP 7.1: Support multi-catch
2016-07-22 15:40:00 +02:00
namespaces.test
…
nullable_types.test
Fix pretty-printing of nullable types
2016-12-06 12:26:21 +01:00
properties.test
Add PHP 7.4 typed properties support
2019-01-05 21:34:25 +01:00
switch.test
Fix duplicate switch comment assignment
2018-01-30 23:06:20 +01:00
throw.test
…
traitUse.test
…
tryCatch.test
…
union_types.test
Add support for union types
2019-11-08 14:45:32 +01:00
while.test
…