1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 20:22:36 +02:00

phpdbg_break userland

This commit is contained in:
krakjoe
2013-11-11 14:33:53 +00:00
parent dc3ef20964
commit 34ae94ad9a
5 changed files with 44 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ if (!isset($greeting)) {
echo test();
}
phpdbg_break();
test2();
return true;
?>