mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-11-26 20:04:48 +01:00
69c5d48afd
RFC: https://wiki.php.net/rfc/match_expression_v2 Upstream implementation: php/php-src#5371 Closes #671.
6 lines
238 B
Bash
Executable File
6 lines
238 B
Bash
Executable File
VERSION="master"
|
|
wget -q https://github.com/php/php-src/archive/$VERSION.tar.gz
|
|
mkdir -p ./data/php-src
|
|
tar -xzf ./$VERSION.tar.gz -C ./data/php-src --strip-components=1
|
|
php -n test_old/run.php --verbose --no-progress PHP7 ./data/php-src
|