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
| entrypoint |?string | null | Specify to run entrypoint in JAR. | JavaArchive |
278
+
| entrypoint | string or null| null | Specify to run entrypoint in JAR. | JavaArchive |
279
279
| max_stack_exceeded | integer | 9999 | Execute more than the specified number of times be stopped the operation. | JavaClass |
280
280
| max_execution_time | integer | 30 | This option control max execution times. | JavaClass |
281
281
| strict | boolean | true | If strict mode is `true` then execute method, variables and so on with strict. But if strict mode is `false` then execute ambiguously method, variable and etc in PHPJava. | Both |
282
282
| preload | boolean | false | preload is pre-read JavaClass in emulating JAR. This may be a lot of consuming memories by large JAR file. but JavaArchive use defer loading if this option is false. | JavaArchive |
283
283
| validation.method.arguments_count_only | boolean | false | If this mode `true` then ClassResolver validate arguments size only. | JavaClass |
284
284
| operations.enable_trace | boolean | true | Store operations history into memory if this is enabled. | JavaClass |
| operations.temporary_code_stream | string | php://memory |Operation code will be outputted to temporary stream. Change temporary stream if your code is heavy. You'll get happy.| JavaClass |
286
+
| log.level | int | Logger::EMERGENCY |This option set `Monolog` output level.| Both |
287
+
| log.path | string or resource | php://stdout |This option set `Monolog` output destination.| Both |
288
+
| dry_run (Not Implemented) | boolean | false |Dry-run denotes to check JavaClass/JavaArchive structures only. If this options is `true` then to run dry-run mode. | Both|
289
+
|env (Not Implemented) | enum |Environment::EXPERIMENTAL |Set your environment.|Both|
0 commit comments