protocol_dup     1871 main/streams/streams.c 			char *protocol_dup = estrndup(protocol, n);
protocol_dup     1873 main/streams/streams.c 				php_error_docref(NULL, E_WARNING, "%s:// wrapper is disabled in the server configuration by allow_url_fopen=0", protocol_dup);
protocol_dup     1875 main/streams/streams.c 				php_error_docref(NULL, E_WARNING, "%s:// wrapper is disabled in the server configuration by allow_url_include=0", protocol_dup);
protocol_dup     1877 main/streams/streams.c 			efree(protocol_dup);