mirror of
https://github.com/php/php-src.git
synced 2025-01-22 11:44:09 +08:00
fix test
This commit is contained in:
parent
955d49d3fb
commit
45e2d7bd58
@ -8,7 +8,7 @@ session.name=PHPSESSID
|
||||
<?php
|
||||
|
||||
ini_set('session.use_trans_sid', 1);
|
||||
|
||||
session_save_path(dirname(__FILE__));
|
||||
session_start();
|
||||
|
||||
ob_start();
|
||||
@ -23,6 +23,8 @@ ob_flush();
|
||||
|
||||
ob_end_clean();
|
||||
|
||||
unlink(dirname(__FILE__).'/sess_'.session_id());
|
||||
|
||||
?>
|
||||
--EXPECTF--
|
||||
<a href='a?q=1&PHPSESSID=%s&a=b'>asd</a>
|
||||
|
Loading…
Reference in New Issue
Block a user