/PHP-5.4/ext/mysqli/tests/ |
H A D | mysqli_kill.phpt | 98 [%u|b%"errno"]=> 106 [%u|b%"errno"]=>
|
H A D | mysqli_set_local_infile_handler_bad_character.phpt | 21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
|
H A D | mysqli_set_local_infile_handler_new_query.phpt | 21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
|
H A D | 067.phpt | 25 $query, $mysql->errno, $mysql->error);
|
/PHP-5.4/ext/sockets/ |
H A D | config.m4 | 22 AC_CHECK_HEADERS([netdb.h netinet/tcp.h sys/un.h sys/sockio.h errno.h])
|
/PHP-5.4/sapi/cli/tests/ |
H A D | bug43177.phpt | 39 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
|
H A D | bug61977.phpt | 22 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
|
/PHP-5.4/ext/sockets/tests/ |
H A D | socket_import_stream-2.phpt | 18 $s = stream_socket_server("udp://127.0.0.1:58392", $errno, $errstr, STREAM_SERVER_BIND);
|
/PHP-5.4/ext/spl/tests/ |
H A D | iterator_042.phpt | 6 function test_error_handler($errno, $msg, $filename, $linenum, $vars)
|
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | funcs.c | 144 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 D | magic.c | 382 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 D | libmagic.patch | 317 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 D | open_for_write_existing_b.phpt | 23 function err_handler($errno, $errstr, $errfile, $errline) {
|
H A D | open_for_write_existing_b_5_2.phpt | 21 function err_handler($errno, $errstr, $errfile, $errline) {
|
/PHP-5.4/ext/standard/ |
H A D | exec.c | 493 errno = 0; 495 if (errno) {
|
H A D | mail.c | 367 errno = 0; in php_mail() 376 if (EACCES == errno) { in php_mail()
|
H A D | php_fopen_wrapper.c | 304 "[%d]: %s", fildes_ori, errno, strerror(errno)); in php_stream_url_wrap_php()
|
/PHP-5.4/ext/phar/tests/tar/ |
H A D | open_for_write_existing_b.phpt | 33 function err_handler($errno, $errstr, $errfile, $errline) {
|
H A D | open_for_write_existing_b_5_2.phpt | 31 function err_handler($errno, $errstr, $errfile, $errline) {
|
/PHP-5.4/ext/phar/tests/zip/ |
H A D | open_for_write_existing_b.phpt | 33 function err_handler($errno, $errstr, $errfile, $errline) {
|
H A D | open_for_write_existing_b_5_2.phpt | 31 function err_handler($errno, $errstr, $errfile, $errline) {
|
/PHP-5.4/main/ |
H A D | network.c | 221 …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 D | ldap.c | 635 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 D | server.inc | 20 $server = stream_socket_server($socket_string, $errno, $errstr);
|
/PHP-5.4/tests/classes/ |
H A D | tostring_001.phpt | 6 function my_error_handler($errno, $errstr, $errfile, $errline) {
|