1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/tests/run-test/extensions-static.phpt
Ilija Tovilo f39b5c4c25 Close PHP tags in tests
Closes GH-12422
2023-10-18 17:34:10 +02:00

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)