Home
last modified time | relevance | path

Searched refs:errno (Results 251 – 275 of 346) sorted by relevance

1...<<11121314

/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_change_user_rollback.phpt13 die(sprintf("Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A Dmysqli_set_local_infile_handler_nested_call.phpt21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A D015.phpt13 die(sprintf("Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A Dmysqli_stmt_execute_stored_proc_out.phpt57 printf("[013] [%d] %s\n", $link->errno, $link->error);
H A D057.phpt90 [%u|b%"errno"]=>
H A D061.phpt16 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_handler_short_len.phpt21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A D014.phpt14 die(sprintf("Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A Dmysqli_commit.phpt14 die(sprintf("Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A Dmysqli_rollback.phpt16 die(sprintf("Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A Dmysqli_query_local_infile_large.phpt14 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
/PHP-5.4/ext/openssl/tests/
H A Dsni_001.phpt53 $fh = stream_socket_client($url, $errno, $errstr,
62 $fh = stream_socket_client($url, $errno, $errstr,
/PHP-5.4/ext/phar/tests/
H A Dopen_for_write_newfile_b.phpt23 function err_handler($errno, $errstr, $errfile, $errline) {
H A Dopen_for_write_newfile_b_5_2.phpt21 function err_handler($errno, $errstr, $errfile, $errline) {
/PHP-5.4/ext/phar/tests/tar/
H A Dopen_for_write_newfile_b.phpt33 function err_handler($errno, $errstr, $errfile, $errline) {
H A Dopen_for_write_newfile_b_5_2.phpt31 function err_handler($errno, $errstr, $errfile, $errline) {
/PHP-5.4/ext/phar/tests/zip/
H A Dopen_for_write_newfile_b.phpt33 function err_handler($errno, $errstr, $errfile, $errline) {
H A Dopen_for_write_newfile_b_5_2.phpt31 function err_handler($errno, $errstr, $errfile, $errline) {
/PHP-5.4/ext/openssl/
H A Dxp_ssl.c109 errno = EAGAIN; in handle_ssl_error()
169 errno = 0; in handle_ssl_error()
220 stream->eof = (retry == 0 && errno != EAGAIN && !SSL_pending(sslsock->ssl_handle)); in php_openssl_sockop_read()
601 n = errno == EAGAIN ? 0 : -1; in php_openssl_enable_crypto()
/PHP-5.4/sapi/fpm/
H A Dconfig.m416 AC_CHECK_HEADERS([errno.h fcntl.h stdio.h stdlib.h unistd.h sys/uio.h])
129 #include <errno.h>
171 errno = 0;
175 if (errno) {
/PHP-5.4/sapi/thttpd/
H A Dthttpd.c53 #define PHP_SYS_CALL(x) do { x } while (n == -1 && errno == EINTR)
81 if (errno == EAGAIN) { in sapi_thttpd_ub_write()
116 if (errno == EAGAIN) { in do_writev()
/PHP-5.4/ext/pcntl/tests/
H A D002.phpt49 set_error_handler(function($errno, $errstr) { echo "Error triggered\n"; }, E_WARNING);
/PHP-5.4/sapi/fpm/fpm/
H A Dzlog.c128 saved_errno = errno; in zlog_ex()
/PHP-5.4/win32/
H A Dglob.c635 errno = 0;
642 if (pglob->gl_errfunc(buf, errno) ||
751 errno = 0;
/PHP-5.4/TSRM/
H A Dtsrm_win32.c225 return errno; in tsrm_win32_access()
375 errno = EACCES; in tsrm_win32_access()
376 return errno; in tsrm_win32_access()

Completed in 40 milliseconds

1...<<11121314