mirror of
https://github.com/php/php-src.git
synced 2024-12-19 23:11:42 +08:00
13 lines
285 B
PHP
13 lines
285 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--
|
|
PHP Warning: PHP Startup: Unable to load dynamic library '%snonexistentsharedmodule.%s' %A
|