Home
last modified time | relevance | path

Searched refs:errno (Results 201 – 225 of 387) sorted by relevance

12345678910>>...16

/PHP-8.2/ext/fileinfo/libmagic/
H A Dcdf_time.c140 errno = EINVAL; in cdf_timestamp_to_timespec()
157 errno = EINVAL; in cdf_timespec_to_timestamp()
/PHP-8.2/ext/sockets/
H A Dmulticast.c228 PHP_SOCKET_ERROR(php_sock, "Unable to set socket option", errno); in php_do_mcast_opt()
297 PHP_SOCKET_ERROR(php_sock, "Unable to set socket option", errno); in php_do_setsockopt_ip_mcast()
361 PHP_SOCKET_ERROR(php_sock, "Unable to set socket option", errno); in php_do_setsockopt_ipv6_mcast()
734 "Failed obtaining address for interface %u: error %d", if_index, errno);
740 "Failed obtaining address for interface %u: error %d", if_index, errno);
770 (errno != EINVAL || lastsize != 0)) {
772 "Failed obtaining interfaces list: error %d", errno);
815 errno);
/PHP-8.2/ext/standard/tests/dir/
H A Dchdir_error2-win32-mb.phpt24 Warning: chdir(): %s (errno %d) in %s on line %d
H A Dscandir_variation5.phpt75 Warning: scandir(): (errno %d): %s in %s on line %d
82 Warning: scandir(): (errno %d): %s in %s on line %d
/PHP-8.2/ext/standard/tests/network/
H A Dudp4loop.phpt8 $server = @stream_socket_server($uri, $errno, $errstr, STREAM_SERVER_BIND);
/PHP-8.2/Zend/tests/
H A Dbug70689.phpt10 set_error_handler(function($errno, $errstr) {
H A Dbug60909_1.phpt6 set_error_handler(function($errno, $errstr, $errfile, $errline){
/PHP-8.2/ext/standard/tests/streams/
H A Dbug69521.phpt6 $sock = stream_socket_server($serverUri, $errno, $errstr, STREAM_SERVER_BIND | STREAM_SERVER_LISTEN…
H A Dbug60106-001.phpt12 function get_truncated_socket_filename($errno, $errmsg, $file, $line) {
H A Dgh8409.phpt5 set_error_handler(function (int $errno, string $errstring): never {
/PHP-8.2/ext/openssl/tests/
H A Dstream_security_level.phpt31 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
49 $client = stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx);
H A Dbug65729.phpt21 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
45 var_dump(stream_socket_client($serverUri, $errno, $errstr, 2, $clientFlags, $clientCtx));
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_poll_kill.phpt48 } else if ($link->errno > 0) {
49 printf("[005] Error: %d\n", $link->errno);
164 } else if ($link->errno > 0) {
166 printf("[020] Error: %d/%s\n", $link->errno, $link->error);
170 // None of these will indicate an error, check errno on the list of returned connections!
H A Dmysqli_class_mysqli_interface.phpt100 "errno" => true,
172 assert(mysqli_errno($link) === $mysqli->errno);
173 printf("mysqli->errno = '%s'/%s ('%s'/%s)\n",
174 $mysqli->errno, gettype($mysqli->errno),
278 mysqli->errno = '0'/integer ('0'/integer)
H A Dbug36802.phpt35 $x[2] = $mysql->errno;
/PHP-8.2/Zend/tests/match/
H A D029.phpt6 set_error_handler(function ($errno, $message) {
H A D030.phpt6 set_error_handler(function ($errno, $message) {
/PHP-8.2/ext/shmop/
H A Dshmop.c187 …ocref(NULL, E_WARNING, "Unable to attach or create shared memory segment \"%s\"", strerror(errno)); in PHP_FUNCTION()
193 …docref(NULL, E_WARNING, "Unable to get shared memory segment information \"%s\"", strerror(errno)); in PHP_FUNCTION()
204 …error_docref(NULL, E_WARNING, "Unable to attach to shared memory segment \"%s\"", strerror(errno)); in PHP_FUNCTION()
/PHP-8.2/ext/standard/tests/file/
H A Dfwrite.phpt30 Notice: fwrite(): Write of 4 bytes failed with errno=9 Bad file descriptor in %s on line %d
/PHP-8.2/Zend/tests/bug67436/
H A Dbug67436.phpt16 set_error_handler(function ($errno, $errstr, $errfile, $errline) {
/PHP-8.2/sapi/fpm/fpm/events/
H A Dpoll.c141 if (errno != EINTR) { in fpm_event_poll_wait()
142 zlog(ZLOG_WARNING, "poll() returns %d", errno); in fpm_event_poll_wait()
/PHP-8.2/ext/sysvmsg/
H A Dsysvmsg.c235 …php_error_docref(NULL, E_WARNING, "Failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno)); in PHP_FUNCTION()
339 ZEND_TRY_ASSIGN_REF_LONG(zerrcode, errno); in PHP_FUNCTION()
421 php_error_docref(NULL, E_WARNING, "msgsnd failed: %s", strerror(errno)); in PHP_FUNCTION()
423 ZEND_TRY_ASSIGN_REF_LONG(zerror, errno); in PHP_FUNCTION()
/PHP-8.2/ext/gd/tests/
H A Dbug79945.phpt7 set_error_handler(function($errno, $errstr) {
/PHP-8.2/ext/zend_test/tests/
H A Dobserver_error_05.phpt12 set_error_handler(function ($errno, $errstr, $errfile, $errline) {
/PHP-8.2/ext/sockets/tests/
H A Dsocket_export_stream-2.phpt14 …socket_export_stream(stream_socket_server("udp://127.0.0.1:0", $errno, $errstr, STREAM_SERVER_BIND…

Completed in 54 milliseconds

12345678910>>...16