Home
last modified time | relevance | path

Searched refs:errno (Results 401 – 412 of 412) sorted by relevance

1...<<11121314151617

/PHP-7.3/
H A Dserver-tests.php241 public $errno = 0; variable in HTTPRequest
H A Drun-tests.php1048 $fs = fsockopen($host, $port, $errno, $errstr, 10);
/PHP-7.3/sapi/litespeed/
H A Dlsapi_main.c1564 "Failed to bind socket [%s]: %s\n", php_bind, strerror( errno ) ); in main()
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_connection.c2642 errno, strerror(errno), max_fd);
/PHP-7.3/main/streams/
H A Dstreams.c202 msg = strerror(errno); /* TODO: not ts on linux */ in php_stream_display_wrapper_errors()
/PHP-7.3/sapi/cgi/
H A Dcgi_main.c2522 if (errno == EACCES) {
/PHP-7.3/ext/snmp/
H A Dsnmp.c1741 char *error = strerror(errno); in PHP_FUNCTION()
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c33296 savedErrno = errno;
33316 errno = savedErrno;
34260 tErrno = errno;
34282 tErrno = errno;
34292 tErrno = errno;
34328 tErrno = errno;
38688 if( errno==ENOENT
39076 return errno;
39372 terrno = errno;
39382 terrno = errno;
[all …]
/PHP-7.3/sapi/cli/
H A Dphp_cli_server.c273 return pestrdup(strerror(errno), 1); in get_last_error()
/PHP-7.3/ext/spl/
H A Dspl_directory.c1276 …l_ce_RuntimeException, 0, "Unable to read link %s, error: %s", intern->file_name, strerror(errno)); in FileInfoFunction()
/PHP-7.3/ext/soap/
H A Dphp_encoding.c1029 errno = 0; in to_zval_long()
/PHP-7.3/ext/phar/
H A Dphar_object.c4136 if (EINVAL == errno && entry->filename_len > 50) { in phar_extract_file()

Completed in 505 milliseconds

1...<<11121314151617