This website requires JavaScript.
Explore
Help
Sign In
danog
/
parser
Watch
1
Star
0
Fork
0
You've already forked parser
mirror of
https://github.com/danog/parser.git
synced
2024-12-04 18:38:11 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b254e59bde
parser
/
phpast
/
samples
/
method-call.php
9 lines
94 B
PHP
Raw
Normal View
History
Unescape
Escape
parser: support property fetches
2022-07-26 12:21:05 +02:00
<
?
php
parser: support method calls
2022-07-26 12:29:42 +02:00
$foo
->
bar
();
$foo
->
bar
(
1
,
2
,
3
);
$foo
->
bar
()
->
baz
();
$foo
->
bar
->
baz
();
$foo
->
bar
()();
Reference in New Issue
Copy Permalink