Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
php-7.3
/
share
/
test
/
Cache_Lite
/
tests
/
//opt/php-7.3/share/test/Cache_Lite/tests/bootstrap.php
<?php if (version_compare(PHP_VERSION, '5.4', '>=')) { error_reporting(E_ALL ^ E_STRICT); } else if (version_compare(PHP_VERSION, '5.3', '>=')) { error_reporting(E_ALL & ~E_STRICT); }