Home
last modified time | relevance | path

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

1...<<111213141516

/PHP-8.2/ext/date/lib/
H A Dparse_date.re30 #include <errno.h>
584 errno = 0;
586 if (errno == ERANGE) {
H A Dparse_date.c586 errno = 0; in timelib_get_signed_nr()
588 if (errno == ERANGE) { in timelib_get_signed_nr()
/PHP-8.2/ext/snmp/
H A Dsnmp.c1519 char *error = strerror(errno); in PHP_FUNCTION()
/PHP-8.2/sapi/cgi/
H A Dcgi_main.c2474 if (errno == EACCES) {
/PHP-8.2/Zend/tests/
H A Doperator_unsupported_types.phpt39 set_error_handler(function($errno, $errstr) {
40 assert($errno == E_WARNING || $errno == E_DEPRECATED);
/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c6136 const char*serr=strerror(errno);
6615 int en=errno;
6631 lua_pushfstring(L,"%s: %s",filename,strerror(errno));
6871 return luaL_error(L,"%s",strerror(errno));
6969 int en=errno;
/PHP-8.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c1870 file_error(ms, errno, "can't allocate continuation"); in mget()
/PHP-8.2/ext/spl/
H A Dspl_directory.c1297 …meException, 0, "Unable to read link %s, error: %s", ZSTR_VAL(intern->file_name), strerror(errno)); in FileInfoFunction()
/PHP-8.2/sapi/cli/
H A Dphp_cli_server.c279 return pestrdup(strerror(errno), 1); in get_last_error()
/PHP-8.2/ext/phar/
H A Dphar_object.c4114 if (EINVAL == errno && entry->filename_len > 50) { in phar_extract_file()
/PHP-8.2/ext/soap/
H A Dphp_encoding.c1020 errno = 0; in to_zval_long()
/PHP-8.2/
H A DNEWS270 . Fixed file_get_contents() on Windows fails with "errno=22 Invalid

Completed in 195 milliseconds

1...<<111213141516