Home
last modified time | relevance | path

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

1...<<11121314151617

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c30068 savedErrno = errno;
30088 errno = savedErrno;
30939 tErrno = errno;
30961 tErrno = errno;
30971 tErrno = errno;
31007 tErrno = errno;
35223 if( errno==ENOENT
35611 return errno;
35907 terrno = errno;
35917 terrno = errno;
[all …]
/PHP-7.0/sapi/cli/
H A Dphp_cli_server.c274 return pestrdup(strerror(errno), 1); in get_last_error()
/PHP-7.0/ext/spl/
H A Dspl_directory.c1250 …l_ce_RuntimeException, 0, "Unable to read link %s, error: %s", intern->file_name, strerror(errno)); in FileInfoFunction()
/PHP-7.0/ext/phar/
H A Dphar_object.c4197 if (EINVAL == errno && entry->filename_len > 50) { in phar_extract_file()
/PHP-7.0/ext/soap/
H A Dphp_encoding.c1043 errno = 0; in to_zval_long()
/PHP-7.0/
H A DNEWS316 . Fixed bug #74906 (fixed incorrect errno.h include). (petk)

Completed in 739 milliseconds

1...<<11121314151617