Home
last modified time | relevance | path

Searched refs:errno (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/PHP-5.5/ext/standard/tests/dir/
H A Dchdir_variation1.phpt119 Warning: chdir(): %s (errno %d) in %s on line %d
124 Warning: chdir(): %s (errno %d) in %s on line %d
129 Warning: chdir(): %s (errno %d) in %s on line %d
134 Warning: chdir(): %s (errno %d) in %s on line %d
139 Warning: chdir(): %s (errno %d) in %s on line %d
144 Warning: chdir(): %s (errno %d) in %s on line %d
149 Warning: chdir(): %s (errno %d) in %s on line %d
154 Warning: chdir(): %s (errno %d) in %s on line %d
159 Warning: chdir(): %s (errno %d) in %s on line %d
164 Warning: chdir(): %s (errno %d) in %s on line %d
[all …]
H A Dscandir_variation1.phpt109 Warning: scandir(): (errno %d): %s in %s on line %d
116 Warning: scandir(): (errno %d): %s in %s on line %d
123 Warning: scandir(): (errno %d): %s in %s on line %d
130 Warning: scandir(): (errno %d): %s in %s on line %d
137 Warning: scandir(): (errno %d): %s in %s on line %d
144 Warning: scandir(): (errno %d): %s in %s on line %d
151 Warning: scandir(): (errno %d): %s in %s on line %d
158 Warning: scandir(): (errno %d): %s in %s on line %d
165 Warning: scandir(): (errno %d): %s in %s on line %d
182 Warning: scandir(): (errno %d): %s in %s on line %d
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_autocommit_oo.phpt32 printf("[003] [%d] %s\n", $mysqli->errno, $mysqli->error);
35 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
46 printf("[007] [%d] %s\n", $mysqli->errno, $mysqli->error);
53 printf("[009] [%d] %s\n", $mysqli->errno, $mysqli->error);
60 printf("[011] [%d] %s\n", $mysqli->errno, $mysqli->error);
63 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
66 printf("[013] [%d] %s\n", $mysqli->errno, $mysqli->error);
70 $tmp['num'], $mysqli->errno, $mysqli->error);
75 printf("[015] [%d] %s\n", $mysqli->errno, $mysqli->error);
78 printf("[016] [%d] %s\n", $mysqli->errno, $mysqli->error);
[all …]
H A Dbug52891.phpt21 printf("[002] [%d] %s\n", $link->errno, $link->error);
26 printf("[003] [%d] %s\n", $link->errno, $link->error);
31 printf("[004] [%d] %s\n", $link->errno, $link->error);
34 printf("[005] [%d] %s\n", $link->errno, $link->error);
39 printf("[006] [%d] %s\n", $stmt1->errno, $stmt1->error);
42 printf("[007] [%d] %s\n", $stmt2->errno, $stmt2->error);
46 printf("[008] [%d] %s\n", $stmt1->errno, $stmt1->error);
49 printf("[009] [%d] %s\n", $stmt2->errno, $stmt2->error);
54 printf("[010] [%d] %s\n", $stmt2->errno, $stmt2->error);
60 printf("[011] [%d] %s\n", $stmt1->errno, $stmt1->error);
[all …]
H A Dmysqli_errno_oo.phpt2 $mysqli->errno
17 if (0 !== ($tmp = @$mysqli->errno))
24 var_dump($mysqli->errno);
27 printf("[003] Failed to drop old test table: [%d] %s\n", $mysqli->errno, $mysqli->error);
31 var_dump($mysqli->errno);
34 if (($tmp = $mysqli->errno) === 0)
39 var_dump($mysqli->errno);
H A D030.phpt14 $errno = mysqli_errno($link);
15 var_dump($errno);
20 $errno = mysqli_errno($link);
22 var_dump($errno);
H A Dbug51647.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));
46 printf("[002] [%d] %s\n", $link->errno, $link->error);
53 if (1064 == $link->errno) {
60 printf("[005] [%d] %s\n", $link->errno, $link->error);
63 printf("[004] [%d] %s\n", $link->errno, $link->error);
67 printf("[006] [%d] %s\n", $link->errno, $link->error);
H A Dmysqli_commit_oo.phpt14 die(sprintf("Needs InnoDB support, [%d] %s", $link->errno, $link->error));
42 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
50 printf("[006] [%d] %s\n", $mysqli->errno, $mysqli->error);
59 printf("[008] [%d] %s\n", $mysqli->errno, $mysqli->error);
62 printf("[009] [%d] %s\n", $mysqli->errno, $mysqli->error);
72 printf("[011] [%d] %s\n", $mysqli->errno, $mysqli->error);
76 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
79 printf("[013] [%d] %s\n", $mysqli->errno, $mysqli->error);
82 printf("[014] [%d] %s\n", $mysqli->errno, $mysqli->error);
85 printf("[015] [%d] %s\n", $mysqli->errno, $mysqli->error);
[all …]
H A Dmysqli_stmt_multires.phpt19 printf("[001] [%d] %s\n", $link->error, $link->errno);
23 printf("[002] [%d] %s\n", $link->error, $link->errno);
27 printf("[003] [%d] %s\n", $stmt->error, $stmt->errno);
31 printf("[005] [%d] %s\n", $stmt->error, $stmt->errno);
37 printf("[004] [%d] %s\n", $stmt->error, $stmt->errno);
42 printf("[006] [%d] %s\n", $stmt->error, $stmt->errno);
63 printf("[010] [%d] %s\n", $stmt->error, $stmt->errno);
68 printf("[011] [%d] %s\n", $stmt->error, $stmt->errno);
99 printf("[001] [%d] %s\n", $link->error, $link->errno);
H A Dmysqli_affected_rows_oo.phpt26 printf("[003] [%d] %s\n", $mysqli->errno, $mysqli->error);
29 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
32 printf("[005] [%d] %s\n", $mysqli->errno, $mysqli->error);
43 printf("[008] [%d] %s\n", $mysqli->errno, $mysqli->error);
49 printf("[010] [%d] %s\n", $mysqli->errno, $mysqli->error);
55 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
62 printf("[014] [%d] %s\n", $mysqli->errno, $mysqli->error);
68 printf("[015] [%d] %s\n", $mysqli->errno, $mysqli->error);
74 printf("[017] [%d] %s\n", $mysqli->errno, $mysqli->error);
80 printf("[019] [%d] %s\n", $mysqli->errno, $mysqli->error);
[all …]
H A Dmysqli_ps_select_union.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);
53 printf("[005] [%d] %s\n", $link->errno, $link->error);
58 printf("[006] [%d] %s\n", $stmt->errno, $stmt->error);
74 printf("[008] [%d] %s\n", $link->errno, $link->error);
84 printf("[009] [%d] %s\n", $link->errno, $link->error);
88 printf("[010] [%d] %s\n", $stmt->errno, $stmt->error);
123 printf("[015] [%d] %s\n", $link->errno, $link->error);
133 printf("[016] [%d] %s\n", $link->errno, $link->error);
[all …]
H A Dbug48909.phpt18 printf("[002] [%d] %s\n", $link->errno, $link->error);
21 printf("[003] [%d] %s\n", $link->errno, $link->error);
24 printf("[004] [%d] %s\n", $stmt->errno, $stmt->error);
27 if ($stmt->errno != 1366) {
32 printf("[005] [%d] %s\n", $stmt->errno, $stmt->error);
H A Dmysqli_pam_sha256.phpt24 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
38 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
42 die(sprintf("skip Failed to check RSA pub key, [%d] %s\n", $link->errno, $link->error));
46 …die(sprintf("skip Server misconfiguration? RSA pub key is suspicious, [%d] %s\n", $link->errno, $l…
50 die(sprintf("skip Cannot set @@session.old_passwords=2 [%d] %s", $link->errno, $link->error));
59 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
64 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
70 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
90 printf("[002] [%d] %s\n", $link->errno, $link->error);
93 printf("[003] [%d] %s\n", $link->errno, $link->error);
H A Dbug44897.phpt25 printf("[001] [%d] %s\n", $link->errno, $link->error);
28 printf("[002] [%d] %s\n", $link->errno, $link->error);
34 printf("[003] [%d] %s\n", $link->errno, $link->error);
37 printf("[004] [%d] %s\n", $stmt->errno, $stmt->error);
41 printf("[005] [%d] %s\n", $stmt->errno, $stmt->error);
53 $link->errno, $link->error);
58 printf("[008] [%d] %s\n", $stmt2->errno, $stmt2->error);
62 printf("[009] [%d] %s\n", $stmt2->errno, $stmt2->error);
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcompress.c162 if (errno == EINTR) in swrite()
208 if (errno == EINTR || errno == EAGAIN) in sread()
229 if (errno == EINTR) in sread()
256 r = errno; in file_pipe2file()
258 errno = r; in file_pipe2file()
264 te = errno; in file_pipe2file()
266 errno = te; in file_pipe2file()
270 file_error(ms, errno, in file_pipe2file()
453 strerror(errno)); in uncompressbuf()
463 strerror(errno)); in uncompressbuf()
[all …]
/PHP-5.5/ext/posix/tests/
H A Dposix_strerror_error.phpt9 /* Prototype : proto string posix_strerror(int errno)
10 * Description: Retrieve the system error message associated with the given errno.
21 $errno = posix_get_last_error();
23 var_dump( posix_strerror($errno, $extra_arg) );
26 $errno = -999;
27 echo gettype( posix_strerror($errno) )."\n";
/PHP-5.5/tests/lang/
H A D039.phpt12 function __construct($errstr, $errno, $errfile, $errline)
14 parent::__construct($errstr, $errno);
20 function Error2Exception($errno, $errstr, $errfile, $errline)
22 throw new MyException($errstr, $errno, $errfile, $errline);
H A D038.phpt8 function __construct($errstr, $errno=0, $errfile='', $errline='')
10 parent::__construct($errstr, $errno);
16 function Error2Exception($errno, $errstr, $errfile, $errline)
18 throw new MyException($errstr, $errno);//, $errfile, $errline);
H A Derror_2_exception_001.phpt10 $this->errno = $_errno;
15 return $this->errno;
23 function ErrorsToExceptions($errno, $errmsg) {
24 throw new MyException($errno, $errmsg);
/PHP-5.5/ext/sysvsem/
H A Dsysvsem.c208 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION()
239 if (errno != EINTR) { in PHP_FUNCTION()
240 …L TSRMLS_CC, E_WARNING, "failed acquiring SYSVSEM_SETVAL for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION()
248 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION()
259 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION()
264 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION()
269 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION()
280 if (errno != EINTR) { in PHP_FUNCTION()
281 …L TSRMLS_CC, E_WARNING, "failed releasing SYSVSEM_SETVAL for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION()
320 if (errno != EINTR) { in php_sysvsem_semop()
[all …]
/PHP-5.5/ext/standard/tests/network/
H A Dfsockopen_error.phpt5 /* Prototype : proto resource fsockopen(string hostname, int port [, int errno [, string errstr [,…
18 $errno = 10;
22 var_dump( fsockopen($hostname, $port, $errno, $errstr, $timeout, $extra_arg) );
24 var_dump($errno);
32 $errno = null;
35 var_dump( fsockopen($hostname, $port, $errno, $errstr, $timeout) );
41 $errno = null;
44 var_dump( fsockopen($hostname, $port, $errno, $errstr, $timeout) );
/PHP-5.5/ext/pcntl/
H A Dpcntl.c141 ZEND_ARG_INFO(0, errno)
547 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
587 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
622 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
898 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
930 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
952 PCNTL_G(last_error) = errno; in PHP_FUNCTION()
1117 errno = 0; in PHP_FUNCTION()
1121 if (errno) { in PHP_FUNCTION()
1123 switch (errno) { in PHP_FUNCTION()
[all …]
/PHP-5.5/Zend/tests/
H A Dbug46241.phpt9 public function errorHandler1( $errno, $errstr )
15 public function errorHandler2( $errno, $errstr )
29 function errorHandler1( $errno, $errstr )
35 function errorHandler2( $errno, $errstr )
/PHP-5.5/ext/standard/
H A Dflock_compat.c63 errno = EINVAL; in php_flock()
70 (errno == EACCES || errno == EAGAIN)) in php_flock()
71 errno = EWOULDBLOCK; in php_flock()
167 errno = 0;
/PHP-5.5/ext/session/
H A Dmod_files.c170 } while (ret == -1 && errno == EINTR); in ps_files_open()
177 …CC, E_WARNING, "fcntl(%d, F_SETFD, FD_CLOEXEC) failed: %s (%d)", data->fd, strerror(errno), errno); in ps_files_open()
181 …docref(NULL TSRMLS_CC, E_WARNING, "open(%s, O_RDWR) failed: %s (%d)", buf, strerror(errno), errno); in ps_files_open()
199 …C, E_NOTICE, "ps_files_cleanup_dir: opendir(%s) failed: %s (%d)", dirname, strerror(errno), errno); in ps_files_cleanup_dir()
286 errno = 0; in PS_OPEN_FUNC()
288 if (errno == ERANGE) { in PS_OPEN_FUNC()
295 errno = 0; in PS_OPEN_FUNC()
297 if (errno == ERANGE || filemode < 0 || filemode > 07777) { in PS_OPEN_FUNC()
390 php_error_docref(NULL TSRMLS_CC, E_WARNING, "read failed: %s (%d)", strerror(errno), errno); in PS_READ_FUNC()
426 php_error_docref(NULL TSRMLS_CC, E_WARNING, "write failed: %s (%d)", strerror(errno), errno); in PS_WRITE_FUNC()

Completed in 59 milliseconds

12345678910>>...14