1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00

- Removed name member to opline breakpoints

This commit is contained in:
Felipe Pena
2013-11-12 11:07:35 -02:00
parent fe7a3ef578
commit fdf26eaa0f
5 changed files with 57 additions and 65 deletions
+1 -1
View File
@@ -13,6 +13,6 @@ function test2() {
$my = new my();
var_dump($my->method());
phpdbg_break();
return true;
?>