Home
last modified time | relevance | path

Searched refs:errno (Results 226 – 250 of 344) sorted by relevance

12345678910>>...14

/PHP-5.5/ext/spl/tests/
H A Dspl_004.phpt6 function my_error_handler($errno, $errstr, $errfile, $errline) {
H A Diterator_042.phpt6 function test_error_handler($errno, $msg, $filename, $linenum, $vars)
/PHP-5.5/Zend/tests/
H A Dbug28444.phpt6 function my_error_handler($errno, $errstr, $errfile, $errline) {
/PHP-5.5/ext/intl/tests/
H A Dcalendar_get_Least_Greatest_Minimum_Maximum_error.phpt30 function eh($errno, $errstr) {
31 echo "error: $errno, $errstr\n";
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_warnings.phpt18 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
80 if (0 == $warning->errno)
H A Dmysqli_kill.phpt98 [%u|b%"errno"]=>
106 [%u|b%"errno"]=>
/PHP-5.5/ext/sockets/tests/
H A Dsocket_import_stream-2.phpt18 $s = stream_socket_server("udp://127.0.0.1:58392", $errno, $errstr, STREAM_SERVER_BIND);
/PHP-5.5/sapi/cli/tests/
H A Dbug43177.phpt39 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug61977.phpt22 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfuncs.c144 file_error(ms, errno, "cannot allocate %" SIZE_T_FORMAT "u bytes", in file_oomem()
151 file_error(ms, errno, "error seeking"); in file_badseek()
157 file_error(ms, errno, "error reading"); in file_badread()
H A Dmagic.c382 errno = 0; in file_or_stream()
408 file_error(ms, errno, "cannot read `%s'", inname); in file_or_stream()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c479 zend_accel_error(ACCEL_LOG_DEBUG, "RestartC(+1): %s (%d)", strerror(errno), errno); in accel_restart_enter()
495 zend_accel_error(ACCEL_LOG_DEBUG, "RestartC(-1): %s (%d)", strerror(errno), errno); in accel_restart_leave()
507 zend_accel_error(ACCEL_LOG_DEBUG, "RestartC: %s (%d)", strerror(errno), errno); in accel_restart_is_active()
532 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC(+1): %s (%d)", strerror(errno), errno); in accel_activate_add()
549 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC(-1): %s (%d)", strerror(errno), errno); in accel_deactivate_sub()
562 zend_accel_error(ACCEL_LOG_DEBUG, "UnlockAll: %s (%d)", strerror(errno), errno); in accel_unlock_all()
599 zend_accel_error(ACCEL_LOG_DEBUG, "KLockers: %s (%d)", strerror(errno), errno); in kill_all_lockers()
621 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC: %s (%d)", strerror(errno), errno); in accel_is_inactive()
938 … for '%s' (%d), please try to set opcache.use_cwd to 0 in ini file", file_handle->filename, errno); in accel_make_persistent_key_ex()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch317 if (errno != ENOENT)
918 errno = EFTYPE;
957 errno = EFTYPE;
964 errno = EFTYPE;
1028 - errno = EFTYPE;
1157 errno = EINVAL;
1188 #include <errno.h>
1255 if (errno == EINTR)
1314 - strerror(errno));
2449 + errno = 0;
[all …]
/PHP-5.5/ext/phar/tests/
H A Dopen_for_write_existing_b.phpt23 function err_handler($errno, $errstr, $errfile, $errline) {
H A Dopen_for_write_existing_b_5_2.phpt21 function err_handler($errno, $errstr, $errfile, $errline) {
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c112 errno = EAGAIN; in handle_ssl_error()
172 errno = 0; in handle_ssl_error()
265 if (errno == EAGAIN && err == SSL_ERROR_WANT_READ && read) { in php_openssl_sockop_io()
268 if (errno == EAGAIN && err == SSL_ERROR_WANT_WRITE && read == 0) { in php_openssl_sockop_io()
274 stream->eof = (retry == 0 && errno != EAGAIN && !SSL_pending(sslsock->ssl_handle)); in php_openssl_sockop_io()
723 n = errno == EAGAIN ? 0 : -1; in php_openssl_enable_crypto()
/PHP-5.5/ext/sockets/
H A Dconfig.m422 AC_CHECK_HEADERS([netdb.h netinet/tcp.h sys/un.h sys/sockio.h errno.h])
/PHP-5.5/ext/phar/tests/tar/
H A Dopen_for_write_existing_b.phpt33 function err_handler($errno, $errstr, $errfile, $errline) {
H A Dopen_for_write_existing_b_5_2.phpt31 function err_handler($errno, $errstr, $errfile, $errline) {
/PHP-5.5/ext/phar/tests/zip/
H A Dopen_for_write_existing_b.phpt33 function err_handler($errno, $errstr, $errfile, $errline) {
H A Dopen_for_write_existing_b_5_2.phpt31 function err_handler($errno, $errstr, $errfile, $errline) {
/PHP-5.5/ext/standard/
H A Dmail.c376 errno = 0; in php_mail()
385 if (EACCES == errno) { in php_mail()
/PHP-5.5/main/
H A Dnetwork.c223 …r_string, 0, "php_network_getaddresses: getaddrinfo failed (null result pointer) errno=%d", errno); in php_network_getaddresses()
251 errno = E2BIG; in php_network_getaddresses()
257 spprintf(error_string, 0, "php_network_getaddresses: gethostbyname failed. errno=%d", errno); in php_network_getaddresses()
873 …LS_CC, E_WARNING, "failed to bind to '%s:%d', system said: %s", bindto, bindport, strerror(errno));
1179 errno = 0;
/PHP-5.5/ext/ldap/
H A Dldap.c635 int num_attribs = 0, ret = 1, i, errno, argcount = ZEND_NUM_ARGS(); in php_ldap_do_search() local
794 if (errno != LDAP_SUCCESS in php_ldap_do_search()
795 && errno != LDAP_SIZELIMIT_EXCEEDED in php_ldap_do_search()
797 && errno != LDAP_ADMINLIMIT_EXCEEDED in php_ldap_do_search()
800 && errno != LDAP_REFERRAL in php_ldap_do_search()
806 if (errno == LDAP_SIZELIMIT_EXCEEDED) { in php_ldap_do_search()
810 else if (errno == LDAP_ADMINLIMIT_EXCEEDED) { in php_ldap_do_search()
1881 int errno; in PHP_FUNCTION() local
1889 errno = ldap_compare_s(ld->link, dn, attr, value); in PHP_FUNCTION()
1891 switch (errno) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/standard/tests/http/
H A Dserver.inc20 $server = stream_socket_server($socket_string, $errno, $errstr);

Completed in 66 milliseconds

12345678910>>...14