Home
last modified time | relevance | path

Searched refs:errno (Results 326 – 344 of 344) sorted by relevance

1...<<11121314

/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c44 # define GetLastError() errno
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c1092 "Failed to bind socket [%s]: %s\n", php_bind, strerror( errno ) ); in main()
/PHP-5.5/Zend/
H A Dzend_language_scanner.l1526 errno = 0;
1528 if (errno == ERANGE) { /* Overflow */
H A Dzend_strtod.c2236 errno = ERANGE; in zend_strtod()
2295 errno = ERANGE; in zend_strtod()
H A Dzend_language_scanner.c2965 errno = 0; in lex_scan()
2967 if (errno == ERANGE) { /* Overflow */ in lex_scan()
/PHP-5.5/
H A DUPGRADING185 errno is EAGAIN, EWOULDBLOCK or EINPROGRESS.
H A Dacinclude.m41225 #include <errno.h>
1233 if (pwrite(fd, "text", 4, -1) != -1 || errno != EINVAL) exit(1);
1255 #include <errno.h>
1263 if (pread(fd, buf, 2, -1) != -1 || errno != EINVAL) exit(1);
H A Dserver-tests.php249 public $errno = 0; variable in HTTPRequest
H A Drun-tests.php1002 $fs = fsockopen($host, $port, $errno, $errstr, 10);
H A DNEWS7905 - Fixed bug #39869 (safe_read does not initialize errno).
/PHP-5.5/main/
H A Drfc1867.c1045 sapi_module.sapi_error(E_NOTICE, "write() failed - %s", strerror(errno));
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps.c1705 MYSQLND_METHOD(mysqlnd_stmt, errno)(const MYSQLND_STMT * const s TSRMLS_DC) in MYSQLND_METHOD() argument
2331 MYSQLND_METHOD(mysqlnd_stmt, errno),
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c26139 savedErrno = errno;
26159 errno = savedErrno;
27058 tErrno = errno;
27080 tErrno = errno;
27090 tErrno = errno;
27126 tErrno = errno;
27596 int tErrno = errno;
31381 if( errno==ENOENT
32001 terrno = errno;
32011 terrno = errno;
[all …]
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c2351 if (errno == EACCES) {
/PHP-5.5/main/streams/
H A Dstreams.c220 msg = strerror(errno); /* TODO: not ts on linux */ in php_stream_display_wrapper_errors()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c381 return pestrdup(strerror(errno), 1); in get_last_error()
/PHP-5.5/ext/spl/
H A Dspl_directory.c1278 …meException, 0 TSRMLS_CC, "Unable to read link %s, error: %s", intern->file_name, strerror(errno)); in FileInfoFunction()
/PHP-5.5/ext/phar/
H A Dphar_object.c4139 if (EINVAL == errno && entry->filename_len > 50) { in phar_extract_file()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c1082 errno = 0; in to_zval_long()

Completed in 485 milliseconds

1...<<11121314