1--TEST--
2phpt EXTENSIONS directive - static extension is present
3--EXTENSIONS--
4standard
5--FILE--
6<?php
7var_dump(extension_loaded('standard'));
8--EXPECT--
9bool(true)
10