Go to file
2023-10-24 17:50:54 +02:00
bugs Update 2023-10-24 17:50:54 +02:00
.gitignore Update 2023-10-24 17:50:54 +02:00
composer.json Update 2023-10-24 17:50:54 +02:00
composer.lock Update 2023-10-24 17:50:54 +02:00
Dockerfile Update 2023-10-24 17:50:54 +02:00
php.ini Fixup 2023-10-24 10:23:08 +02:00
README.md Update 2023-10-24 17:50:54 +02:00
refactor.php Update 2023-10-24 17:50:54 +02:00
run.sh Update 2023-10-24 17:50:54 +02:00

A repo full of reproducer for PHP JIT bugs.

Run using ./run.sh.

Edit the branch in Dockerfile:33

Tests

Tested on fa218eab4a9b5304afb871a4405546068cb65008

  1. Composer: always fails
  2. Psalm: always fails
  3. MadelineProto: got a single shutdown hang the first time I tried (even with the new closure fixes), then nothing; expecting an assertion crash
  4. Infection (patched): always fails
  5. Psalm (unit): hang due to infinite loop in GC
  6. php-parser (unit): always fails
  7. Psalm (master, unit): always fails
  8. Psalm (patched master, unit): always fails