Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.4/ext/standard/tests/network/
H A Dtcp6loop.phpt6 …If IPv6 is NOT supported, $errno will be set to something else (indicating parse/getaddrinfo error…
8 @stream_socket_client('tcp://[::1]:0', $errno);
9 if ($errno != 111) die('skip IPv6 not supported.');
H A Dbug20134.phpt6 $fp = fsockopen("udp://localhost", 65534, $errno, $errstr);
10 echo "ERROR: $errno - $errstr<br>\n";
H A Dfsockopen_basic.phpt5 /* Prototype : proto resource fsockopen(string hostname, int port [, int errno [, string errstr [,…
26 $errno = null;
31 $client = fsockopen($hostname, $port, $errno, $errstr, $timeout);
/PHP-5.4/sapi/fpm/fpm/events/
H A Dport.c132 if (errno != EINTR && errno != ETIME) { in fpm_event_port_wait()
133 zlog(ZLOG_WARNING, "poll() returns %d", errno); in fpm_event_port_wait()
/PHP-5.4/ext/sockets/tests/
H A Dsocket_import_stream-5.phpt13 $stream0 = stream_socket_server("udp://0.0.0.0:58380", $errno, $errstr, STREAM_SERVER_BIND);
17 $stream1 = stream_socket_server("udp://0.0.0.0:58381", $errno, $errstr, STREAM_SERVER_BIND);
/PHP-5.4/Zend/tests/
H A Dbug30998.phpt7 function my_error($errno, $errstr, $errfile, $errline)
9 print "$errstr ($errno) in $errfile:$errline\n";
/PHP-5.4/ext/zip/lib/
H A Dzip_source_filep.c138 z->e[1] = errno; in read_file()
146 z->e[1] = errno; in read_file()
165 z->e[1] = errno; in read_file()
172 z->e[1] = errno; in read_file()
207 z->e[1] = errno; in read_file()
H A Dzip_close.c100 _zip_error_set(&za->error, ZIP_ER_REMOVE, errno); in zip_close()
197 _zip_error_set(&za->error, ZIP_ER_SEEK, errno); in zip_close()
315 _zip_error_set(&za->error, ZIP_ER_CLOSE, errno); in zip_close()
327 _zip_error_set(&za->error, ZIP_ER_RENAME, errno); in zip_close()
417 _zip_error_set(&za->error, ZIP_ER_SEEK, errno); in add_data()
434 _zip_error_set(&za->error, ZIP_ER_SEEK, errno); in add_data()
455 _zip_error_set(error, ZIP_ER_READ, errno); in copy_data()
464 _zip_error_set(error, ZIP_ER_WRITE, errno); in copy_data()
534 _zip_error_set(&za->error, ZIP_ER_SEEK, errno); in write_cdir()
539 _zip_error_set(&za->error, ZIP_ER_WRITE, errno); in write_cdir()
[all …]
/PHP-5.4/ext/standard/tests/dir/
H A Dscandir_variation6.phpt57 Warning: scandir(): (errno %d): %s in %s on line %d
62 Warning: scandir(): (errno %d): %s in %s on line %d
69 Warning: scandir(): (errno %d): %s in %s on line %d
74 Warning: scandir(): (errno %d): %s in %s on line %d
/PHP-5.4/ext/mysqli/tests/
H A Dbug55283.phpt19 if ($link->errno == 1064 && ($res = $link->query("SHOW VARIABLES"))) {
24 die(sprintf("skip Failed to test for MySQL SSL support, [%d] %s", $link->errno, $link->error));
30 die(sprintf("skip Failed to test for MySQL SSL support, [%d] %s", $link->errno, $link->error));
33 die(sprintf("skip MySQL has no SSL support, [%d] %s", $link->errno, $link->error));
H A Dbug28817.phpt25 @var_dump($mysql->errno);
30 var_dump($mysql->errno > 0);
H A Dbug_mysql_49406.phpt19 printf("[002] [%d] %s\n", $link->errno, $link->error);
22 printf("[003] No result, [%d] %s\n", $link->errno, $link->error);
31 printf("[005] [%d] %s\n", $link->errno, $link->error);
34 printf("[006] [%d] %s\n", $stmt->errno, $stmt->error);
82 printf("[007] [%d] %s\n", $stmt->errno, $stmt->error);
H A Dmysqli_error_oo.phpt26 …printf("[003] Expecting string/empty, got %s/%s. [%d] %s\n", gettype($tmp), $tmp, $mysqli->errno, …
29 printf("[004] Failed to drop old test table: [%d] %s\n", $mysqli->errno, $mysqli->error);
35 …able... doesn't exit], got %s/%s. [%d] %s\n", gettype($tmp), $tmp, $mysqli->errno, $mysqli->error);
H A Dmysqli_fetch_all_oo.phpt27 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
35 printf("[006] [%d] %s\n", $mysqli->errno, $mysqli->error);
43 printf("[008] [%d] %s\n", $mysqli->errno, $mysqli->error);
51 printf("[009] [%d] %s\n", $mysqli->errno, $mysqli->error);
62 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
80 $mysqli->errno, $$mysqli->error);
91 gettype($tmp), $tmp, $mysqli->errno, $mysqli->error);
98 printf("[%04d] [%d] %s\n", $offset, $link->errno, $link->error);
109 printf("[%04d] [%d] %s\n", $offset + 1, $link->errno, $link->error);
127 printf("[%04d] [%d] %s\n", $offset + 2, $link->errno, $link->error);
[all …]
H A Dmysqli_fetch_object_oo.phpt28 printf("[003] [%d] %s\n", $mysqli->errno, $mysqli->error);
42 printf("[007] Object seems wrong. [%d] %s\n", $mysqli->errno, $mysqli->error);
58 printf("[008] Object seems wrong. [%d] %s\n", $mysqli->errno, $mysqli->error);
74 printf("[009] Object seems wrong. [%d] %s\n", $mysqli->errno, $mysqli->error);
80 printf("[010] Object seems wrong. [%d] %s\n", $mysqli->errno, $mysqli->error);
86 printf("[011] Object seems wrong. [%d] %s\n", $mysqli->errno, $mysqli->error);
96 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
/PHP-5.4/ext/posix/tests/
H A Dposix_times_basic.phpt17 $errno= posix_get_last_error();
18 var_dump(posix_strerror($errno));
/PHP-5.4/ext/fileinfo/libmagic/
H A Dapptype.c57 file_error(ms, errno, "cannot create tempnam"); in file_os2_apptype()
69 file_error(ms, errno, "cannot open tmp file `%s'", path); in file_os2_apptype()
73 file_error(ms, errno, "cannot write tmp file `%s'", in file_os2_apptype()
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_trace_ptrace.c72 errno = 0; in fpm_trace_get_long()
74 if (errno) { in fpm_trace_get_long()
/PHP-5.4/ext/standard/
H A Dlink.c73 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
107 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
167 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
215 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
H A Ddir.c303 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s (errno %d)", strerror(errno), errno); in PHP_FUNCTION()
312 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s (errno %d)", strerror(errno), errno); in PHP_FUNCTION()
338 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s (errno %d)", strerror(errno), errno); in PHP_FUNCTION()
583 php_error_docref(NULL TSRMLS_CC, E_WARNING, "(errno %d): %s", errno, strerror(errno)); in PHP_FUNCTION()
/PHP-5.4/sapi/cgi/
H A Dfastcgi.c113 int orig_errno = errno; \
126 errno = orig_errno; \
458 errno = 0; in fcgi_init()
687 fprintf(stderr, "Cannot bind/listen socket - [%d] %s.\n",errno, strerror(errno)); in fcgi_listen()
780 errno = 0; in safe_write()
795 } else if (ret <= 0 && errno != 0 && errno != EINTR) { in safe_write()
808 errno = 0; in safe_read()
825 } else if (ret <= 0 && errno != 0 && errno != EINTR) { in safe_read()
1224 if (req->fd < 0 && (in_shutdown || (errno != EINTR && errno != ECONNABORTED))) {
1241 errno = 0;
[all …]
/PHP-5.4/sapi/cli/tests/
H A Dphp_cli_server_009.phpt18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
37 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
57 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
/PHP-5.4/ext/intl/collator/
H A Dcollator_is_numeric.c140 errno = ERANGE;
212 errno = ERANGE;
241 errno=0; in collator_is_numeric()
243 if (errno != ERANGE) { in collator_is_numeric()
/PHP-5.4/ext/standard/tests/streams/
H A Dbug61371-win.phpt22 …$stream = stream_socket_client('udp://127.0.0.1:80', $errno, $errstr, 10, STREAM_CLIENT_CONNECT, $…
26 unset($errno);
H A Dbug61371.phpt22 …$stream = stream_socket_client('udp://0.0.0.0:80', $errno, $errstr, 10, STREAM_CLIENT_CONNECT, $co…
26 unset($errno);

Completed in 48 milliseconds

12345678910>>...14