diff options
| author | Felipe Pena <felipe@php.net> | 2008-08-12 19:53:50 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2008-08-12 19:53:50 +0000 |
| commit | 9f3cb0ecb39fd53bb504080efbc1b83cc2aa96b4 (patch) | |
| tree | 36ae28f624afa1bbad8355edb8e176d3d2fe4357 | |
| parent | 318efa7f107bd033275e39c115b2606f883e2d08 (diff) | |
| download | php-git-9f3cb0ecb39fd53bb504080efbc1b83cc2aa96b4.tar.gz | |
- Fixed test
| -rw-r--r-- | ext/standard/tests/file/fscanf_error.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/file/fscanf_error.phpt b/ext/standard/tests/file/fscanf_error.phpt index f76f5baf61..85c0ac4bf6 100644 --- a/ext/standard/tests/file/fscanf_error.phpt +++ b/ext/standard/tests/file/fscanf_error.phpt @@ -70,7 +70,7 @@ NULL Warning: fscanf() expects at least 2 parameters, 1 given in %s on line %d NULL -Warning: fscanf(): 6 is not a valid File-Handle resource in %s on line %d +Warning: fscanf(): %d is not a valid File-Handle resource in %s on line %d bool(false) Warning: fscanf(): Different numbers of variable names and field specifiers in %s on line %d |
