Home
last modified time | relevance | path

Searched refs:errno (Results 251 – 275 of 406) sorted by relevance

1...<<11121314151617

/PHP-7.0/Zend/tests/
H A Dbug45805.phpt9 public static function handleError($errno, $errstr, $errfile, $errline)
H A Dbug26166.phpt34 function my_error_handler($errno, $errstr, $errfile, $errline) {
H A Dbug74408.phpt12 public function error_handler($errno, $errstr, $errfile, $errline) {
/PHP-7.0/ext/iconv/
H A Dconfig.m4130 AC_MSG_CHECKING([if iconv supports errno])
133 #include <errno.h>
139 if (errno == EINVAL) {
/PHP-7.0/sapi/cli/tests/
H A Dphp_cli_server_005.phpt15 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dbug67429.phpt21 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_019.phpt21 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
H A Dphp_cli_server_015.phpt21 $fp = fsockopen($host, $port, $errno, $errstr, 0.5);
/PHP-7.0/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-7.0/ext/standard/tests/network/
H A Dfsockopen_variation2.phpt10 $server = stream_socket_server($hostname . ':' . $port, $errno, $errstr, STREAM_SERVER_BIND);
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_stdio.c145 if (res < 0 && (errno == EAGAIN || errno == EWOULDBLOCK)) {
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-7.0/ext/intl/tests/
H A Dcalendar_get_getActualMaximum_Minumum_error2.phpt15 function eh($errno, $errstr) {
16 echo "error: $errno, $errstr\n";
/PHP-7.0/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-7.0/ext/openssl/tests/
H A Dopenssl_pkcs7_decrypt_error.phpt8 function myErrorHandler($errno, $errstr, $errfile, $errline) {
H A Dstreams_crypto_method.phpt17 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
H A Dbug65538_001.phpt16 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
H A Dbug65538_003.phpt17 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
/PHP-7.0/ext/spl/tests/
H A DCallbackFilterIteratorTest-002.phpt6 set_error_handler(function($errno, $errstr){
/PHP-7.0/ext/simplexml/tests/
H A Dbug37565.phpt8 function my_error_handler($errno, $errstr, $errfile, $errline) {
/PHP-7.0/win32/
H A Dtime.c119 errno = EINVAL; in nanosleep()
/PHP-7.0/Zend/
H A Dzend_language_scanner.l1022 errno = 0; in zend_scan_escape_string()
1026 if (codepoint > 0x10FFFF || errno) { in zend_scan_escape_string()
1647 errno = 0;
1663 errno = 0;
1674 errno = 0;
1676 if (errno == ERANGE) { /* Overflow */
1677 errno = 0;
1699 ZEND_ASSERT(!errno);
1718 errno = 0;
1734 errno = 0;
[all …]
/PHP-7.0/ext/sysvshm/
H A Dsysvshm.c178 php_error_docref(NULL, E_WARNING, "failed for key 0x%px: %s", shm_key, strerror(errno)); in PHP_FUNCTION()
185 php_error_docref(NULL, E_WARNING, "failed for key 0x%px: %s", shm_key, strerror(errno)); in PHP_FUNCTION()
236 …_WARNING, "failed for key 0x%x, id %ld: %s", shm_list_ptr->key, Z_LVAL_P(shm_id), strerror(errno)); in PHP_FUNCTION()
/PHP-7.0/ext/zip/lib/
H A Dzip_error.c74 error->sys_err = errno; in zip_error_init_with_code()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_rinit_hook.c66 …in socket at %s defined by phpdbg.path ini setting. Reason: %s", PHPDBG_WG(path), strerror(errno)); in PHP_RINIT_FUNCTION()

Completed in 43 milliseconds

1...<<11121314151617