Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.5/ext/standard/
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.5/ext/mysqli/tests/
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);
H A Dmysqli_connect_oo_defaults.phpt35 printf("[001] [%d] %s\n", $mysqli->errno, $mysqli->error);
58 printf("[003] [%d] %s\n", $mysqli->errno, $mysqli->error);
76 printf("[005] [%d] %s\n", $mysqli->errno, $mysqli->error);
94 printf("[007] [%d] %s\n", $mysqli->errno, $mysqli->error);
112 printf("[009] [%d] %s\n", $mysqli->errno, $mysqli->error);
116 printf("[010] [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dmysqli_class_mysqli_properties_no_conn.phpt45 assert(@mysqli_errno($mysqli) === @$mysqli->errno);
46 printf("mysqli->errno = '%s'/%s ('%s'/%s)\n",
47 @$mysqli->errno, gettype(@$mysqli->errno),
152 errno = 'NULL'
173 errno = 'NULL'
194 mysqli->errno = ''/NULL (''/NULL)
225 errno = 'NULL'
246 errno = 'NULL'
267 mysqli->errno = ''/NULL (''/NULL)
H A Dbug45019.phpt17 printf("[001] [%d] %s\n", $link->errno, $link->error);
28 printf("[002] [%d] %s\n", $link->errno, $link->error);
32 printf("[003] [%d] %s\n", $stmt->errno, $stmt->error);
H A Dbug31668.phpt18 if ($mysql->errno == 0) {
32 if ($mysql->errno == 0) {
H A Dmysqli_fetch_array_oo.phpt22 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
43 printf("[010] Cannot run query, [%d] %s\n", $mysqli->errno, $$mysqli->error);
51 $mysqli->errno, $$mysqli->error);
62 gettype($tmp), $tmp, $mysqli->errno, $mysqli->error);
67 gettype($tmp), $tmp, $mysqli->errno, $mysqli->error);
74 printf("[%04d] [%d] %s\n", $offset, $mysqli->errno, $mysqli->error);
85 printf("[%04d] [%d] %s\n", $offset + 1, $mysqli->errno, $mysqli->error);
103 printf("[%04d] [%d] %s\n", $offset + 2, $mysqli->errno, $mysqli->error);
108 printf("[%04d] [%d] %s\n", $offset + 3, $mysqli->errno, $mysqli->error);
119 gettype($row['label']), $row['label'], $mysqli->errno, $mysqli->error);
[all …]
H A Dmysqli_auth_pam.phpt22 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
48 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
72 printf("[002] [%d] %s\n", $link->errno, $link->error);
75 printf("[003] [%d] %s\n", $link->errno, $link->error);
/PHP-5.5/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);
/PHP-5.5/Zend/tests/
H A Dbug41209.phpt13 public static function errorHandler($errno, $errstr, $errfile, $errline)
15 throw new ErrorException($errstr, 0, $errno, $errfile, $errline);
/PHP-5.5/main/
H A Dreentrancy.c143 ret = errno; in php_readdir_r()
154 errno = 0; in php_readdir_r()
158 if (!ptr && errno != 0) in php_readdir_r()
159 ret = errno; in php_readdir_r()
/PHP-5.5/ext/dba/libcdb/
H A Dcdb.c107 errno = EPROTO; in cdb_read()
114 } while ((r == -1) && (errno == EINTR)); in cdb_read()
118 errno = EPROTO; in cdb_read()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfsmagic.c112 file_error(ms, errno, "cannot stat `%s'", fn); in file_fsmagic()
121 file_error(ms, errno, "cannot stat `%s'", fn); in file_fsmagic()
209 file_error(ms, errno, "unreadable symlink `%s'", fn); in file_fsmagic()
/PHP-5.5/ext/intl/tests/
H A Dtimezone_hasSameRules_error.phpt11 function error_handler($errno, $errstr, $errfile, $errline)
13 var_dump($errno, $errstr);
H A Dcalendar_setTimeZone_error.phpt17 function eh($errno, $errstr) {
18 echo "error: $errno, $errstr\n";
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_008.phpt15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
34 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
/PHP-5.5/main/streams/
H A Dplain_wrapper.c258 if (stream->position == (off_t)-1 && errno == ESPIPE) { in _php_stream_fopen_from_fd()
382 if (ret == (size_t)-1 && errno == EINTR) { in php_stdiop_read()
389 …stream->eof = (ret == 0 || (ret == (size_t)-1 && errno != EWOULDBLOCK && errno != EINTR && errno !… in php_stdiop_read()
431 errno = 0; in php_stdiop_close()
1074 php_error_docref1(NULL TSRMLS_CC, url, E_WARNING, "%s", strerror(errno)); in php_plain_files_unlink()
1121 if (errno == EXDEV) { in php_plain_files_rename()
1127 if (errno == EPERM) { in php_plain_files_rename()
1136 if (errno == EPERM) { in php_plain_files_rename()
1158 php_error_docref2(NULL TSRMLS_CC, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
1238 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in php_plain_files_mkdir()
[all …]
/PHP-5.5/ext/openssl/tests/
H A Dbug46127.phpt21 …$sock = stream_socket_server('ssl://127.0.0.1:'.$port, $errno, $errstr, STREAM_SERVER_BIND | STREA…
48 $sock = fsockopen('ssl://127.0.0.1', $port, $errno, $errstr);
H A Dbug54992.phpt13 $server = stream_socket_server('ssl://127.0.0.1:64321', $errno, $errstr,
30 var_dump(stream_socket_client("ssl://127.0.0.1:64321", $errno, $errstr, 1,
/PHP-5.5/sapi/fpm/fpm/events/
H A Dselect.c105 if (errno != EINTR) { in fpm_event_select_wait()
106 zlog(ZLOG_WARNING, "poll() returns %d", errno); in fpm_event_select_wait()
/PHP-5.5/win32/
H A Dtime.c114 errno = EINVAL; in nanosleep()
175 errno = EINVAL;
191 errno = EINVAL;
/PHP-5.5/ext/standard/tests/assert/
H A Dassert02.phpt11 function handler($errno, $errstr) {
13 assert(E_RECOVERABLE_ERROR === $errno);
H A Dassert_error1.phpt15 function handler($errno, $errstr) {
17 assert(E_RECOVERABLE_ERROR === $errno);

Completed in 64 milliseconds

12345678910>>...14