Home
last modified time | relevance | path

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

1234567

/PHP-7.3/ext/soap/
H A Dphp_http.c346 size_t err; in make_http_soap_request() local
887 err = php_stream_write(stream, ZSTR_VAL(soap_headers.s), ZSTR_LEN(soap_headers.s)); in make_http_soap_request()
888 if (err != ZSTR_LEN(soap_headers.s)) { in make_http_soap_request()
/PHP-7.3/ext/intl/converter/
H A Dconverter.c54 intl_error *err = objval ? &(objval->error) : NULL; in php_converter_throw_failure() local
62 intl_errors_set(err, error, message, 1); in php_converter_throw_failure()
/PHP-7.3/ext/zip/lib/
H A Dzipint.h552 void _zip_set_open_error(int *zep, const zip_error_t *err, int ze);
/PHP-7.3/ext/intl/timezone/
H A Dtimezone_methods.cpp508 intl_errors_set(&to->err, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
/PHP-7.3/Zend/
H A Dzend_alloc.c396 DWORD err = GetLastError(); in stderr_last_error() local
403 err, in stderr_last_error()
407 fprintf(stderr, "\n%s: [0x%08lx]\n", msg, err); in stderr_last_error()
410 fprintf(stderr, "\n%s: [0x%08lx] %s\n", msg, err, buf); in stderr_last_error()
/PHP-7.3/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
1154 (eval "$lt_compile" 2>out/conftest.err)
1156 cat out/conftest.err >&5
[all …]
/PHP-7.3/ext/mbstring/
H A Dmbstring.c1043 int err; in _php_mb_match_regex() local
1049 err = onig_search_with_param((php_mb_regex_t *)opaque, (const OnigUChar *)str, in _php_mb_match_regex()
1053 return err >= 0; in _php_mb_match_regex()
4228 int err = 0; in PHP_FUNCTION() local
4453 …if (!err && php_mail(to_r, subject, message, ZSTR_VAL(str_headers), extra_cmd ? ZSTR_VAL(extra_cmd… in PHP_FUNCTION()
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch1367 #include <err.h>
1946 goto err;
1997 goto err;
2003 -err:
2035 #include <err.h>
2473 -bad_link(struct magic_set *ms, int err, char *buf)
2482 - file_error(ms, err,
/PHP-7.3/ext/phar/
H A Dutil.c173 const char *err; in phar_mount_entry() local
175 if (phar_path_check(&path, &path_len, &err) > pcr_is_ok) { in phar_mount_entry()
H A Dphar.c1628 char err = 0; local
1653 err = 1;
1669 if (err) {
/PHP-7.3/sapi/fpm/tests/
H A Dtester.inc26 const FILE_EXT_LOG_ERR = 'err.log';
/PHP-7.3/ext/odbc/
H A Dphp_odbc.c1001 SQLINTEGER err; in odbc_bindcols() local
1008 …if (SQL_SUCCESS == SQLGetDiagRec(SQL_HANDLE_STMT, result->stmt, 1, state, &err, errtxt, 128, NULL)… in odbc_bindcols()
/PHP-7.3/ext/openssl/
H A Dopenssl.c6012 int err = 0; in PHP_FUNCTION() local
6055 …(err = EVP_VerifyFinal(md_ctx, (unsigned char *)signature, (unsigned int)signature_len, pkey)) < 0… in PHP_FUNCTION()
6063 RETURN_LONG(err); in PHP_FUNCTION()
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c35298 int err;
35310 if ( err==-1 ) {
36359 int err;
36362 }while( err==EINTR );
36363 if( err && err!=EINVAL ) return SQLITE_IOERR_WRITE;
39318 int err=errno;
39323 return err;
39446 int err = errno;
39448 *pError = err;
39750 if( err==0 ){
[all …]
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic9490 >>>>317 string OS\ load\ err$
9988 >>305 string BOOT\ err!\0 \b, Free-DOS Bootloader
10016 >>331 string \ err\0 \b, FREE-DOS BETa 0.9 Bootloader
10026 >>333 string \ err\0 \b, FREE-DOS BEta 0.9 Bootloader
10035 >>334 string \ err\0 \b, FREE-DOS Beta 0.9 Bootloader
H A Dmagic私はガラスを食べられます9490 >>>>317 string OS\ load\ err$
9988 >>305 string BOOT\ err!\0 \b, Free-DOS Bootloader
10016 >>331 string \ err\0 \b, FREE-DOS BETa 0.9 Bootloader
10026 >>333 string \ err\0 \b, FREE-DOS BEta 0.9 Bootloader
10035 >>334 string \ err\0 \b, FREE-DOS Beta 0.9 Bootloader

Completed in 620 milliseconds

1234567