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--
|
||||
*** 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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue