-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/sockets/tests/
File Upload :
Current File : //usr/src/php/ext/sockets/tests/socket_set_nonblock-wrongparams.phpt

--TEST--
Test if socket_set_nonblock throws E_WARNING with wrong parameters.
--SKIPIF--
<?php
if (!extension_loaded('sockets')) {
    die('SKIP The sockets extension is not loaded.');
}
--FILE--
<?php
$socket = socket_set_nonblock(array());
?>
--EXPECTF--
Warning: socket_set_nonblock() expects parameter 1 to be resource, array given in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee