mirror of
https://github.com/php/php-src.git
synced 2024-12-17 13:59:28 +08:00
11 lines
148 B
PHP
11 lines
148 B
PHP
--TEST--
|
|
phpt EXTENSIONS directive with static module
|
|
--EXTENSIONS--
|
|
SPL
|
|
--FILE--
|
|
<?php
|
|
var_dump(extension_loaded('spl'));
|
|
?>
|
|
--EXPECT--
|
|
bool(true)
|