Home
last modified time | relevance | path

Searched refs:err (Results 126 – 149 of 149) sorted by relevance

123456

/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c866 const char *err; local
872 err = mysql_error(mysql->mysql);
873 if (err) {
874 RETURN_STRING(err, 1);
2458 const char * err; local
2465 err = mysql_stmt_error(stmt->stmt);
2466 if (err) {
2467 RETURN_STRING(err, 1);
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c450 http_error *err = (http_error*)http_error_codes; in sapi_cgi_send_headers() local
452 while (err->code != 0) { in sapi_cgi_send_headers()
453 if (err->code == SG(sapi_headers).http_response_code) { in sapi_cgi_send_headers()
456 err++; in sapi_cgi_send_headers()
458 if (err->msg) { in sapi_cgi_send_headers()
459 …n = slprintf(buf, sizeof(buf), "Status: %d %s\r\n", SG(sapi_headers).http_response_code, err->msg); in sapi_cgi_send_headers()
/PHP-5.5/main/
H A Dphp_network.h65 PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize);
/PHP-5.5/ext/gd/libgd/
H A Dgdft.c355 FT_Error err; local
439 err = FT_New_Face (*b->library, fullname, 0, &a->face);
440 if (err) {
/PHP-5.5/ext/zip/
H A Dphp_zip.c1224 int err = 0; in PHP_NAMED_FUNCTION() local
1245 rsrc_int->za = zip_open(resolved_path, 0, &err); in PHP_NAMED_FUNCTION()
1248 RETURN_LONG((long)err); in PHP_NAMED_FUNCTION()
1502 int err = 0; in ZIPARCHIVE_METHOD() local
1543 intern = zip_open(resolved_path, flags, &err); in ZIPARCHIVE_METHOD()
1544 if (!intern || err) { in ZIPARCHIVE_METHOD()
1545 RETURN_LONG((long)err); in ZIPARCHIVE_METHOD()
/PHP-5.5/ext/curl/
H A Dinterface.c155 #define SAVE_CURL_ERROR(__handle, __err) (__handle)->err.no = (int) __err;
1826 memset(&(*ch)->err, 0, sizeof((*ch)->err)); in alloc_curl_handle()
1926 curl_easy_setopt(ch->cp, CURLOPT_ERRORBUFFER, ch->err.str); in _php_curl_set_default_options()
2059 curl_easy_setopt(dupch->cp, CURLOPT_ERRORBUFFER, dupch->err.str); in PHP_FUNCTION()
2959 memset(ch->err.str, 0, CURL_ERROR_SIZE + 1); in _php_curl_cleanup_handle()
2960 ch->err.no = 0; in _php_curl_cleanup_handle()
3242 ch->err.str[CURL_ERROR_SIZE] = 0; in PHP_FUNCTION()
3243 RETURN_STRING(ch->err.str, 1); in PHP_FUNCTION()
3260 RETURN_LONG(ch->err.no); in PHP_FUNCTION()
/PHP-5.5/ext/snmp/
H A Dsnmp.c718 char *err; in php_snmp_internal() local
735 snmp_error(session, NULL, NULL, &err); in php_snmp_internal()
736 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Could not open snmp connection: %s", err); in php_snmp_internal()
737 free(err); in php_snmp_internal()
947 snmp_error(ss, NULL, NULL, &err); in php_snmp_internal()
948 php_snmp_error(getThis(), NULL TSRMLS_CC, PHP_SNMP_ERRNO_GENERIC, "Fatal error: %s", err); in php_snmp_internal()
949 free(err); in php_snmp_internal()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h116 #define mysqlnd_poll(r, err, d_pull,sec,usec,desc_num) _mysqlnd_poll((r), (err), (d_pull), (sec), (… argument
/PHP-5.5/ext/openssl/
H A Dopenssl.c4293 int err; in PHP_FUNCTION() local
4330 err = EVP_VerifyFinal (&md_ctx, (unsigned char *)signature, signature_len, pkey); in PHP_FUNCTION()
4336 RETURN_LONG(err); in PHP_FUNCTION()
4539 int err, depth, ret; in verify_callback() local
4546 err = X509_STORE_CTX_get_error(ctx); in verify_callback()
4554 …if (err == X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT && GET_VER_OPT("allow_self_signed") && zval_is_t… in verify_callback()
4579 int err; in php_openssl_apply_verification_policy() local
4591 err = SSL_get_verify_result(ssl); in php_openssl_apply_verification_policy()
4592 switch (err) { in php_openssl_apply_verification_policy()
4603 …SRMLS_CC, E_WARNING, "Could not verify peer: code:%d %s", err, X509_verify_cert_error_string(err)); in php_openssl_apply_verification_policy()
/PHP-5.5/ext/soap/
H A Dphp_http.c345 int request_size, err; in make_http_soap_request() local
865 err = php_stream_write(stream, soap_headers.c, soap_headers.len); in make_http_soap_request()
866 if (err != soap_headers.len) { in make_http_soap_request()
/PHP-5.5/ext/dom/
H A Ddocument.c1914 int err; in PHP_FUNCTION() local
1923 err = xmlXIncludeProcessFlags(docp, flags); in PHP_FUNCTION()
1937 if (err) { in PHP_FUNCTION()
1938 RETVAL_LONG(err); in PHP_FUNCTION()
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.cpp380 intl_errors_set(&co->err, U_ILLEGAL_ARGUMENT_ERROR, in _php_intlcal_before_after()
1042 intl_errors_set(&co->err, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c3391 goto err; in expand_case_fold_string()
3417 if (r != 0) goto err; in expand_case_fold_string()
3496 err: in expand_case_fold_string()
5302 if (r != 0) goto err; in onig_compile()
5314 if (r != 0) goto err; in onig_compile()
5321 if (r != 0) goto err; in onig_compile()
5398 if (r) goto err; in onig_compile()
5435 err: in onig_compile()
5544 if (r) goto err; in onig_new()
5548 err: in onig_new()
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_methods.cpp518 intl_errors_set(&to->err, U_ILLEGAL_ARGUMENT_ERROR, in PHP_FUNCTION()
/PHP-5.5/ext/intl/converter/
H A Dconverter.c46 intl_error *err = objval ? &(objval->error) : NULL; in php_converter_throw_failure() local
54 intl_errors_set(err, error, message, 1 TSRMLS_CC); in php_converter_throw_failure()
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c628 char *err; in ZEND_FUNCTION() local
632 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s", &err, &err_len) == FAILURE) { in ZEND_FUNCTION()
638 …zend_alter_ini_entry("error_reporting", sizeof("error_reporting"), err, err_len, ZEND_INI_USER, ZE… in ZEND_FUNCTION()
/PHP-5.5/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
1158 (eval "$lt_compile" 2>out/conftest.err)
1160 cat out/conftest.err >&5
[all …]
/PHP-5.5/ext/mbstring/
H A Dmbstring.c4048 int err = 0; in PHP_FUNCTION() local
4176 err = 1; in PHP_FUNCTION()
4195 err = 1; in PHP_FUNCTION()
4278 if (!err && php_mail(to_r, subject, message, headers, extra_cmd TSRMLS_CC)) { in PHP_FUNCTION()
/PHP-5.5/ext/phar/
H A Dutil.c175 const char *err; in phar_mount_entry() local
177 if (phar_path_check(&path, &path_len, &err) > pcr_is_ok) { in phar_mount_entry()
H A Dphar.c1600 char err = 0; local
1625 err = 1;
1641 if (err) {
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch886 #include <err.h>
1317 - goto err;
1330 goto err;
1556 -bad_link(struct magic_set *ms, int err, char *buf)
1565 - file_error(ms, err,
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c28112 int err;
28124 if ( err==-1 ) {
29164 int err;
29167 }while( err==EINTR );
31947 int err=errno;
31948 if( err!=EEXIST ) {
31952 return err;
32075 int err = errno;
32077 *pError = err;
32379 if( err==0 ){
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic6028 >>>>317 string OS\ load\ err$
6554 >>305 string BOOT\ err!\0 \b, Free-DOS Bootloader
6582 >>331 string \ err\0 \b, FREE-DOS BETa 0.9 Bootloader
6592 >>333 string \ err\0 \b, FREE-DOS BEta 0.9 Bootloader
6601 >>334 string \ err\0 \b, FREE-DOS Beta 0.9 Bootloader
/PHP-5.5/
H A DNEWS3788 . Fixed bug #60120 (proc_open's streams may hang with stdin/out/err when
6268 - Fixed bug #45717 (Fileinfo/libmagic build fails, missing err.h and getopt.h).
8670 aborted" FastCGI err). (Dmitry)

Completed in 499 milliseconds

123456