mirror of
https://github.com/php/php-src.git
synced 2026-04-20 06:21:12 +02: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
|