xref: /PHP-8.0/tests/run-test/bug75042-3.phpt (revision 7aacc705)
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?>
12--EXPECTF--
13Warning: PHP Startup: Unable to load dynamic library '%snonexistentsharedmodule.%s' %A
14