/php-src/ext/standard/tests/file/ |
H A D | fscanf_variation51.phpt | 68 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 71 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 74 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 77 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 80 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 83 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 86 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 91 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 94 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 97 Notice: fscanf(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d [all …]
|
H A D | fwrite_variation1-win32-mb.phpt | 79 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 85 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 95 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 101 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 111 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 117 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 129 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 135 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 145 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 151 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d [all …]
|
H A D | fwrite_variation1.phpt | 71 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 77 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 87 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 93 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 103 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 109 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 121 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 127 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 137 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d 143 Notice: fwrite(): Write of 1024 bytes failed with errno=9 Bad file descriptor in %s on line %d [all …]
|
H A D | fread_variation2.phpt | 107 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 116 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 126 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 135 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 145 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 154 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 164 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 173 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 183 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 192 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d [all …]
|
H A D | fread_variation4.phpt | 105 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 113 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 122 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 130 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 139 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 147 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 156 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 164 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 173 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d 181 Notice: fread(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d [all …]
|
/php-src/ext/curl/tests/ |
H A D | curl_multi_errno_strerror_001.phpt | 9 $errno = curl_multi_errno($mh); 10 echo $errno . PHP_EOL; 11 echo curl_multi_strerror($errno) . PHP_EOL; 19 $errno = curl_multi_errno($mh); 20 echo $errno . PHP_EOL; 21 echo curl_multi_strerror($errno) . PHP_EOL;
|
H A D | curl_share_errno_strerror_001.phpt | 9 $errno = curl_share_errno($sh); 10 echo $errno . PHP_EOL; 11 echo curl_share_strerror($errno) . PHP_EOL; 19 $errno = curl_share_errno($sh); 20 echo $errno . PHP_EOL; 21 echo curl_share_strerror($errno) . PHP_EOL;
|
/php-src/ext/mysqli/tests/ |
H A D | mysqli_autocommit_oo.phpt | 26 printf("[003] [%d] %s\n", $mysqli->errno, $mysqli->error); 29 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error); 40 printf("[007] [%d] %s\n", $mysqli->errno, $mysqli->error); 47 printf("[009] [%d] %s\n", $mysqli->errno, $mysqli->error); 54 printf("[011] [%d] %s\n", $mysqli->errno, $mysqli->error); 57 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error); 60 printf("[013] [%d] %s\n", $mysqli->errno, $mysqli->error); 64 $tmp['num'], $mysqli->errno, $mysqli->error); 69 printf("[015] [%d] %s\n", $mysqli->errno, $mysqli->error); 72 printf("[016] [%d] %s\n", $mysqli->errno, $mysqli->error); [all …]
|
H A D | bug52891.phpt | 19 printf("[002] [%d] %s\n", $link->errno, $link->error); 24 printf("[003] [%d] %s\n", $link->errno, $link->error); 29 printf("[004] [%d] %s\n", $link->errno, $link->error); 32 printf("[005] [%d] %s\n", $link->errno, $link->error); 37 printf("[006] [%d] %s\n", $stmt1->errno, $stmt1->error); 40 printf("[007] [%d] %s\n", $stmt2->errno, $stmt2->error); 44 printf("[008] [%d] %s\n", $stmt1->errno, $stmt1->error); 47 printf("[009] [%d] %s\n", $stmt2->errno, $stmt2->error); 52 printf("[010] [%d] %s\n", $stmt2->errno, $stmt2->error); 58 printf("[011] [%d] %s\n", $stmt1->errno, $stmt1->error); [all …]
|
H A D | mysqli_errno_oo.phpt | 2 $mysqli->errno 14 if (0 !== ($tmp = @$mysqli->errno)) 21 var_dump($mysqli->errno); 24 printf("[003] Failed to drop old test table: [%d] %s\n", $mysqli->errno, $mysqli->error); 28 var_dump($mysqli->errno); 31 if (($tmp = $mysqli->errno) === 0) 37 $mysqli->errno;
|
H A D | bug51647.phpt | 25 if ($link->errno == 1064 && ($res = $link->query("SHOW VARIABLES"))) { 36 die(sprintf("skip Failed to test for MySQL SSL support, [%d] %s", $link->errno, $link->error)); 39 die(sprintf("skip MySQL has no SSL support, [%d] %s", $link->errno, $link->error)); 55 if (1064 == $link->errno) { 62 printf("[005] [%d] %s\n", $link->errno, $link->error); 65 printf("[004] [%d] %s\n", $link->errno, $link->error); 69 printf("[006] [%d] %s\n", $link->errno, $link->error); 85 if (1064 == $link->errno) { 92 printf("[010] [%d] %s\n", $link->errno, $link->error); 95 printf("[011] [%d] %s\n", $link->errno, $link->error); [all …]
|
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 …]
|
/php-src/ext/random/ |
H A D | csprng.c | 120 errno = 0; in php_random_bytes_ex() 128 if (errno == ENOSYS) { in php_random_bytes_ex() 134 } else if (errno == EINTR || errno == EAGAIN) { in php_random_bytes_ex() 155 errno = 0; in php_random_bytes_ex() 158 if (errno != 0) { in php_random_bytes_ex() 159 snprintf(errstr, errstr_size, "Cannot open /dev/urandom: %s", strerror(errno)); in php_random_bytes_ex() 166 errno = 0; in php_random_bytes_ex() 176 if (errno != 0) { in php_random_bytes_ex() 177 snprintf(errstr, errstr_size, "Error reading from /dev/urandom: %s", strerror(errno)); in php_random_bytes_ex() 193 errno = 0; in php_random_bytes_ex() [all …]
|
/php-src/ext/pcntl/ |
H A D | pcntl.c | 274 switch (errno) { in PHP_FUNCTION() 418 errno = 0; in PHP_FUNCTION() 867 errno = 0; in php_pcntl_set_user_signal_infos() 892 errno = 0; in php_pcntl_set_user_signal_infos() 924 errno = 0; in PHP_FUNCTION() 987 errno = 0; in PHP_FUNCTION() 1046 errno = 0; in PHP_FUNCTION() 1158 errno = 0; in PHP_FUNCTION() 1163 if (errno) { in PHP_FUNCTION() 1165 switch (errno) { in PHP_FUNCTION() [all …]
|
/php-src/ext/openssl/tests/ |
H A D | tls_wrapper_with_tls_v1.3.phpt | 20 $server = stream_socket_server('tls://127.0.0.1:64321', $errno, $errstr, $flags, $ctx); 39 $client = stream_socket_client("tlsv1.0://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx); 42 $client = @stream_socket_client("sslv3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx); 45 $client = @stream_socket_client("tlsv1.1://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx); 48 $client = @stream_socket_client("tlsv1.2://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx); 51 $client = @stream_socket_client("tlsv1.3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx); 54 $client = @stream_socket_client("ssl://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx); 57 $client = @stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
|
H A D | tls_wrapper.phpt | 20 $server = stream_socket_server('tls://127.0.0.1:64321', $errno, $errstr, $flags, $ctx); 39 $client = stream_socket_client("tlsv1.0://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx); 42 $client = @stream_socket_client("sslv3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx); 45 $client = @stream_socket_client("tlsv1.1://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx); 48 $client = @stream_socket_client("tlsv1.2://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx); 51 $client = @stream_socket_client("ssl://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx); 54 $client = @stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
|
H A D | tls_min_v1.0_max_v1.1_wrapper.phpt | 22 $server = stream_socket_server('tls://127.0.0.1:64321', $errno, $errstr, $flags, $ctx); 41 $client = stream_socket_client("tlsv1.0://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx); 44 $client = @stream_socket_client("sslv3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx); 47 $client = @stream_socket_client("tlsv1.1://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx); 50 $client = @stream_socket_client("tlsv1.2://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx); 53 $client = @stream_socket_client("ssl://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx); 56 $client = @stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
|
/php-src/ext/mysqli/tests/functions/ |
H A D | mysqli_errno.phpt | 18 $errno = mysqli_errno($link); 19 var_dump($errno); 22 $errno = mysqli_errno($link); 24 var_dump($errno);
|
/php-src/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=0) 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 | 7 function __construct(public $errno, public $errmsg) {} 10 return $this->errno; 18 function ErrorsToExceptions($errno, $errmsg) { 19 throw new MyException($errno, $errmsg);
|
/php-src/ext/standard/ |
H A D | flock_compat.c | 44 errno = EINVAL; in php_flock() 51 (errno == EACCES || errno == EAGAIN)) in php_flock() 52 errno = EWOULDBLOCK; in php_flock() 148 errno = 0;
|
/php-src/Zend/tests/attributes/deprecated/functions/ |
H A D | error_code_001.phpt | 6 set_error_handler(function (int $errno, string $errstr, ?string $errfile = null, ?int $errline = nu… 7 var_dump($errno, E_USER_DEPRECATED, $errno === E_USER_DEPRECATED);
|
/php-src/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, …
|
/php-src/Zend/tests/attributes/deprecated/class_constants/ |
H A D | error_code_001.phpt | 6 set_error_handler(function (int $errno, string $errstr, ?string $errfile = null, ?int $errline = nu… 7 var_dump($errno, E_USER_DEPRECATED, $errno === E_USER_DEPRECATED);
|