mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
fix path separator in test
This commit is contained in:
parent
00ed55005a
commit
56e7903131
@ -54,7 +54,7 @@ array(0) {
|
||||
|
||||
-- Iteration 4 --
|
||||
|
||||
Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s/session_decode_error2.php on line %d
|
||||
Warning: session_decode(): Failed to decode session object. Session has been destroyed in %s%esession_decode_error2.php on line %d
|
||||
bool(false)
|
||||
array(0) {
|
||||
}
|
||||
@ -294,6 +294,6 @@ bool(false)
|
||||
array(0) {
|
||||
}
|
||||
|
||||
Warning: session_destroy(): Trying to destroy uninitialized session in %s/session_decode_error2.php on line %d
|
||||
Warning: session_destroy(): Trying to destroy uninitialized session in %s%esession_decode_error2.php on line %d
|
||||
bool(false)
|
||||
Done
|
||||
|
Loading…
Reference in New Issue
Block a user