aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/tests/gdb_test.sh
blob: 0809bef3b99af61a8739a21cfa809b4e0b494551 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

# gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so `which
# phpunit` --bootstrap autoload.php tmp_test.php
#
gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so `which phpunit` --bootstrap autoload.php well_known_test.php
#
# gdb --args php -dextension=../ext/google/protobuf/modules/protobuf.so memory_leak_test.php
#
# USE_ZEND_ALLOC=0 valgrind --leak-check=yes php -dextension=../ext/google/protobuf/modules/protobuf.so memory_leak_test.php