Home
last modified time | relevance | path

Searched refs:errno (Results 101 – 125 of 412) sorted by relevance

12345678910>>...17

/PHP-7.3/sapi/cli/tests/
H A Dphp_cli_server_009.phpt18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
37 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
57 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
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-7.3/ext/intl/collator/
H A Dcollator_is_numeric.c129 errno = ERANGE;
201 errno = ERANGE;
230 errno=0; in collator_is_numeric()
232 if (errno != ERANGE) { in collator_is_numeric()
/PHP-7.3/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_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_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 = 'false'
173 errno = 'false'
194 mysqli->errno = ''/boolean (''/boolean)
225 errno = 'false'
246 errno = 'false'
267 mysqli->errno = ''/boolean (''/boolean)
H A Dbug34810.phpt32 if ($warning->errno == 1048 || $warning->errno == 1253) {
76 ["errno"]=>
117 ["errno"]=>
H A Dbug31668.phpt18 if ($mysql->errno == 0) {
32 if ($mysql->errno == 0) {
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);
/PHP-7.3/ext/standard/
H A Ddir.c301 php_error_docref(NULL, E_WARNING, "%s (errno %d)", strerror(errno), errno); in PHP_FUNCTION()
310 php_error_docref(NULL, E_WARNING, "%s (errno %d)", strerror(errno), errno); in PHP_FUNCTION()
337 php_error_docref(NULL, E_WARNING, "%s (errno %d)", strerror(errno), errno); in PHP_FUNCTION()
589 php_error_docref(NULL, E_WARNING, "(errno %d): %s", errno, strerror(errno)); in PHP_FUNCTION()
/PHP-7.3/ext/intl/tests/
H A Dtimezone_hasSameRules_error.phpt11 function error_handler($errno, $errstr, $errfile, $errline)
13 var_dump($errno, $errstr);
/PHP-7.3/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-7.3/ext/openssl/tests/
H A Dbug68265.phpt18 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
35 var_dump(stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx));
H A Dbug73072.phpt20 $server = stream_socket_server('tls://127.0.0.1:64322', $errno, $errstr, $flags, $ctx);
39 @stream_socket_client("tls://127.0.0.1:64322", $errno, $errstr, 1, $flags, $ctx);
H A Dbug69215.phpt22 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
42 var_dump(stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx));
H A Dopenssl_peer_fingerprint_basic.phpt20 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
42 var_dump(stream_socket_client($serverUri, $errno, $errstr, 2, $clientFlags, $clientCtx));
47 var_dump(stream_socket_client($serverUri, $errno, $errstr, 2, $clientFlags, $clientCtx));
H A Dstream_verify_peer_name_001.phpt19 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
36 $client = stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx);
H A Dbug46127.phpt19 $sock = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
37 $sock = stream_socket_client($serverUri, $errno, $errstr, 2, $clientFlags, $clientCtx);
/PHP-7.3/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-7.3/Zend/tests/
H A Dbug41209.phpt13 public static function errorHandler($errno, $errstr, $errfile, $errline)
15 throw new ErrorException($errstr, 0, $errno, $errfile, $errline);
/PHP-7.3/sapi/litespeed/
H A Dlscriu.c311 lsapi_perror(sem_name, errno); in LSCRIU_Wink_Server_is_Ready()
314 lsapi_perror(sem_name, errno); in LSCRIU_Wink_Server_is_Ready()
316 else if (errno != ENOENT) in LSCRIU_Wink_Server_is_Ready()
317 lsapi_perror(sem_name, errno); in LSCRIU_Wink_Server_is_Ready()
441 s_pid, strerror(errno)); in LSCRIU_Native_Dump()
473 s_pid, strerror(errno)); in LSCRIU_CloudLinux_Checkpoint()
541 iPidDump, strerror(errno)); in LSCRIU_try_checkpoint()
/PHP-7.3/main/
H A Dreentrancy.c129 ret = errno; in php_readdir_r()
140 errno = 0; in php_readdir_r()
144 if (!ptr && errno != 0) in php_readdir_r()
145 ret = errno; in php_readdir_r()
/PHP-7.3/ext/fileinfo/libmagic/
H A Dfsmagic.c106 file_error(ms, errno, "cannot stat `%s'", fn); in file_fsmagic()
115 file_error(ms, errno, "cannot stat `%s'", fn); in file_fsmagic()
203 file_error(ms, errno, "unreadable symlink `%s'", fn); in file_fsmagic()
/PHP-7.3/sapi/fpm/fpm/events/
H A Dselect.c103 if (errno != EINTR) { in fpm_event_select_wait()
104 zlog(ZLOG_WARNING, "poll() returns %d", errno); in fpm_event_select_wait()

Completed in 499 milliseconds

12345678910>>...17