summaryrefslogtreecommitdiff
path: root/ext/session/tests/bug71603.phpt
blob: 0eb25dd07bd2576e0dffca8a08d1e73b716367a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--TEST--
Bug #71683 Null pointer dereference in zend_hash_str_find_bucket
--SKIPIF--
<?php include('skipif.inc'); ?>
--INI--
session.save_handler=files
session.auto_start=1
session.use_only_cookies=0
--FILE--
<?php
ob_start();
echo "ok\n";
?>
--EXPECTF--
ok