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

/PHP_5_5/main/streams/
H A Dstreams.c1679 static inline int php_stream_wrapper_scheme_validate(char *protocol, int protocol_len) function
1700 if (php_stream_wrapper_scheme_validate(protocol, protocol_len) == FAILURE) {
1726 if (php_stream_wrapper_scheme_validate(protocol, protocol_len) == FAILURE) {

Completed in 5 milliseconds