Viewing File: /opt/alt/tests/alt-php80-pecl-htscanner_1.0.1-1.d241932.el8/tests/base-test.phpt

--TEST--
Test if max_upload_size is loaded from .htaccess
--SKIPIF--
<?php if (80 < 71) die ("Cannot test htscanner in CLI on old PHPs"); ?>
--FILE--
<?php
echo ini_get("upload_max_filesize");
--EXPECTF--
1234M
Back to Directory File Manager
<