mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-7.3'
* PHP-7.3: Fix failing ext/session/tests due to final newlines
This commit is contained in:
@@ -42,7 +42,6 @@ ob_end_flush();
|
||||
?>
|
||||
--EXPECT--
|
||||
*** Testing session_module_name() : variation ***
|
||||
|
||||
array(3) {
|
||||
["Blah"]=>
|
||||
string(12) "Hello World!"
|
||||
|
||||
@@ -58,7 +58,6 @@ ob_end_flush();
|
||||
?>
|
||||
--EXPECTF--
|
||||
*** Testing session_set_save_handler() : basic functionality ***
|
||||
|
||||
string(%d) "%s"
|
||||
|
||||
Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
|
||||
|
||||
@@ -51,7 +51,6 @@ ob_end_flush();
|
||||
?>
|
||||
--EXPECTF--
|
||||
*** Testing session_set_save_handler() : using closures as callbacks ***
|
||||
|
||||
string(%d) "%s"
|
||||
|
||||
Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
|
||||
|
||||
@@ -26,7 +26,6 @@ ob_end_flush();
|
||||
?>
|
||||
--EXPECTF--
|
||||
*** Testing session_set_save_handler() : variation ***
|
||||
|
||||
bool(true)
|
||||
|
||||
Warning: session_set_save_handler(): Cannot change save handler when session is active in %s on line 17
|
||||
|
||||
@@ -28,7 +28,6 @@ ob_end_flush();
|
||||
?>
|
||||
--EXPECTF--
|
||||
*** Testing session_set_save_handler() : variation ***
|
||||
|
||||
int(2)
|
||||
|
||||
Warning: session_save_path(): Cannot change save path when session is active in %s on line 16
|
||||
|
||||
@@ -51,7 +51,6 @@ ob_end_flush();
|
||||
?>
|
||||
--EXPECTF--
|
||||
*** Testing session_set_save_handler() : variation ***
|
||||
|
||||
Open [%s,PHPSESSID]
|
||||
Read [%s,%s]
|
||||
GC [0]
|
||||
|
||||
@@ -57,7 +57,6 @@ ob_end_flush();
|
||||
?>
|
||||
--EXPECTF--
|
||||
*** Testing session_set_save_handler() : variation ***
|
||||
|
||||
string(0) ""
|
||||
*** Without lazy_write ***
|
||||
bool(true)
|
||||
|
||||
@@ -62,7 +62,6 @@ ob_end_flush();
|
||||
?>
|
||||
--EXPECTF--
|
||||
*** Testing session_set_save_handler() : test write short circuit ***
|
||||
|
||||
Open [%s,PHPSESSID]
|
||||
CreateID [PHPT-%s]
|
||||
Read [%s,%s]
|
||||
|
||||
Reference in New Issue
Block a user