📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-07-12 02:52:31
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php82-pecl-scoutapm_1.10.0-1.el8
/
tests
📍 /opt/alt/tests/alt-php82-pecl-scoutapm_1.10.0-1.el8/tests
🔄 Refresh
✏️
Editing: 001-check-ext-loaded.phpt
Read Only
--TEST-- Check Scout APM extension is loaded --FILE-- <?php ob_start(); phpinfo(INFO_GENERAL); $phpinfo = ob_get_clean(); foreach (explode("\n", $phpinfo) as $line) { if (stripos($line, ' with scoutapm') === 0) { var_dump($line); } } var_dump(extension_loaded('scoutapm')); ?> --EXPECTF-- string(%d) " with scoutapm v%s, Copyright %d, by Scout APM" bool(true)
💾 Save Changes
❌ Cancel