mirror of
https://github.com/php/php-src.git
synced 2026-04-01 13:12:16 +02:00
11 lines
169 B
PHP
11 lines
169 B
PHP
--TEST--
|
|
phpt EXTENSIONS directive - static extension is present
|
|
--EXTENSIONS--
|
|
standard
|
|
--FILE--
|
|
<?php
|
|
var_dump(extension_loaded('standard'));
|
|
?>
|
|
--EXPECT--
|
|
bool(true)
|