b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/mainpay/src/xdebug/tests/base/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/mainpay/src/xdebug/tests/base/bug00931.phpt

--TEST--
Test for bug #931: Crash with exception in shut-down stage
--SKIPIF--
<?php
require __DIR__ . '/../utils.inc';
check_reqs('ext session');
?>
--INI--
xdebug.mode=off
--FILE--
<?php
session_start();
$_SESSION['test'] = function() { };
echo "DONE";
?>
--EXPECTF--
DONE
Fatal error: Uncaught%sSerialization of 'Closure' is not allowed%sin [no active file]:0
Stack trace:
#0 {main}
  thrown in [no active file] on line 0

Copyright © 2019 by b0y-101