Home
last modified time | relevance | path

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

/PHP-7.4/ext/sockets/tests/
H A Dsocket_send.phpt30 if(!defined('MSG_EOF') || socket_send($socket, $stringSocket, $stringSocketLength, MSG_EOF)===$stri…
/PHP-7.4/ext/sockets/
H A Dsockets.c79 #ifndef MSG_EOF
81 #define MSG_EOF MSG_FIN macro
743 #ifdef MSG_EOF
744 REGISTER_LONG_CONSTANT("MSG_EOF", MSG_EOF, CONST_CS | CONST_PERSISTENT);

Completed in 9 milliseconds