--TEST-- Bug #73927 (phpdbg fails with windows error prompt at "watch array") --SKIPIF-- --PHPDBG-- b 19 r c w $value w $lower[] q --EXPECTF-- [Successful compilation of %s] prompt> [Breakpoint #0 added at %s:%d] prompt> [Breakpoint #0 at %s:%d, hits: 1] >00019: if ($value < 100) { 00020: $lower[] = $value; 00021: } else { prompt> [Breakpoint #0 at %s:%d, hits: 2] >00019: if ($value < 100) { 00020: $lower[] = $value; 00021: } else { prompt> [Added watchpoint #0 for $value] prompt> [Added watchpoint #1 for $lower[0]] prompt> [$lower[0] has been removed, removing watchpoint] [$value has been removed, removing watchpoint] --FILE-- $value) { if ($value < 100) { $lower[] = $value; } else { doCoolStuff($value); } } ?>