mirror of
https://github.com/php/php-src.git
synced 2025-01-09 20:44:33 +08:00
fix test
This commit is contained in:
parent
740309a54c
commit
1500e8bac0
@ -109,69 +109,3 @@ bool(false)
|
||||
Warning: bzerrno(): %d is not a valid stream resource in %s on line %d
|
||||
bool(false)
|
||||
Done
|
||||
--UEXPECTF--
|
||||
array(2) {
|
||||
[u"errno"]=>
|
||||
int(0)
|
||||
[u"errstr"]=>
|
||||
string(2) "OK"
|
||||
}
|
||||
string(2) "OK"
|
||||
int(0)
|
||||
array(2) {
|
||||
[u"errno"]=>
|
||||
int(0)
|
||||
[u"errstr"]=>
|
||||
string(2) "OK"
|
||||
}
|
||||
string(2) "OK"
|
||||
int(0)
|
||||
string(0) ""
|
||||
array(2) {
|
||||
[u"errno"]=>
|
||||
int(-5)
|
||||
[u"errstr"]=>
|
||||
string(16) "DATA_ERROR_MAGIC"
|
||||
}
|
||||
string(16) "DATA_ERROR_MAGIC"
|
||||
int(-5)
|
||||
string(0) ""
|
||||
array(2) {
|
||||
[u"errno"]=>
|
||||
int(-4)
|
||||
[u"errstr"]=>
|
||||
string(10) "DATA_ERROR"
|
||||
}
|
||||
string(10) "DATA_ERROR"
|
||||
int(-4)
|
||||
string(0) ""
|
||||
array(2) {
|
||||
[u"errno"]=>
|
||||
int(-5)
|
||||
[u"errstr"]=>
|
||||
string(16) "DATA_ERROR_MAGIC"
|
||||
}
|
||||
string(16) "DATA_ERROR_MAGIC"
|
||||
int(-5)
|
||||
string(0) ""
|
||||
array(2) {
|
||||
[u"errno"]=>
|
||||
int(-4)
|
||||
[u"errstr"]=>
|
||||
string(10) "DATA_ERROR"
|
||||
}
|
||||
string(10) "DATA_ERROR"
|
||||
int(-4)
|
||||
|
||||
Warning: bzread(): %d is not a valid stream resource in %s on line %d
|
||||
bool(false)
|
||||
|
||||
Warning: bzerror(): %d is not a valid stream resource in %s on line %d
|
||||
bool(false)
|
||||
|
||||
Warning: bzerrstr(): %d is not a valid stream resource in %s on line %d
|
||||
bool(false)
|
||||
|
||||
Warning: bzerrno(): %d is not a valid stream resource in %s on line %d
|
||||
bool(false)
|
||||
Done
|
||||
|
Loading…
Reference in New Issue
Block a user