annotate vendor/nikic/php-parser/test_old/run-php-src.sh @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children 129ea1e6d783
rev   line source
Chris@0 1 wget -q https://github.com/php/php-src/archive/php-7.1.0.tar.gz
Chris@0 2 mkdir -p ./data/php-src
Chris@0 3 tar -xzf ./php-7.1.0.tar.gz -C ./data/php-src --strip-components=1
Chris@0 4 php -n test_old/run.php --verbose --no-progress PHP7 ./data/php-src