If You Got Sigsegv With Phpunit...

… downgrade:

I could reproduce the segmentation faults on:

PHP 5.3.10-1ubuntu3 with Suhosin-Patch (cli) (built: Apr 11 2012 17:38:30) as well as *ubuntu3.4 (current version)

PHPUnit-3.7.2 to -3.7.7

The debugger will tell you that zend_get_params() has caused this segmentation fault. The bug is already known.

Regards