Skip to content

Commit 871b772

Browse files
committed
Fix tests for PHP 7.1
- fix whitespace. Now configured TAB for phpt files too...
1 parent f3b9164 commit 871b772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/invoke_callback_2.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function init_cb_fail($m, $id) {
1919
}
2020

2121
function init_cb_arg($m, $id) {
22-
var_dump(func_num_args());
22+
var_dump(func_num_args());
2323
var_dump($id);
2424
}
2525

@@ -34,7 +34,7 @@ class Foo extends Memcached {
3434
}
3535

3636
function init($obj, $id) {
37-
var_dump(func_num_args());
37+
var_dump(func_num_args());
3838
var_dump($this->isPristine());
3939
var_dump($this->isPersistent());
4040
var_dump($id);

0 commit comments

Comments
 (0)