aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/tests/gdb_test.sh
blob: 45a2841fd61464a2acb1bb1f7d46b70cc2473c02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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 array_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