Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.4/ext/mysqli/tests/
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 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 Dbug31668.phpt18 if ($mysql->errno == 0) {
32 if ($mysql->errno == 0) {
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);
H A Dmysqli_class_mysqli_warning.phpt84 assert(0 === $warning->errno);
85 printf("warning->errno = '%s'\n", $warning->errno);
127 warning->errno = ''
H A Dbug34810.phpt32 if ($warning->errno == 1048 || $warning->errno == 1253) {
76 [%u|b%"errno"]=>
117 [%u|b%"errno"]=>
H A Dmysqli_ping.phpt28 if (!($errno = mysqli_errno($link)))
32 if ($errno === mysqli_errno($link))
/PHP-5.4/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.4/ext/standard/tests/dir/
H A Dscandir_variation6-win32.phpt59 Warning: scandir(): (errno %d): %s in %s on line %d
66 Warning: scandir(): (errno %d): %s in %s on line %d
75 Warning: scandir(): (errno %d): %s in %s on line %d
82 Warning: scandir(): (errno %d): %s in %s on line %d
/PHP-5.4/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.4/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.4/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.4/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.4/main/streams/
H A Dplain_wrapper.c257 if (stream->position == (off_t)-1 && errno == ESPIPE) { in _php_stream_fopen_from_fd()
353 if (ret == (size_t)-1 && errno == EINTR) { in php_stdiop_read()
360 …stream->eof = (ret == 0 || (ret == (size_t)-1 && errno != EWOULDBLOCK && errno != EINTR && errno !… in php_stdiop_read()
402 errno = 0; in php_stdiop_close()
1047 php_error_docref1(NULL TSRMLS_CC, url, E_WARNING, "%s", strerror(errno)); in php_plain_files_unlink()
1095 if (errno == EXDEV) { in php_plain_files_rename()
1101 if (errno == EPERM) { in php_plain_files_rename()
1110 if (errno == EPERM) { in php_plain_files_rename()
1132 php_error_docref2(NULL TSRMLS_CC, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
1212 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in php_plain_files_mkdir()
[all …]
/PHP-5.4/win32/
H A Dtime.c114 errno = EINVAL; in nanosleep()
175 errno = EINVAL;
191 errno = EINVAL;
/PHP-5.4/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.4/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.4/ext/mysql/tests/
H A Dmysql_ping.phpt24 if (!($errno = mysql_errno($link)))
29 if ($errno === mysql_errno($link))
/PHP-5.4/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);
/PHP-5.4/ext/iconv/tests/
H A Diconv_strpos.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
11 echo "$errno: $errmsg\n";
H A Diconv_strrpos.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
11 echo "$errno: $errmsg\n";

Completed in 34 milliseconds

12345678910>>...14