Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dstreams.c1748 static inline int php_stream_wrapper_scheme_validate(const char *protocol, unsigned int protocol_le… in php_stream_wrapper_scheme_validate() function
1771 if (php_stream_wrapper_scheme_validate(protocol, protocol_len) == FAILURE) { in php_register_url_stream_wrapper()
1796 if (php_stream_wrapper_scheme_validate(ZSTR_VAL(protocol), ZSTR_LEN(protocol)) == FAILURE) { in php_register_url_stream_wrapper_volatile()

Completed in 11 milliseconds