jphp
jphp copied to clipboard
JPHP - an implementation of PHP on Java VM
Hello, I'm trying to add the JPHP Scripting as dependency via maven on my project, following this link: https://mvnrepository.com/artifact/org.develnext/jphp-scripting/0.8.0 But I've already added the String Plugins Repository on my POM...
Currently: ``` intdiv(3315714752669, 10) === 15 ``` This is incorrect, and it should be ``` intdiv(3315714752669, 10) === 331571475266 ```
Closes #422
[Compiler daemon](https://docs.gradle.org/current/userguide/performance.html#compiler_daemon). The Gradle Java plugin allows you to run the compiler as a separate process by setting `options.fork = true`. This feature can lead to much less garbage collection...
Hi ! I'm trying to develop an extension for JPHP but I don't find how to use my extension in a project without upload it. With JPPM there are any...
I can do this in PeachPie (PHP Compiler for .NET) which is basically calling .NET standard libraries. ```php
Would be interested to know why gradle dependencies haven't been cached on Travis. Thank you.
```php new class { public const VERSION = 1.0; function __construct() { print(self::VERSION); } }; ``` На JPHP данный код, в отличие от PHP ⩾ 7.1, работает некорректно. Не удается...