We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c87253 commit f00401eCopy full SHA for f00401e
2 files changed
test.java
@@ -109,7 +109,7 @@ public static void main (String[] args) {
109
110
}
111
112
- String[] test = {"1", "2", "3"};
+ String[] test = {"4", "5", "6"};
113
for (String i : test) {
114
115
System.out.println(i);
test.php
@@ -21,6 +21,7 @@
21
22
$invoker->getMethodInvoker()->main(array(999, 888));
23
24
+ $invoker->trace();
25
26
/*
27
// $a = new JavaArchive('JavaTest/dist/JavaTest.jar');
0 commit comments