Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.5/ext/posix/tests/
H A Dposix_kill_basic.phpt25 $errno = posix_get_last_error();
27 var_dump($errno);
28 var_dump(posix_strerror($errno));
H A Dposix_times_basic.phpt17 $errno= posix_get_last_error();
18 var_dump(posix_strerror($errno));
/PHP-5.5/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.5/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.5/sapi/fpm/fpm/
H A Dfpm_signals.c144 int saved_errno = errno; in sig_soft_quit()
152 errno = saved_errno; in sig_soft_quit()
175 saved_errno = errno; in sig_handler()
178 errno = saved_errno; in sig_handler()
H A Dfpm_trace_ptrace.c72 errno = 0; in fpm_trace_get_long()
74 if (errno) { in fpm_trace_get_long()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_stmt_interface.phpt89 printf("[001] [%d] %s\n", $stmt->errno, $stmt->error);
94 assert(mysqli_stmt_errno($stmt) === $stmt->errno);
95 printf("stmt->errno = '%s'\n", $stmt->errno);
129 printf("[002] [%d] %s\n", $stmt->errno, $stmt->error);
147 errno
163 errno
179 stmt->errno = '0'
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);
/PHP-5.5/Zend/tests/
H A Dbug30998.phpt7 function my_error($errno, $errstr, $errfile, $errline)
9 print "$errstr ($errno) in $errfile:$errline\n";
/PHP-5.5/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.5/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.5/ext/mysql/tests/
H A Dmysql_errno.phpt45 $errno = mysql_errno();
46 if (!is_int($errno))
47 printf("[006] Expecting int/any (e.g 1046, 2005) got %s/%s\n", gettype($errno), $errno);
/PHP-5.5/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.5/ext/opcache/
H A Dzend_shared_alloc.c92 zend_accel_error(ACCEL_LOG_FATAL, "Unable to create lock file: %s (%d)", strerror(errno), errno); in zend_shared_alloc_create_lock()
104 …segment of %ld bytes: %s: %s (%d)", allocate_size, error?error:"unknown", strerror(errno), errno ); in no_memory_bailout()
386 if (errno == EINTR) { in zend_shared_alloc_lock()
389 zend_accel_error(ACCEL_LOG_ERROR, "Cannot create lock - %s (%d)", strerror(errno), errno); in zend_shared_alloc_lock()
417 zend_accel_error(ACCEL_LOG_ERROR, "Cannot remove lock - %s (%d)", strerror(errno), errno); in zend_shared_alloc_unlock()
/PHP-5.5/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()
/PHP-5.5/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()
1226 if (req->fd < 0 && (in_shutdown || (errno != EINTR && errno != ECONNABORTED))) {
1243 errno = 0;
[all …]
/PHP-5.5/ext/sockets/
H A Dwindows_common.h28 #ifdef errno
29 # undef errno
31 #define errno WSAGetLastError() macro
/PHP-5.5/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.5/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()

Completed in 40 milliseconds

12345678910>>...14