/PHP-7.2/ext/curl/tests/ |
H A D | curl_multi_errno_strerror_001.phpt | 17 $errno = curl_multi_errno($mh); 18 echo $errno . PHP_EOL; 19 echo curl_multi_strerror($errno) . PHP_EOL; 22 $errno = curl_multi_errno($mh); 23 echo $errno . PHP_EOL; 24 echo curl_multi_strerror($errno) . PHP_EOL;
|
H A D | curl_share_errno_strerror_001.phpt | 17 $errno = curl_share_errno($sh); 18 echo $errno . PHP_EOL; 19 echo curl_share_strerror($errno) . PHP_EOL; 22 $errno = curl_share_errno($sh); 23 echo $errno . PHP_EOL; 24 echo curl_share_strerror($errno) . PHP_EOL;
|
/PHP-7.2/ext/standard/tests/dir/ |
H A D | chdir_variation1.phpt | 119 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 D | chdir_variation1-win32-mb.phpt | 125 Warning: chdir(): %s (errno %d) in %s on line %d 130 Warning: chdir(): %s (errno %d) in %s on line %d 135 Warning: chdir(): %s (errno %d) in %s on line %d 140 Warning: chdir(): %s (errno %d) in %s on line %d 145 Warning: chdir(): %s (errno %d) in %s on line %d 150 Warning: chdir(): %s (errno %d) in %s on line %d 155 Warning: chdir(): %s (errno %d) in %s on line %d 160 Warning: chdir(): %s (errno %d) in %s on line %d 165 Warning: chdir(): %s (errno %d) in %s on line %d 170 Warning: chdir(): %s (errno %d) in %s on line %d [all …]
|
/PHP-7.2/ext/mysqli/tests/ |
H A D | mysqli_autocommit_oo.phpt | 32 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 D | bug52891.phpt | 21 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 D | mysqli_errno_oo.phpt | 2 $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 D | 030.phpt | 14 $errno = mysqli_errno($link); 15 var_dump($errno); 20 $errno = mysqli_errno($link); 22 var_dump($errno);
|
H A D | bug51647.phpt | 19 if ($link->errno == 1064 && ($res = $link->query("SHOW VARIABLES"))) { 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)); 49 if (1064 == $link->errno) { 56 printf("[005] [%d] %s\n", $link->errno, $link->error); 59 printf("[004] [%d] %s\n", $link->errno, $link->error); 63 printf("[006] [%d] %s\n", $link->errno, $link->error); 79 if (1064 == $link->errno) { 86 printf("[010] [%d] %s\n", $link->errno, $link->error); 89 printf("[011] [%d] %s\n", $link->errno, $link->error); [all …]
|
H A D | mysqli_commit_oo.phpt | 14 die(sprintf("skip 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 D | mysqli_stmt_multires.phpt | 19 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 D | mysqli_affected_rows_oo.phpt | 26 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 D | mysqli_ps_select_union.phpt | 17 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 D | bug48909.phpt | 18 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);
|
/PHP-7.2/ext/openssl/tests/ |
H A D | tls_wrapper.phpt | 16 $server = stream_socket_server('tls://127.0.0.1:64321', $errno, $errstr, $flags, $ctx); 33 $client = stream_socket_client("tlsv1.0://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx); 36 $client = @stream_socket_client("sslv3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx); 39 $client = @stream_socket_client("tlsv1.1://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx); 42 $client = @stream_socket_client("tlsv1.2://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx); 45 $client = @stream_socket_client("ssl://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx); 48 $client = @stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
|
/PHP-7.2/ext/sysvsem/ |
H A D | sysvsem.c | 209 …php_error_docref(NULL, E_WARNING, "failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno)); in PHP_FUNCTION() 240 if (errno != EINTR) { in PHP_FUNCTION() 241 …WARNING, "failed acquiring SYSVSEM_SETVAL for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno)); in PHP_FUNCTION() 249 …php_error_docref(NULL, E_WARNING, "failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno)); in PHP_FUNCTION() 260 …php_error_docref(NULL, E_WARNING, "failed for key 0x" ZEND_XLONG_FMT ": %s", key, strerror(errno)); in PHP_FUNCTION() 265 php_error_docref(NULL, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION() 270 php_error_docref(NULL, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION() 281 if (errno != EINTR) { in PHP_FUNCTION() 331 if (errno != EINTR) { in php_sysvsem_semop() 332 if (errno != EAGAIN) { in php_sysvsem_semop() [all …]
|
/PHP-7.2/tests/lang/ |
H A D | 039.phpt | 12 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 D | 038.phpt | 8 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 D | error_2_exception_001.phpt | 8 $this->errno = $_errno; 13 return $this->errno; 21 function ErrorsToExceptions($errno, $errmsg) { 22 throw new MyException($errno, $errmsg);
|
/PHP-7.2/ext/posix/tests/ |
H A D | posix_strerror_error.phpt | 9 /* 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-7.2/ext/fileinfo/libmagic/ |
H A D | compress.c | 255 if (errno == EINTR) in swrite() 301 if (errno == EINTR || errno == EAGAIN) in sread() 322 if (errno == EINTR) in sread() 349 r = errno; in file_pipe2file() 351 errno = r; in file_pipe2file() 357 te = errno; in file_pipe2file() 359 errno = te; in file_pipe2file() 363 file_error(ms, errno, in file_pipe2file() 642 strerror(errno)); in uncompressbuf() 662 strerror(errno)); in uncompressbuf() [all …]
|
/PHP-7.2/ext/standard/tests/network/ |
H A D | bug74764.phpt | 6 @stream_socket_client('tcp://[::1]:0', $errno); 7 if ($errno != 111) die('skip IPv6 not supported.'); 14 …$socket = stream_socket_client('tcp://localhost:1443', $errno, $errstr, 5, STREAM_CLIENT_CONNECT, … 19 …$socket = stream_socket_client('tcp://localhost:1443', $errno, $errstr, 5, STREAM_CLIENT_CONNECT, …
|
H A D | fsockopen_error.phpt | 5 /* 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-7.2/Zend/tests/ |
H A D | bug46241.phpt | 9 public function errorHandler1( $errno, $errstr ) 15 public function errorHandler2( $errno, $errstr ) 29 function errorHandler1( $errno, $errstr ) 35 function errorHandler2( $errno, $errstr )
|
/PHP-7.2/ext/standard/ |
H A D | flock_compat.c | 59 errno = EINVAL; in php_flock() 66 (errno == EACCES || errno == EAGAIN)) in php_flock() 67 errno = EWOULDBLOCK; in php_flock() 163 errno = 0;
|