Home
last modified time | relevance | path

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

1...<<11121314

/PHP-5.4/ext/standard/
H A Dbasic_functions.c1421 ZEND_ARG_INFO(1, errno)
1429 ZEND_ARG_INFO(1, errno)
4451 } else if (errno == EINTR) {
4456 } else if (errno == EINVAL) {
4494 if (errno == EINTR) {
5799 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
/PHP-5.4/sapi/milter/
H A Dphp_milter.c1155 exit(errno); in main()
/PHP-5.4/main/streams/
H A Dxp_socket.c584 strerror(errno)); in php_tcp_sockop_bind()
H A Dstreams.c220 msg = strerror(errno); /* TODO: not ts on linux */ in php_stream_display_wrapper_errors()
/PHP-5.4/sapi/isapi/
H A Dphp5isapi.c44 # define GetLastError() errno
/PHP-5.4/sapi/litespeed/
H A Dlsapi_main.c1044 "Failed to bind socket [%s]: %s\n", php_bind, strerror( errno ) ); in main()
/PHP-5.4/Zend/
H A Dzend_language_scanner.l1514 errno = 0; in lex_scan()
1516 if (errno == ERANGE) { /* Overflow */ in lex_scan()
H A Dzend_strtod.c2236 errno = ERANGE; in zend_strtod()
2295 errno = ERANGE; in zend_strtod()
H A Dzend_language_scanner.c2951 errno = 0; in lex_scan()
2953 if (errno == ERANGE) { /* Overflow */ in lex_scan()
/PHP-5.4/main/
H A Drfc1867.c1045 sapi_module.sapi_error(E_NOTICE, "write() failed - %s", strerror(errno));
/PHP-5.4/
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.php999 $fs = fsockopen($host, $port, $errno, $errstr, 10);
H A DNEWS6716 - Fixed bug #39869 (safe_read does not initialize errno).
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_ps.c1720 MYSQLND_METHOD(mysqlnd_stmt, errno)(const MYSQLND_STMT * const s TSRMLS_DC) in MYSQLND_METHOD() argument
2346 MYSQLND_METHOD(mysqlnd_stmt, errno),
/PHP-5.4/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.4/sapi/cgi/
H A Dcgi_main.c2343 if (errno == EACCES) {
/PHP-5.4/sapi/cli/
H A Dphp_cli_server.c336 return pestrdup(strerror(errno), 1); in get_last_error()
/PHP-5.4/ext/spl/
H A Dspl_directory.c1275 …meException, 0 TSRMLS_CC, "Unable to read link %s, error: %s", intern->file_name, strerror(errno)); in FileInfoFunction()
/PHP-5.4/ext/soap/
H A Dphp_encoding.c1082 errno = 0; in to_zval_long()
/PHP-5.4/ext/phar/
H A Dphar_object.c4222 if (EINVAL == errno && entry->filename_len > 50) {

Completed in 1201 milliseconds

1...<<11121314