j6s / phpat-reproduction-156

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phpat reproduction repository

This repository contains a single class with no dependencies in it: analyzing it should be really simple. However, it's source root is in the project root, which also contains vendor/.

Despite vendor/ being excluded in phpat.yml, phpat will run out of memory while scanning for files.

You can reproduce this by running ./run.sh which will

  • Run composer install using the composer docker image
  • Run phpat using the php:7.4 docker image

See also: carlosas/phpat#156

About


Languages

Language:PHP 73.4%Language:Shell 26.6%