Lines Matching +full:- +full:- +full:bootstrap
3 set -ex
10 PHP_VERSION=$(php -r "echo PHP_VERSION;")
16 PHPUNIT=phpunit-5.6.0.phar
19 PHPUNIT=phpunit-8.phar
22 PHPUNIT=phpunit-9.phar
30 [ -f $PHPUNIT ] || wget https://phar.phpunit.de/$PHPUNIT
39 php -dextension=../ext/google/protobuf/modules/protobuf.so $PHPUNIT --bootstrap autoload.php $t
48 …php -d protobuf.keep_descriptor_pool_after_request=1 -dextension=../ext/google/protobuf/modules/pr…
53 # php -dextension=../ext/google/protobuf/modules/protobuf.so memory_leak_test.php
57 valgrind --suppressions=valgrind.supp --leak-check=yes php -dextension=../ext/google/protobuf/modul…
58 valgrind --suppressions=valgrind.supp --leak-check=yes php -d protobuf.keep_descriptor_pool_after_r…
68 # valgrind --leak-check=yes php -dextension=../ext/google/protobuf/modules/protobuf.so $PHPUNIT -…