1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00
This commit is contained in:
Sterling Hughes
2001-05-21 18:07:17 +00:00
parent 98c2329b0b
commit b376e5b03e
+1 -1
View File
@@ -650,7 +650,7 @@ PHP_FUNCTION(socket_read)
zval **arg1, **arg2, **arg3;
char *tmpbuf;
php_socket *php_sock;
read_function php_read;
read_function = php_read;
int retval, argc = ZEND_NUM_ARGS();
if (argc < 2 || argc > 3 || zend_get_parameters_ex(argc, &arg1, &arg2, &arg3) == FAILURE) {