add test
Never shall this happen again
Esse commit está contido em:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
function a() {
|
||||
$b = function ($c) {
|
||||
static $d = 0;
|
||||
var_dump($c + $d++);
|
||||
};
|
||||
$b(10);
|
||||
$b(20);
|
||||
$b(30);
|
||||
}
|
||||
a();
|
||||
@@ -0,0 +1,3 @@
|
||||
int(10)
|
||||
int(21)
|
||||
int(32)
|
||||
Referência em uma Nova Issue
Bloquear um usuário