Home
last modified time | relevance | path

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

1...<<111213141516

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_events.c71 } while (res == -1 && errno == EINTR); in fpm_got_signal()
74 if (res < 0 && errno != EAGAIN && errno != EWOULDBLOCK) { in fpm_got_signal()
H A Dfpm_stdio.c169 if (in_buf == 0 || (errno != EAGAIN && errno != EWOULDBLOCK)) {
/PHP-7.4/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()
/PHP-7.4/ext/intl/tests/
H A Dcalendar_get_Least_Greatest_Minimum_Maximum_error.phpt30 function eh($errno, $errstr) {
31 echo "error: $errno, $errstr\n";
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_kill.phpt95 ["errno"]=>
103 ["errno"]=>
H A Dmysqli_stmt_get_warnings.phpt18 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
83 if (0 == $warning->errno)
H A Dmysqli_change_user_rollback.phpt13 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A D067.phpt25 $query, $mysql->errno, $mysql->error);
/PHP-7.4/ext/sockets/tests/
H A Dsocket_export_stream-2.phpt16 var_dump(socket_export_stream(stream_socket_server("udp://127.0.0.1:0", $errno, $errstr, STREAM_SER…
H A Dsocket_import_stream-2.phpt17 $s = stream_socket_server("udp://127.0.0.1:0", $errno, $errstr, STREAM_SERVER_BIND);
/PHP-7.4/ext/openssl/tests/
H A Dstreams_crypto_method.phpt19 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
H A Dbug65538_001.phpt20 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
H A Dbug65538_003.phpt25 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
/PHP-7.4/main/
H A Dnetwork.c220 …trpprintf(0, "php_network_getaddresses: getaddrinfo failed (null result pointer) errno=%d", errno); in php_network_getaddresses()
247 errno = E2BIG; in php_network_getaddresses()
257 … *error_string = strpprintf(0, "php_network_getaddresses: gethostbyname failed. errno=%d", errno); in php_network_getaddresses()
892 …(NULL, E_WARNING, "failed to bind to '%s:%d', system said: %s", bindto, bindport, strerror(errno));
1227 errno = 0;
1265 && (errno == ERANGE)) {
1291 && (errno == ERANGE)) {
/PHP-7.4/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)
/PHP-7.4/ext/standard/tests/file/
H A Dfwrite.phpt39 Notice: fwrite(): write of 4 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation1.phpt52 Notice: fwrite(): write of 37 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation17.phpt52 Notice: fwrite(): write of 37 bytes failed with errno=9 Bad file descriptor in %s on line %d
H A D007_variation9.phpt52 Notice: fwrite(): write of 37 bytes failed with errno=9 Bad file descriptor in %s on line %d
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch408 if (errno != ENOENT)
1215 errno = EFTYPE;
1246 errno = EFTYPE;
1251 errno = EFTYPE;
1384 errno = EINVAL;
1402 #include <errno.h>
1506 if (errno == EINTR)
1515 te = errno;
1678 #include <errno.h>
2930 - errno = 0;
[all …]
/PHP-7.4/ext/standard/
H A Dnet.c271 php_error(E_WARNING, "getifaddrs() failed %d: %s", errno, strerror(errno)); in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_language_scanner.l1033 errno = 0; in zend_scan_escape_string()
1037 if (codepoint > 0x10FFFF || errno) { in zend_scan_escape_string()
1800 errno = 0;
1853 errno = 0;
1858 errno = 0;
1860 if (errno == ERANGE) { /* Overflow */
1861 errno = 0;
1875 ZEND_ASSERT(!errno);
1905 errno = 0;
1927 errno = 0;
[all …]
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c297 zend_accel_error(ACCEL_LOG_DEBUG, "RestartC: %s (%d)", strerror(errno), errno); in accel_restart_is_active()
329 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC(+1): %s (%d)", strerror(errno), errno); in accel_activate_add()
355 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC(-1): %s (%d)", strerror(errno), errno); in accel_deactivate_sub()
373 zend_accel_error(ACCEL_LOG_DEBUG, "UnlockAll: %s (%d)", strerror(errno), errno); in accel_unlock_all()
779 errno = 0; in kill_all_lockers()
786 if (errno == ESRCH) { in kill_all_lockers()
796 if (errno == ESRCH) { in kill_all_lockers()
846 zend_accel_error(ACCEL_LOG_DEBUG, "UpdateC: %s (%d)", strerror(errno), errno); in accel_is_inactive()
2731 strerror(errno), errno); in accel_remap_huge_pages()
2756 strerror(errno), errno); in accel_remap_huge_pages()
[all …]
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server.inc102 $fp = fsockopen(PHP_CLI_SERVER_HOSTNAME, PHP_CLI_SERVER_PORT, $errno, $errstr, $timeout);

Completed in 98 milliseconds

1...<<111213141516