silly error, will MFH

This commit is contained in:
Sterling Hughes 2002-12-20 15:44:51 +00:00
parent 3c94150191
commit 3cb16973ef

View File

@ -747,7 +747,7 @@ PHP_FUNCTION(socket_write)
ZEND_FETCH_RESOURCE(php_sock, php_socket *, &arg1, -1, le_socket_name, le_socket);
if (ZEND_NUM_ARGS() < 4) {
if (ZEND_NUM_ARGS() < 3) {
length = str_len;
}