felixmaechtle

Results 2 issues of felixmaechtle

Hey, I am currently trying to setup JPHP on my Ubuntu 20.04 machine. ## Steps done ``` sudo apt-get install -y openjdk-11-jre wget https://github.com/jphp-group/jphp/releases/download/jppm-0.6.7/jppm-setup-0.6.7.sh && bash jppm-setup-0.6.7.sh ``` Now the...

Hello, given the following piece of code: ``` bar = num > 200 ? "some_string" : param; ``` This results in the following IR within WALA (excerpt from `ir.toString()`): ```...