14 lines
283 B
PHP
14 lines
283 B
PHP
--TEST--
|
|
phpt EXTENSIONS directive with nonexistent shared module
|
|
--INI--
|
|
error_log=
|
|
display_startup_errors=1
|
|
display_errors=1
|
|
--EXTENSIONS--
|
|
nonexistentsharedmodule
|
|
--FILE--
|
|
<?php
|
|
?>
|
|
--EXPECTF--
|
|
Warning: PHP Startup: Unable to load dynamic library '%snonexistentsharedmodule.%s' %A
|