php-8.0.30-src/tests/run-test/bug75042-2.phpt

11 lines
148 B
PHP

--TEST--
phpt EXTENSIONS directive with static module
--EXTENSIONS--
SPL
--FILE--
<?php
var_dump(extension_loaded('spl'));
?>
--EXPECT--
bool(true)