Skip to content

Commit 290efb9

Browse files
committed
Add a multiline nested PHP calls test
1 parent 857dcc9 commit 290efb9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/php-functions.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
return strtoupper(substr("foo
2+
---'(bar
3+
", 0, 3)) + '\\""' + (substr('")5', 1))

examples/php-functions.return

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FOO\"")5

0 commit comments

Comments
 (0)