php-src/ext/standard/dl.stub.php
Máté Kocsis 68527a7834
Add stubs for some SAPIs
For apache2handler, fpm, litespeed, phpdbg, specifically.
Partially implements GH-5295
2020-05-14 13:35:12 +02:00

4 lines
56 B
PHP

<?php
function dl(string $extension_filename): bool {}