--TEST-- Stack limit 011 - Stack limit exhaustion during unwinding --SKIPIF-- --EXTENSIONS-- zend_test --INI-- zend.max_allowed_stack_size=256K --FILE-- getMessage(), "\n"; echo 'Previous: ', $e->getPrevious()->getMessage(), "\n"; } ?> --EXPECTF-- array(4) { ["base"]=> string(%d) "0x%x" ["max_size"]=> string(%d) "0x%x" ["position"]=> string(%d) "0x%x" ["EG(stack_limit)"]=> string(%d) "0x%x" } Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reached. Infinite recursion? Previous: Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reached. Infinite recursion?