Home
last modified time | relevance | path

Searched refs:error (Results 2526 – 2550 of 2576) sorted by relevance

1...<<101102103104

/PHP-7.4/ext/standard/tests/file/
H A Dfile.inc561 // dump the stat array so that its easy to figure out the error
639 // dump the stat array so that easy to figure out the error
/PHP-7.4/ext/standard/tests/general_functions/
H A Dvar_dump.phpt285 echo "\n*** Testing error conditions ***\n";
1576 *** Testing error conditions ***
H A Dvar_dump_64bit.phpt285 echo "\n*** Testing error conditions ***\n";
1576 *** Testing error conditions ***
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_internal.h51 #error The use of both EBCDIC and SUPPORT_UNICODE is not supported.
1847 #error EBCDIC is not supported for the 16-bit or 32-bit libraries
/PHP-7.4/ext/mysqli/
H A Dmysqli_nonapi.c505 add_assoc_string_ex(&single_error, "error", sizeof("error") - 1, message->error);
551 add_assoc_string_ex(&single_error, "error", sizeof("error") - 1, message->error);
H A Dmysqli_fe.c67 ZEND_ARG_ARRAY_INFO(1, error, 1)
/PHP-7.4/ext/oci8/tests/
H A Dbug51291_1.phpt2 Bug #51291 (oci_error() doesn't report last error when called two times)
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_result.c417 DBG_ERR_FMT("error=%s", rset_header.error_info.error); in mysqlnd_query_read_result_set_header()
744 … DBG_ERR_FMT("errorno=%u error=%s", row_packet->error_info.error_no, row_packet->error_info.error); in MYSQLND_METHOD()
884 … DBG_ERR_FMT("errorno=%u error=%s", row_packet->error_info.error_no, row_packet->error_info.error); in MYSQLND_METHOD()
H A Dmysqlnd_ps.c1701 MYSQLND_METHOD(mysqlnd_stmt, error)(const MYSQLND_STMT * const s) in MYSQLND_METHOD() argument
1704 return stmt? stmt->error_info->error : 0; in MYSQLND_METHOD()
2277 MYSQLND_METHOD(mysqlnd_stmt, error),
/PHP-7.4/Zend/
H A Dzend_types.h309 # error "Unknown SIZEOF_SIZE_T"
1093 # error "Unknown SIZEOF_SIZE_T"
H A DZend.m4360 # error "global register variables are not supported"
/PHP-7.4/build/
H A Dpkg.m4162 # Put the nasty error message in config.log where it belongs
H A Dltmain.sh998 error=$?
1000 exit $error
1070 error=$?
1072 exit $error
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c458 compiler->error = SLJIT_ERR_COMPILED; in sljit_generate_code()
1234 #error "Software divmod functions are needed"
1315 #error "Software divmod functions are needed" in sljit_emit_op0()
1556 FAIL_IF(compiler->error); in emit_fop_mem()
H A DsljitNativePPC_common.c68 # error "Cache flush is not implemented for PowerPC/POWER common mode." in ppc_cache_flush()
86 #error "Please enable GCC syntax for inline assembly statements with -qasm=gcc" in ppc_cache_flush()
88 #error "This platform requires a cache flush implementation." in ppc_cache_flush()
593 compiler->error = SLJIT_ERR_COMPILED; in sljit_generate_code()
H A DsljitNativeX86_common.c629 compiler->error = SLJIT_ERR_COMPILED; in sljit_generate_code()
2308 return compiler->error;
2318 return compiler->error;
3019 return compiler->error;
/PHP-7.4/ext/soap/
H A Dsoap.c2711 smart_str error = {0}; local
2712 smart_str_appends(&error,"Function (\"");
2713 smart_str_appends(&error,function);
2714 smart_str_appends(&error,"\") is not a valid method for this service");
2715 smart_str_0(&error);
2716 add_soap_fault(this_ptr, "Client", ZSTR_VAL(error.s), NULL, NULL);
2717 smart_str_free(&error);
/PHP-7.4/ext/standard/
H A Dconfig.m4375 #error no strptime() on this platform
/PHP-7.4/ext/gd/
H A Dgd.c4072 char *error = NULL; in php_imagettftext_common() local
4125 error = gdImageStringFTEx(im, brect, col, fontname, ptsize, angle, x, y, str, &strex); in php_imagettftext_common()
4127 error = gdImageStringFT(im, brect, col, fontname, ptsize, angle, x, y, str); in php_imagettftext_common()
4130 if (error) { in php_imagettftext_common()
4131 php_error_docref(NULL, E_WARNING, "%s", error); in php_imagettftext_common()
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_error4.phpt926 throw new \RuntimeException('Failed to execute regex: Unknown error');
/PHP-7.4/ext/odbc/
H A Dconfig.m452 dnl we have an error and should bail out, as we can't find the libs!
H A Dphp_odbc.c872 SQLINTEGER error; /* Not used */ in odbc_sql_error() local
891 …rc = SQLError(henv, conn, stmt, ODBCG(laststate), &error, ODBCG(lasterrormsg), sizeof(ODBCG(laster… in odbc_sql_error()
1536 SQLINTEGER error; /* Not used */ in PHP_FUNCTION() local
1541 result->stmt, state, &error, errormsg, in PHP_FUNCTION()
/PHP-7.4/Zend/tests/
H A D019.phpt360 //Note: No error conditions relating to passing arguments can be tested
361 // because these are not functions but statements, it will result in syntax error.
/PHP-7.4/ext/snmp/
H A Dsnmp.c1737 char *error = strerror(errno); in PHP_FUNCTION() local
1738 php_error_docref(NULL, E_WARNING, "Error while reading MIB file '%s': %s", filename, error); in PHP_FUNCTION()
/PHP-7.4/main/streams/
H A Dstreams.c230 static void wrapper_error_dtor(void *error) in wrapper_error_dtor() argument
232 efree(*(char**)error); in wrapper_error_dtor()

Completed in 207 milliseconds

1...<<101102103104