mirror of
https://github.com/php/php-src.git
synced 2024-12-26 18:29:37 +08:00
- Fix test
This commit is contained in:
parent
bb8b632dc1
commit
5f15b1ef7a
@ -24,7 +24,7 @@ array(4) {
|
||||
["message"]=>
|
||||
string(54) "error_get_last() expects exactly 0 parameters, 1 given"
|
||||
["file"]=>
|
||||
string(78) "%s"
|
||||
string(%i) "%s"
|
||||
["line"]=>
|
||||
int(4)
|
||||
}
|
||||
@ -36,7 +36,7 @@ array(4) {
|
||||
["message"]=>
|
||||
string(21) "Undefined variable: b"
|
||||
["file"]=>
|
||||
string(78) "%s"
|
||||
string(%i) "%s"
|
||||
["line"]=>
|
||||
int(7)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user