Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_kill.phpt98 [%u|b%"errno"]=>
106 [%u|b%"errno"]=>
H A Dmysqli_set_local_infile_handler_bad_character.phpt21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_handler_new_query.phpt21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A D067.phpt25 $query, $mysql->errno, $mysql->error);
/PHP-5.4/ext/sockets/
H A Dconfig.m422 AC_CHECK_HEADERS([netdb.h netinet/tcp.h sys/un.h sys/sockio.h errno.h])
/PHP-5.4/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.4/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.4/ext/spl/tests/
H A Diterator_042.phpt6 function test_error_handler($errno, $msg, $filename, $linenum, $vars)
/PHP-5.4/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.4/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.4/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.4/ext/standard/
H A Dexec.c493 errno = 0;
495 if (errno) {
H A Dmail.c367 errno = 0; in php_mail()
376 if (EACCES == errno) { in php_mail()
H A Dphp_fopen_wrapper.c304 "[%d]: %s", fildes_ori, errno, strerror(errno)); in php_stream_url_wrap_php()
/PHP-5.4/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.4/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.4/main/
H A Dnetwork.c221 …r_string, 0, "php_network_getaddresses: getaddrinfo failed (null result pointer) errno=%d", errno); in php_network_getaddresses()
249 errno = E2BIG; in php_network_getaddresses()
255 spprintf(error_string, 0, "php_network_getaddresses: gethostbyname failed. errno=%d", errno); in php_network_getaddresses()
871 …LS_CC, E_WARNING, "failed to bind to '%s:%d', system said: %s", bindto, bindport, strerror(errno));
1177 errno = 0;
/PHP-5.4/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.4/ext/standard/tests/http/
H A Dserver.inc20 $server = stream_socket_server($socket_string, $errno, $errstr);
/PHP-5.4/tests/classes/
H A Dtostring_001.phpt6 function my_error_handler($errno, $errstr, $errfile, $errline) {

Completed in 69 milliseconds

12345678910>>...14