Home
last modified time | relevance | path

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

/PHP-8.0/main/streams/
H A Dplain_wrapper.c361 if (!(stream->flags & PHP_STREAM_FLAG_SUPPRESS_ERRORS)) { in php_stdiop_write()
431 if (!(stream->flags & PHP_STREAM_FLAG_SUPPRESS_ERRORS)) { in php_stdiop_read()
H A Dxp_socket.c106 if (!(stream->flags & PHP_STREAM_FLAG_SUPPRESS_ERRORS)) { in php_sockop_write()
/PHP-8.0/main/
H A Dphp_streams.h186 #define PHP_STREAM_FLAG_SUPPRESS_ERRORS 0x100 macro
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_vio.c266 net_stream->flags |= PHP_STREAM_FLAG_SUPPRESS_ERRORS; in MYSQLND_METHOD()

Completed in 17 milliseconds