/PHP-5.4/ext/mysqli/tests/ |
H A D | mysqli_set_local_infile_handler_openbasedir.phpt | 26 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
|
H A D | mysqli_set_local_infile_default.phpt | 18 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
|
H A D | mysqli_fetch_field_oo.phpt | 33 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
|
H A D | bug49442.phpt | 15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
|
H A D | mysqli_select_db.phpt | 60 printf("[012] Failed to set '%s' as current DB; [%d] %s\n", $link->errno, $link->error);
|
H A D | mysqli_set_local_infile_handler.phpt | 18 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
|
H A D | local_infile_tools.inc | 42 } else if ($link->errno) {
|
H A D | mysqli_autocommit.phpt | 16 die(sprintf("Needs InnoDB support, [%d] %s", $link->errno, $link->error));
|
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 468 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 D | readcdf.c | 280 if (errno == ESRCH) {
|
/PHP-5.4/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 917 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 D | crypt_blowfish.c | 51 #define __set_errno(val) errno = (val) 841 save_errno = errno; in php_crypt_blowfish_rn()
|
/PHP-5.4/ext/phar/tests/ |
H A D | create_path_error.phpt | 23 function error_handler($errno, $errmsg)
|
/PHP-5.4/ext/standard/tests/general_functions/ |
H A D | gettype_settype_variation1.phpt | 29 function foo($errno, $errstr, $errfile, $errline) { 32 echo "$errno: $errstr\n";
|
H A D | gettype_settype_variation6.phpt | 29 function foo($errno, $errstr, $errfile, $errline) { 32 echo "$errno: $errstr\n";
|
H A D | gettype_settype_variation8.phpt | 29 function foo($errno, $errstr, $errfile, $errline) { 32 echo "$errno: $errstr\n";
|
H A D | gettype_settype_variation7.phpt | 29 function foo($errno, $errstr, $errfile, $errline) { 32 echo "$errno: $errstr\n";
|
/PHP-5.4/main/ |
H A D | php_network.h | 56 #define php_socket_errno() errno
|
H A D | fopen_wrappers.c | 305 errno = EINVAL; 331 errno = EPERM; /* we deny permission to open it */
|
/PHP-5.4/ext/iconv/tests/ |
H A D | iconv_mime_encode.phpt | 9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars) 11 echo "$errno: $errmsg\n";
|
/PHP-5.4/TSRM/ |
H A D | tsrm_virtual_cwd.c | 547 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 D | fpm_main.c | 514 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 D | fpm_sockets.c | 55 …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 D | server.inc | 4 $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 D | gd_gd2.c | 539 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()
|