Home
last modified time | relevance | path

Searched refs:errno (Results 301 – 325 of 376) sorted by relevance

1...<<111213141516

/PHP-7.4/ext/phar/tests/
H A Dcreate_path_error.phpt22 function error_handler($errno, $errmsg)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_release_savepoint.phpt14 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A Dmysqli_store_result_copy.phpt175 if ($link->errno) {
176 echo "Store failed: (" . $link->errno . ") " . $link->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);
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_return_basic.phpt12 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
13 echo "$errnames[$errno]: $errmsg on line $line\n";
H A Dscalar_basic.phpt10 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
11 echo "$errnames[$errno]: $errmsg on line $line\n";
H A Dscalar_return_basic_64bit.phpt12 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
13 echo "$errnames[$errno]: $errmsg on line $line\n";
/PHP-7.4/ext/standard/tests/file/
H A D007_variation11-win32-mb.phpt72 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation11-win32.phpt70 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation11.phpt70 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation19.phpt65 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation3.phpt65 Notice: fread(): read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
/PHP-7.4/ext/standard/
H A Dcrypt_blowfish.c50 #define __set_errno(val) errno = (val)
844 save_errno = errno; in php_crypt_blowfish_rn()
H A Dmail.c575 errno = 0; in php_mail()
584 if (EACCES == errno) { in php_mail()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dreadcdf.c622 if (errno != ESRCH) { in file_trycdf()
633 if (errno != ESRCH) { in file_trycdf()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c965 if (oid == 0 && (errno == ERANGE || errno == EINVAL)) { in PHP_METHOD()
1012 if (oid == 0 && (errno == ERANGE || errno == EINVAL)) { in PHP_METHOD()
/PHP-7.4/ext/ldap/
H A Dldap.c1453 int num_attribs = 0, ret = 1, i, errno, argcount = ZEND_NUM_ARGS(); in php_ldap_do_search() local
1640 if (errno != LDAP_SUCCESS in php_ldap_do_search()
1641 && errno != LDAP_SIZELIMIT_EXCEEDED in php_ldap_do_search()
1643 && errno != LDAP_ADMINLIMIT_EXCEEDED in php_ldap_do_search()
1646 && errno != LDAP_REFERRAL in php_ldap_do_search()
1657 if (errno == LDAP_SIZELIMIT_EXCEEDED) { in php_ldap_do_search()
1661 else if (errno == LDAP_ADMINLIMIT_EXCEEDED) { in php_ldap_do_search()
2948 int errno; in PHP_FUNCTION() local
2972 switch (errno) { in PHP_FUNCTION()
3020 php_error_docref(NULL, E_WARNING, "%s", ldap_err2string(errno)); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/soap/tests/
H A Dbug73037.phpt101 $fp = fsockopen(PHP_CLI_SERVER_HOSTNAME, PHP_CLI_SERVER_PORT, $errno, $errstr, 5);
/PHP-7.4/ext/sockets/
H A Dconversions.c579 "(errno %d)", errno); in to_zval_read_sin_addr()
630 "(errno %d)", errno); in to_zval_read_sin6_addr()
1267 if (errno == ENODEV) { in from_zval_write_ifindex()
1273 ZSTR_VAL(str), errno); in from_zval_write_ifindex()
1424 "descriptor %d: fstat() call failed with errno %d", fd, errno); in to_zval_read_fd_array()
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c311 errno = ERANGE; /* Is this OK? */ in virtual_getcwd()
1029 errno = EINVAL; in virtual_file_ex()
1078 errno = ENAMETOOLONG; in virtual_file_ex()
1148 errno = ENOENT; in virtual_file_ex()
1222 errno = ENOENT; in virtual_chdir_file()
/PHP-7.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";
/PHP-7.4/sapi/fpm/
H A Dconfig.m4123 #include <errno.h>
165 errno = 0;
169 if (errno) {
/PHP-7.4/main/
H A Dphp_network.h57 #define php_socket_errno() errno

Completed in 73 milliseconds

1...<<111213141516