summaryrefslogtreecommitdiff
path: root/tests/run-test/bug75042-2.phpt
blob: 2c5718a9a0211e770ea18f2313c76ab1d14d6cbc (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
phpt EXTENSIONS directive with static module
--EXTENSIONS--
SPL
--FILE--
<?php
var_dump(extension_loaded('spl'));
?>
--EXPECT--
bool(true)