1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 19:52:20 +02:00

stop multiple executions from occuring at once, #5

This commit is contained in:
krakjoe
2013-11-11 15:54:33 +00:00
parent da065d6fb2
commit 3e3a7babad
3 changed files with 20 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ function test() {
$hidden = "variable";
phpdbg_break();
}
function test2() {
echo "Hello World 2\n";
}