Home
last modified time | relevance | path

Searched refs:errno (Results 201 – 225 of 412) sorted by relevance

12345678910>>...17

/PHP-7.3/ext/standard/tests/streams/
H A Dbug69521.phpt6 $sock = stream_socket_server($serverUri, $errno, $errstr, STREAM_SERVER_BIND | STREAM_SERVER_LISTEN…
H A Dbug60106.phpt12 function get_truncated_socket_filename($errno, $errmsg, $file, $line) {
/PHP-7.3/sapi/cli/tests/
H A Demptyheader.phpt12 $fp = fsockopen(PHP_CLI_SERVER_HOSTNAME, PHP_CLI_SERVER_PORT, $errno, $errmsg, 0.5);
H A Dphp_cli_server_014.phpt20 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
43 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_020.phpt15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug66830.phpt18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug65066_100.phpt17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug71005.phpt21 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_018.phpt18 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug65066_422.phpt17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug65066_511.phpt17 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug68745.phpt15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_006.phpt15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_oo.phpt31 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
43 printf("[007] Cannot run query, [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dmysqli_poll_kill.phpt52 } else if ($link->errno > 0) {
53 printf("[005] Error: %d\n", $link->errno);
168 } else if ($link->errno > 0) {
170 printf("[020] Error: %d/%s\n", $link->errno, $link->error);
174 // None of these will indicate an error, check errno on the list of returned connections!
/PHP-7.3/ext/standard/tests/dir/
H A Dchdir_error2.phpt24 Warning: chdir(): %s (errno %d) in %s on line %d
H A Dchdir_error2-win32-mb.phpt30 Warning: chdir(): %s (errno %d) in %s on line %d
/PHP-7.3/Zend/tests/
H A Dbug60909_2.phpt6 set_error_handler(function($errno, $errstr, $errfile, $errline){throw new Exception("Foo");});
H A Dbug73163.phpt9 set_error_handler(function($errno, $errstr) {
H A Dbug30791.phpt6 function my_error_handler($errno, $errstr, $errfile, $errline) {
/PHP-7.3/sapi/fpm/fpm/events/
H A Dpoll.c146 if (errno != EINTR) { in fpm_event_poll_wait()
147 zlog(ZLOG_WARNING, "poll() returns %d", errno); in fpm_event_poll_wait()
/PHP-7.3/ext/opcache/
H A DZendAccelerator.c285 zend_accel_error(ACCEL_LOG_DEBUG, "RestartC: %s (%d)", strerror(errno), errno); in accel_restart_is_active()
315 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC(+1): %s (%d)", strerror(errno), errno); in accel_activate_add()
339 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC(-1): %s (%d)", strerror(errno), errno); in accel_deactivate_sub()
357 zend_accel_error(ACCEL_LOG_DEBUG, "UnlockAll: %s (%d)", strerror(errno), errno); in accel_unlock_all()
781 errno = 0; in kill_all_lockers()
788 if (errno == ESRCH) { in kill_all_lockers()
798 if (errno == ESRCH) { in kill_all_lockers()
846 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC: %s (%d)", strerror(errno), errno); in accel_is_inactive()
2762 strerror(errno), errno); in accel_remap_huge_pages()
2787 strerror(errno), errno); in accel_remap_huge_pages()
[all …]
/PHP-7.3/ext/posix/tests/
H A Dposix_strerror_variation1.phpt10 /* Prototype : proto string posix_strerror(int errno)
11 * Description: Retrieve the system error message associated with the given errno.
69 // loop through each element of the array for errno
/PHP-7.3/ext/mysqli/
H A Dmysqli_warning.c134 int errno; in php_get_warnings() local
147 errno = zval_get_long(entry); in php_get_warnings()
153 w = php_new_warning(entry, errno); in php_get_warnings()
/PHP-7.3/ext/shmop/
H A Dshmop.c200 …_docref(NULL, E_WARNING, "unable to attach or create shared memory segment '%s'", strerror(errno)); in PHP_FUNCTION()
206 …r_docref(NULL, E_WARNING, "unable to get shared memory segment information '%s'", strerror(errno)); in PHP_FUNCTION()
217 …p_error_docref(NULL, E_WARNING, "unable to attach to shared memory segment '%s'", strerror(errno)); in PHP_FUNCTION()

Completed in 39 milliseconds

12345678910>>...17