Home
last modified time | relevance | path

Searched refs:err (Results 151 – 168 of 168) sorted by relevance

1234567

/PHP-8.0/ext/dom/
H A Ddocument.c1537 int err; in PHP_METHOD() local
1553 err = xmlXIncludeProcessFlags(docp, (int)flags); in PHP_METHOD()
1568 if (err) { in PHP_METHOD()
1569 RETVAL_LONG(err); in PHP_METHOD()
/PHP-8.0/Zend/
H A Dzend_builtin_functions.c372 zend_long err; in ZEND_FUNCTION() local
378 Z_PARAM_LONG_OR_NULL(err, err_is_null) in ZEND_FUNCTION()
384 zend_string *new_val = zend_long_to_str(err); in ZEND_FUNCTION()
415 EG(error_reporting) = err; in ZEND_FUNCTION()
H A Dzend_alloc.c400 DWORD err = GetLastError(); in stderr_last_error() local
401 char *buf = php_win32_error_to_msg(err); in stderr_last_error()
404 fprintf(stderr, "\n%s: [0x%08lx]\n", msg, err); in stderr_last_error()
407 fprintf(stderr, "\n%s: [0x%08lx] %s\n", msg, err, buf); in stderr_last_error()
/PHP-8.0/ext/intl/converter/
H A Dconverter.c51 intl_error *err = objval ? &(objval->error) : NULL; in php_converter_throw_failure() local
59 intl_errors_set(err, error, message, 1); in php_converter_throw_failure()
/PHP-8.0/ext/soap/
H A Dphp_http.c345 size_t err; in make_http_soap_request() local
883 err = php_stream_write(stream, ZSTR_VAL(soap_headers.s), ZSTR_LEN(soap_headers.s)); in make_http_soap_request()
884 if (err != ZSTR_LEN(soap_headers.s)) { in make_http_soap_request()
/PHP-8.0/ext/intl/timezone/
H A Dtimezone_methods.cpp470 intl_errors_set(&to->err, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
/PHP-8.0/sapi/fpm/tests/
H A Dfcgi.inc572 * @param $type Either err or our
626 $this->fcgi_stream_append($resp, 'err');
H A Dtester.inc27 const FILE_EXT_LOG_ERR = 'err.log';
/PHP-8.0/build/
H A Dlibtool.m4253 _lt_compiler_boilerplate=`cat conftest.err`
267 _lt_linker_boilerplate=`cat conftest.err`
742 (eval "$lt_compile" 2>conftest.err)
744 cat conftest.err >&5
750 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
780 if test -s conftest.err; then
782 cat conftest.err 1>&5
784 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1155 (eval "$lt_compile" 2>out/conftest.err)
1157 cat out/conftest.err >&5
[all …]
/PHP-8.0/ext/openssl/
H A Dopenssl.c2053 int err = -1; in PHP_FUNCTION() local
2062 RETURN_LONG(err); in PHP_FUNCTION()
2067 err = X509_verify(cert, key); in PHP_FUNCTION()
2068 if (err < 0) { in PHP_FUNCTION()
2079 RETURN_LONG(err); in PHP_FUNCTION()
6597 int err = 0; in PHP_FUNCTION() local
6639 …(err = EVP_VerifyFinal(md_ctx, (unsigned char *)signature, (unsigned int)signature_len, pkey)) < 0… in PHP_FUNCTION()
6644 RETURN_LONG(err); in PHP_FUNCTION()
/PHP-8.0/ext/phar/
H A Dutil.c171 const char *err; in phar_mount_entry() local
173 if (phar_path_check(&path, &path_len, &err) > pcr_is_ok) { in phar_mount_entry()
H A Dphar.c1671 char err = 0; in phar_open_from_fp() local
1696 err = 1; in phar_open_from_fp()
1712 if (err) { in phar_open_from_fp()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch1056 #include <err.h>
1481 #include <err.h>
2007 -bad_link(struct magic_set *ms, int err, char *buf)
2016 - file_error(ms, err,
/PHP-8.0/ext/odbc/
H A Dphp_odbc.c673 SQLINTEGER err; in odbc_bindcols() local
680 …if (SQL_SUCCESS == SQLGetDiagRec(SQL_HANDLE_STMT, result->stmt, 1, state, &err, errtxt, 128, NULL)… in odbc_bindcols()
/PHP-8.0/ext/mbstring/
H A Dmbstring.c3478 int err = 0; in PHP_FUNCTION() local
3695 …if (!err && php_mail(to_r, subject, message, ZSTR_VAL(str_headers), extra_cmd ? ZSTR_VAL(extra_cmd… in PHP_FUNCTION()
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c7760 goto err;
7764 err:
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます11118 >>>>317 string OS\ load\ err$
11616 >>305 string BOOT\ err!\0 \b, Free-DOS Bootloader
11644 >>331 string \ err\0 \b, FREE-DOS BETa 0.9 Bootloader
11654 >>333 string \ err\0 \b, FREE-DOS BEta 0.9 Bootloader
11663 >>334 string \ err\0 \b, FREE-DOS Beta 0.9 Bootloader
H A Dmagic11118 >>>>317 string OS\ load\ err$
11616 >>305 string BOOT\ err!\0 \b, Free-DOS Bootloader
11644 >>331 string \ err\0 \b, FREE-DOS BETa 0.9 Bootloader
11654 >>333 string \ err\0 \b, FREE-DOS BEta 0.9 Bootloader
11663 >>334 string \ err\0 \b, FREE-DOS Beta 0.9 Bootloader

Completed in 460 milliseconds

1234567