Skip to content

Commit 2820adc

Browse files
committedSep 13, 2016
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: fix test portability
2 parents 2088e3e + 855b8e4 commit 2820adc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎ext/session/tests/016.phpt

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ print "I live\n";
2424
--EXPECTF--
2525
Warning: session_start(): Failed to create session data file path. Too short session ID, invalid save_path or path lentgth exceeds MAXPATHLEN(%d) in %s on line 4
2626

27-
Warning: session_start(): Failed to read session data: files (path: 123;:/really\completely:::/invalid;;,23123;213) in %s on line 4
28-
I live
27+
Warning: session_start(): Failed to read session data: files (path: 123;:/really%scompletely:::/invalid;;,23123;213) in %s on line 4
28+
I live
29+

0 commit comments

Comments
 (0)
Please sign in to comment.