Home
last modified time | relevance | path

Searched refs:errno (Results 201 – 225 of 346) sorted by relevance

12345678910>>...14

/PHP-5.4/sapi/cli/tests/
H A Dphp_cli_server_005.phpt15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_015.phpt21 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
/PHP-5.4/ext/simplexml/tests/
H A Dbug37565.phpt8 function my_error_handler($errno, $errstr, $errfile, $errline) {
/PHP-5.4/ext/standard/tests/network/
H A Dfsockopen_variation2.phpt10 $server = stream_socket_server($hostname . ':' . $port, $errno, $errstr, STREAM_SERVER_BIND);
/PHP-5.4/ext/sockets/tests/
H A Dsocket_import_stream-3.phpt21 $stream = stream_socket_server("udp://0.0.0.0:58381", $errno, $errstr, STREAM_SERVER_BIND);
/PHP-5.4/Zend/tests/
H A Dbug26166.phpt34 function my_error_handler($errno, $errstr, $errfile, $errline) {
H A Dbug28444.phpt6 function my_error_handler($errno, $errstr, $errfile, $errline) {
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_events.c65 } while (res == -1 && errno == EINTR); in fpm_got_signal()
68 if (res < 0 && errno != EAGAIN && errno != EWOULDBLOCK) { in fpm_got_signal()
/PHP-5.4/sapi/tux/
H A Dphp_tux.c67 if ((m = writev(TG(req)->sock, vec, n)) == -1 && errno == EPIPE) in sapi_tux_ub_write()
82 if (n == -1 && errno == EPIPE) in sapi_tux_ub_write()
84 if (n == -1 && errno == EAGAIN) in sapi_tux_ub_write()
/PHP-5.4/ext/ldap/tests/
H A Dldap_add_error.phpt58 /* Is this correct behaviour to still have "Already exists" as error/errno?
83 /* Is this correct behaviour to still have "Undefined attribute type" as error/errno?
/PHP-5.4/tests/classes/
H A Dtype_hinting_004.phpt6 function myErrorHandler($errno, $errstr, $errfile, $errline) {
7 echo "$errno: $errstr - $errfile($errline)\n";
/PHP-5.4/ext/openssl/tests/
H A D003.phpt8 function myErrorHandler($errno, $errstr, $errfile, $errline) {
/PHP-5.4/ext/spl/tests/
H A DCallbackFilterIteratorTest-002.phpt6 set_error_handler(function($errno, $errstr){
H A Dspl_004.phpt6 function my_error_handler($errno, $errstr, $errfile, $errline) {
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_set_local_infile_handler_close_link.phpt21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_handler_closures.phpt21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_handler_buffer_overflow.phpt21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_handler_closefile.phpt21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_handler_kill_link.phpt18 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_handler_negative_len.phpt21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_handler_nofileop.phpt21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
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_set_local_infile_handler_replace_buffer.phpt21 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_handler_unregister.phpt18 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
/PHP-5.4/sapi/litespeed/
H A Dlsapilib.c350 if ( errno == EAGAIN ) in lsapi_writev()
357 else if ( errno != EINTR ) in lsapi_writev()
462 ( errno == ENOTCONN )) in isPipe()
1294 if (( errno == EINTR )||( errno == EAGAIN)) in LSAPI_Accept_r()
1665 if (( !ret )||( errno == EAGAIN )) in gsendfile()
2282 ret = errno; in LSAPI_CreateListenSock2()
2284 errno = ret; in LSAPI_CreateListenSock2()
2799 if ( errno == EINTR ) in lsapi_prefork_server_accept()
2876 if (( errno == EINTR )||( errno == EAGAIN)) in lsapi_prefork_server_accept()
2958 if ( errno == EINTR ) in LSAPI_Prefork_Accept_r()
[all …]

Completed in 41 milliseconds

12345678910>>...14