Home
last modified time | relevance | path

Searched refs:errstr (Results 101 – 125 of 166) sorted by relevance

1234567

/php-src/Zend/tests/attributes/deprecated/class_constants/
H A Derror_code_001.phpt6 set_error_handler(function (int $errno, string $errstr, ?string $errfile = null, ?int $errline = nu…
/php-src/ext/standard/tests/streams/
H A Dstream_context_tcp_nodelay.phpt18 "tcp://www.php.net:80", $errno, $errstr, 10, STREAM_CLIENT_CONNECT, $ctxt);
H A Dstream_socket_recvfrom.phpt8 $sock = stream_socket_server($serverUri, $errno, $errstr);
H A Dbug69521.phpt6 $sock = stream_socket_server($serverUri, $errno, $errstr, STREAM_SERVER_BIND | STREAM_SERVER_LISTEN…
/php-src/main/
H A Dnetwork.c520 zend_string *errstr = NULL; local
566 n = php_network_getaddresses(tmp, SOCK_DGRAM, &psal, &errstr);
569 if (errstr) {
571 zend_string_release_ex(errstr, 0);
1014 char *errstr; local
1016 errstr = strerror(err);
1018 buf = estrdup(errstr);
1020 strncpy(buf, errstr, bufsize);
1048 char *errstr; local
1050 errstr = strerror(err);
[all …]
/php-src/Zend/tests/in-de-crement/
H A Doss-fuzz-61865_binop_declared_property_unset_error_handler.phpt7 function errorHandler($errno, $errstr) {
H A Doss-fuzz-61865_predec_declared_property_unset_error_handler.phpt7 function errorHandler($errno, $errstr) {
H A Doss-fuzz-61865_preinc_declared_property_unset_error_handler.phpt7 function errorHandler($errno, $errstr) {
H A Doss-fuzz-61865_postdec_declared_property_unset_error_handler.phpt7 function errorHandler($errno, $errstr) {
H A Doss-fuzz-61865_postinc_declared_property_unset_error_handler.phpt7 function errorHandler($errno, $errstr) {
/php-src/ext/intl/tests/
H A Dcalendar_isEquivalentTo_error.phpt13 function eh($errno, $errstr) {
14 echo "error: $errno, $errstr\n";
H A Dcalendar_before_after_error.phpt13 function eh($errno, $errstr) {
14 echo "error: $errno, $errstr\n";
/php-src/ext/standard/tests/
H A Dgh10885.phpt10 $errstr,
/php-src/Zend/tests/
H A Dbug46106.phpt7 function foobar($errno, $errstr, $errfile, $errline) { }
H A Dbug35017.phpt16 function errorHandler($errno, $errstr, $errfile, $errline) {
H A Dbug76025.phpt6 function handleError($errno, $errstr, $errfile, $errline) {
/php-src/ext/standard/tests/network/
H A Dbindto.phpt12 $errno, $errstr, 30, STREAM_CLIENT_CONNECT, $ctx
/php-src/ext/standard/
H A Dhttp.c265 zend_string *errstr; in cache_request_parse_body_option() local
266 result = zend_ini_parse_quantity(Z_STR_P(option), &errstr); in cache_request_parse_body_option()
267 if (errstr) { in cache_request_parse_body_option()
268 zend_error(E_WARNING, "%s", ZSTR_VAL(errstr)); in cache_request_parse_body_option()
269 zend_string_release(errstr); in cache_request_parse_body_option()
/php-src/Zend/tests/attributes/deprecated/functions/
H A Dthrowing_error_handler_001.phpt6 set_error_handler(function (int $errno, string $errstr, ?string $errfile = null, ?int $errline = nu…
7 throw new \ErrorException($errstr, 0, $errno, $errfile, $errline);
/php-src/ext/xsl/tests/
H A DsetParameter_exceptions_test.phpt60 set_error_handler(function($errno, $errstr) {
61 throw new Exception($errstr);
/php-src/ext/openssl/tests/
H A Dstream_security_level.phpt30 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
48 $client = stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx);
H A Dbug65729.phpt21 $server = stream_socket_server($serverUri, $errno, $errstr, $serverFlags, $serverCtx);
45 var_dump(stream_socket_client($serverUri, $errno, $errstr, 2, $clientFlags, $clientCtx));
/php-src/ext/random/
H A Dphp_random_csprng.h24 …L PHPAPI zend_result php_random_bytes_ex(void *bytes, size_t size, char *errstr, size_t errstr_siz…
/php-src/ext/pdo_pgsql/tests/
H A Dbug72294.phpt16 function handleError($errno, $errstr, $errfile, $errline)
22 throw new RuntimeException( $errstr, $errno );
/php-src/ext/sockets/tests/
H A Dsocket_export_stream-2.phpt14 …socket_export_stream(stream_socket_server("udp://127.0.0.1:0", $errno, $errstr, STREAM_SERVER_BIND…

Completed in 36 milliseconds

1234567