Browse Source

fix test (the error message is different across the systems)

PECL_OPENSSL
Antony Dovgal 20 years ago
parent
commit
1efae6a785
  1. 4
      ext/bz2/tests/002.phpt

4
ext/bz2/tests/002.phpt

@ -83,12 +83,12 @@ bool(false)
resource(%d) of type (stream)
resource(%d) of type (stream)
Warning: fopen(bz_open_002.txt): failed to open stream: Bad file descriptor in %s on line %d
Warning: fopen(bz_open_002.txt): failed to open stream: Bad file %s in %s on line %d
Warning: bzopen(): filename cannot be empty in %s on line %d
bool(false)
Warning: fopen(bz_open_002.txt): failed to open stream: Bad file descriptor in %s on line %d
Warning: fopen(bz_open_002.txt): failed to open stream: Bad file %s in %s on line %d
Warning: bzopen(): filename cannot be empty in %s on line %d
bool(false)

Loading…
Cancel
Save