php-src/tests/run-test/bug75042-2.phpt
2018-02-03 17:50:51 +01:00

11 lines
148 B
PHP

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