6b27c1f981
This option will be prepended to generated classes of all messages in the containing file.
13 lines
499 B
Bash
Executable File
13 lines
499 B
Bash
Executable File
#!/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
|