1--TEST-- 2phpt EXTENSIONS directive with nonexistent shared module 3--INI-- 4error_log= 5display_startup_errors=1 6display_errors=1 7--EXTENSIONS-- 8nonexistentsharedmodule 9--FILE-- 10<?php 11--EXPECTF-- 12PHP Warning: PHP Startup: Unable to load dynamic library '%snonexistentsharedmodule.%s' %A 13