Home
last modified time | relevance | path

Searched refs:protocol_dup (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/main/streams/
H A Dstreams.c1845 char *protocol_dup = estrndup(protocol, n); local
1847 …RNING, "%s:// wrapper is disabled in the server configuration by allow_url_fopen=0", protocol_dup);
1849 …ING, "%s:// wrapper is disabled in the server configuration by allow_url_include=0", protocol_dup);
1851 efree(protocol_dup);

Completed in 16 milliseconds