mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Merge branch 'PHP-7.3'
* PHP-7.3: Fix failing ext/session/tests due to final newlines
This commit is contained in:
commit
b419732ddb
8 changed files with 0 additions and 8 deletions
|
@ -42,7 +42,6 @@ ob_end_flush();
|
||||||
?>
|
?>
|
||||||
--EXPECT--
|
--EXPECT--
|
||||||
*** Testing session_module_name() : variation ***
|
*** Testing session_module_name() : variation ***
|
||||||
|
|
||||||
array(3) {
|
array(3) {
|
||||||
["Blah"]=>
|
["Blah"]=>
|
||||||
string(12) "Hello World!"
|
string(12) "Hello World!"
|
||||||
|
|
|
@ -58,7 +58,6 @@ ob_end_flush();
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
*** Testing session_set_save_handler() : basic functionality ***
|
*** Testing session_set_save_handler() : basic functionality ***
|
||||||
|
|
||||||
string(%d) "%s"
|
string(%d) "%s"
|
||||||
|
|
||||||
Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
|
Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
|
||||||
|
|
|
@ -51,7 +51,6 @@ ob_end_flush();
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
*** Testing session_set_save_handler() : using closures as callbacks ***
|
*** Testing session_set_save_handler() : using closures as callbacks ***
|
||||||
|
|
||||||
string(%d) "%s"
|
string(%d) "%s"
|
||||||
|
|
||||||
Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
|
Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
|
||||||
|
|
|
@ -26,7 +26,6 @@ ob_end_flush();
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
*** Testing session_set_save_handler() : variation ***
|
*** Testing session_set_save_handler() : variation ***
|
||||||
|
|
||||||
bool(true)
|
bool(true)
|
||||||
|
|
||||||
Warning: session_set_save_handler(): Cannot change save handler when session is active in %s on line 17
|
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--
|
--EXPECTF--
|
||||||
*** Testing session_set_save_handler() : variation ***
|
*** Testing session_set_save_handler() : variation ***
|
||||||
|
|
||||||
int(2)
|
int(2)
|
||||||
|
|
||||||
Warning: session_save_path(): Cannot change save path when session is active in %s on line 16
|
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--
|
--EXPECTF--
|
||||||
*** Testing session_set_save_handler() : variation ***
|
*** Testing session_set_save_handler() : variation ***
|
||||||
|
|
||||||
Open [%s,PHPSESSID]
|
Open [%s,PHPSESSID]
|
||||||
Read [%s,%s]
|
Read [%s,%s]
|
||||||
GC [0]
|
GC [0]
|
||||||
|
|
|
@ -57,7 +57,6 @@ ob_end_flush();
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
*** Testing session_set_save_handler() : variation ***
|
*** Testing session_set_save_handler() : variation ***
|
||||||
|
|
||||||
string(0) ""
|
string(0) ""
|
||||||
*** Without lazy_write ***
|
*** Without lazy_write ***
|
||||||
bool(true)
|
bool(true)
|
||||||
|
|
|
@ -62,7 +62,6 @@ ob_end_flush();
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
*** Testing session_set_save_handler() : test write short circuit ***
|
*** Testing session_set_save_handler() : test write short circuit ***
|
||||||
|
|
||||||
Open [%s,PHPSESSID]
|
Open [%s,PHPSESSID]
|
||||||
CreateID [PHPT-%s]
|
CreateID [PHPT-%s]
|
||||||
Read [%s,%s]
|
Read [%s,%s]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue