Viewing File: /opt/alt/tests/alt-php80-pecl-luasandbox_4.1.2-2.el8/tests/LuaSandboxFunction_construct.phpt

--TEST--
LuaSandboxFunction::construct() is private
--SKIPIF--
<?php if (!extension_loaded("luasandbox")) print "skip"; ?>
--FILE--
<?php
new LuaSandboxFunction;
?>
--EXPECTF--
%AFatal error:%sCall to private%S LuaSandboxFunction::__construct%S from %a
Back to Directory File Manager
<