Home
last modified time | relevance | path

Searched refs:errno (Results 276 – 300 of 346) sorted by relevance

1...<<11121314

/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_set_local_infile_handler_openbasedir.phpt26 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_default.phpt18 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_fetch_field_oo.phpt33 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
H A Dbug49442.phpt15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_select_db.phpt60 printf("[012] Failed to set '%s' as current DB; [%d] %s\n", $link->errno, $link->error);
H A Dmysqli_set_local_infile_handler.phpt18 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dlocal_infile_tools.inc42 } else if ($link->errno) {
H A Dmysqli_autocommit.phpt16 die(sprintf("Needs InnoDB support, [%d] %s", $link->errno, $link->error));
/PHP-5.4/ext/fileinfo/libmagic/
H A Dapprentice.c468 errno = EINVAL; in file_ms_alloc()
958 if (errno != ENOENT) in load_1()
959 file_error(ms, errno, "cannot read magic file `%s'", in load_1()
2640 file_error(ms, errno, "cannot stat `%s'", dbname); in apprentice_map()
2774 file_error(ms, errno, "cannot open `%s'", dbname); in apprentice_compile()
2779 file_error(ms, errno, "error writing `%s'", dbname); in apprentice_compile()
2784 file_error(ms, errno, "error writing `%s'", dbname); in apprentice_compile()
2791 file_error(ms, errno, "error seeking `%s'", dbname); in apprentice_compile()
2798 file_error(ms, errno, "error writing `%s'", dbname); in apprentice_compile()
H A Dreadcdf.c280 if (errno == ESRCH) {
/PHP-5.4/ext/pdo_pgsql/
H A Dpgsql_driver.c917 if (oid == 0 && (errno == ERANGE || errno == EINVAL)) { in PHP_METHOD()
961 if (oid == 0 && (errno == ERANGE || errno == EINVAL)) { in PHP_METHOD()
/PHP-5.4/ext/standard/
H A Dcrypt_blowfish.c51 #define __set_errno(val) errno = (val)
841 save_errno = errno; in php_crypt_blowfish_rn()
/PHP-5.4/ext/phar/tests/
H A Dcreate_path_error.phpt23 function error_handler($errno, $errmsg)
/PHP-5.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation1.phpt29 function foo($errno, $errstr, $errfile, $errline) {
32 echo "$errno: $errstr\n";
H A Dgettype_settype_variation6.phpt29 function foo($errno, $errstr, $errfile, $errline) {
32 echo "$errno: $errstr\n";
H A Dgettype_settype_variation8.phpt29 function foo($errno, $errstr, $errfile, $errline) {
32 echo "$errno: $errstr\n";
H A Dgettype_settype_variation7.phpt29 function foo($errno, $errstr, $errfile, $errline) {
32 echo "$errno: $errstr\n";
/PHP-5.4/main/
H A Dphp_network.h56 #define php_socket_errno() errno
H A Dfopen_wrappers.c305 errno = EINVAL;
331 errno = EPERM; /* we deny permission to open it */
/PHP-5.4/ext/iconv/tests/
H A Diconv_mime_encode.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
11 echo "$errno: $errmsg\n";
/PHP-5.4/TSRM/
H A Dtsrm_virtual_cwd.c547 errno = ERANGE; /* Is this OK? */ in virtual_getcwd()
1165 errno = EINVAL; in virtual_file_ex()
1170 errno = EINVAL; in virtual_file_ex()
1295 errno = ENOENT; in virtual_file_ex()
1380 errno = ENOENT; in virtual_chdir_file()
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_main.c514 request_body_filename, strerror(errno), errno); in sapi_cgi_read_post()
1919 zlog(ZLOG_ERROR, "Unable to open primary script: %s (%s)", primary_script, strerror(errno));
1920 if (errno == EACCES) {
H A Dfpm_sockets.c55 …error(ret), ret == EAI_SYSTEM ? ", system error: " : "", ret == EAI_SYSTEM ? strerror(errno) : ""); in fpm_sockets_resolve_af_inet()
/PHP-5.4/ext/ftp/tests/
H A Dserver.inc4 $errno = 0;
10 …$socket = stream_socket_server("tcp://127.0.0.1:$port", $errno, $errstr, STREAM_SERVER_BIND|STREAM…
/PHP-5.4/ext/gd/libgd/
H A Dgd_gd2.c539 php_gd_error_ex(E_WARNING, "Error from seek: %d", errno); in gdImageCreateFromGd2PartCtx()
776 php_gd_error_ex(E_WARNING, "Error %d on write", errno); in _gdImageGd2()

Completed in 99 milliseconds

1...<<11121314