Skip to content

Commit 099779d

Browse files
committed
Cleanup
1 parent 165d01b commit 099779d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/long_names_001.phpt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,12 @@ function test_table(string $table){
4040
}
4141

4242
(function(){
43-
global $MAX_LEN, $test_base;
43+
global $MAX_LEN;
4444

4545
var_dump($MAX_LEN);
4646

4747
test_table(str_repeat('T', $MAX_LEN));
4848
test_table(str_repeat('😂', $MAX_LEN));
49-
50-
print $test_base;
5149
})();
5250

5351
?>

0 commit comments

Comments
 (0)