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