1--TEST--
2GH-15208 (Segfault with breakpoint map and phpdbg_clear())
3--PHPDBG--
4r
5q
6--FILE--
7<?php
8phpdbg_break_method("foo", "bar");
9phpdbg_clear();
10?>
11--EXPECTF--
12[Successful compilation of %s]
13prompt> [Breakpoint #0 added at foo::bar]
14[Script ended normally]
15prompt>
16