xref: /PHP-7.4/tests/run-test/bug75042-2.phpt (revision 36d8bf52)
1--TEST--
2phpt EXTENSIONS directive with static module
3--EXTENSIONS--
4SPL
5--FILE--
6<?php
7var_dump(extension_loaded('spl'));
8?>
9--EXPECT--
10bool(true)
11