diff options
Diffstat (limited to 'ext/fileinfo/tests/finfo_open_002.phpt')
-rw-r--r-- | ext/fileinfo/tests/finfo_open_002.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fileinfo/tests/finfo_open_002.phpt b/ext/fileinfo/tests/finfo_open_002.phpt index e39d462147..35cf98c34d 100644 --- a/ext/fileinfo/tests/finfo_open_002.phpt +++ b/ext/fileinfo/tests/finfo_open_002.phpt @@ -6,7 +6,7 @@ FileInfo - Calling the constructor twice <?php $x = new finfo; -$x->finfo(); +$x->__construct(); echo "done!\n"; |