summaryrefslogtreecommitdiff
path: root/ext/session/tests/bug60860.phpt
blob: fbd8a6eeab9edb3cfa5405a40e17f830ecbd2fcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--TEST--
Bug #60860 (session.save_handler=user without defined function core dumps)
--SKIPIF--
<?php
include('skipif.inc');
?>
--INI--
session.save_handler=user
error_log=
--FILE--
<?php

session_start();
echo "ok\n";

?>
--EXPECT--
Fatal error: PHP Startup: Session save handler "user" cannot be set by ini_set() in Unknown on line 0
ok