* PHP-7.2: Fix failing ext/session/tests due to final newlines
@ -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();
*** Testing session_set_save_handler() : using closures as callbacks ***
@ -26,7 +26,6 @@ ob_end_flush();
*** 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();
int(2)
Warning: session_save_path(): Cannot change save path when session is active in %s on line 16
Open [%s,PHPSESSID]
Read [%s,%s]
GC [0]
@ -57,7 +57,6 @@ ob_end_flush();
string(0) ""
*** Without lazy_write ***
@ -62,7 +62,6 @@ ob_end_flush();
*** Testing session_set_save_handler() : test write short circuit ***
CreateID [PHPT-%s]