Home
last modified time | relevance | path

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

1...<<11121314

/PHP-5.5/tests/classes/
H A Dtostring_001.phpt6 function my_error_handler($errno, $errstr, $errfile, $errline) {
/PHP-5.5/ext/standard/
H A Dphp_fopen_wrapper.c304 "[%d]: %s", fildes_ori, errno, strerror(errno)); in php_stream_url_wrap_php()
H A Dexec.c570 errno = 0;
572 if (errno) {
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_change_user_rollback.phpt13 die(sprintf("Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A D067.phpt25 $query, $mysql->errno, $mysql->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_stmt_execute_stored_proc_out.phpt57 printf("[013] [%d] %s\n", $link->errno, $link->error);
H A D015.phpt13 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 D014.phpt14 die(sprintf("Needs InnoDB support, [%d] %s", $link->errno, $link->error));
/PHP-5.5/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.5/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.5/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.5/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.5/ext/pcntl/tests/
H A D002.phpt49 set_error_handler(function($errno, $errstr) { echo "Error triggered\n"; }, E_WARNING);
/PHP-5.5/sapi/fpm/fpm/
H A Dzlog.c128 saved_errno = errno; in zlog_ex()
/PHP-5.5/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.5/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.5/win32/
H A Dglob.c644 errno = 0;
651 if (pglob->gl_errfunc(buf, errno) ||
760 errno = 0;
/PHP-5.5/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 43 milliseconds

1...<<11121314