Home
last modified time | relevance | path

Searched refs:error (Results 3251 – 3275 of 3331) sorted by relevance

1...<<131132133134

/php-src/ext/pdo/
H A Dpdo_stmt.c1250 bool error = false; in PHP_METHOD() local
1370 error = true; in PHP_METHOD()
1373 if (!error) { in PHP_METHOD()
1394 if (error) { in PHP_METHOD()
/php-src/ext/sqlite3/
H A Dsqlite3.c999 goto error; in PHP_METHOD()
1005 goto error; in PHP_METHOD()
1010 goto error; in PHP_METHOD()
1029 error: in PHP_METHOD()
/php-src/
H A DUPGRADING26 if the last path component contained a period. In that case, a 404 error was
47 an error.
91 . If JIT is enabled, PHP will now exit with a fatal error on startup in case
469 . posix_isatty now sets the error number when the file descriptor/stream argument
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_begintransaction.phpt175 // Should cause a Server warning but no error
/php-src/ext/mysqlnd/
H A Dmysqlnd_result.c209 DBG_ERR_FMT("error=%s", rset_header.error_info.error); in mysqlnd_query_read_result_set_header()
476 … 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.c1440 MYSQLND_METHOD(mysqlnd_stmt, error)(const MYSQLND_STMT * const s) in MYSQLND_METHOD() argument
1443 return stmt? stmt->error_info->error : 0; in MYSQLND_METHOD()
1963 MYSQLND_METHOD(mysqlnd_stmt, error),
/php-src/docs/source/miscellaneous/
H A Dstubs.rst70 macros. This is a tedious and error-prone process. Being able to use pure PHP code on which the C
97 actual data matches for both arguments and return types. If they do not, an error is generated.
731 In order to suppress the error when the check is false positive, the ``@no-verify`` PHPDoc tag
/php-src/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc142 if (dba_insert('key number 6', 'The 6th value inserted again would be an error', $db_writer)) {
/php-src/ext/mysqli/tests/
H A Dmysqli_class_mysqli_properties_no_conn.phpt72 $mysqli->error;
/php-src/ext/standard/tests/file/
H A Dfile.inc561 // dump the stat array so that its easy to figure out the error
646 // dump the stat array so that easy to figure out the error
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_64.c33 #error "Please enable GCC syntax for inline assembly statements"
35 #error "Must implement count leading zeroes"
H A DsljitNativeLOONGARCH_64.c777 compiler->error = SLJIT_ERR_COMPILED; in sljit_generate_code()
1256 return compiler->error; in emit_op_mem()
1279 return compiler->error; in emit_op_mem2()
1793 FAIL_IF(compiler->error); in emit_op()
1822 FAIL_IF(compiler->error); in emit_op()
1849 return compiler->error; in emit_op()
2489 FAIL_IF(compiler->error); in sljit_emit_fop2()
2497 FAIL_IF(compiler->error); in sljit_emit_fop2()
/php-src/ext/pdo/tests/
H A Dpdo_018.phpt239 Exception:SQLSTATE[HY000]: General error: cannot unserialize class
/php-src/Zend/
H A Dzend_alloc.h30 # error "ZEND_MM_ALIGNMENT was not defined during configure"
H A Dzend_string.h559 # error "Unknown SIZEOF_ZEND_LONG" in zend_inline_hash_func()
/php-src/ext/standard/
H A Dconfig.m4361 #error no strptime() on this platform
/php-src/TSRM/
H A DTSRM.c816 # error "TSRM TLS model not set" in tsrm_get_ls_cache_tcb_offset()
/php-src/ext/pgsql/
H A Dpgsql.stub.php954 function pg_put_copy_end(PgSql\Connection $connection, ?string $error = null): int {} argument
/php-src/ext/gd/
H A Dgd.c3235 char *error = NULL; in php_imagettftext_common() local
3283 error = gdImageStringFTEx(im, brect, col, fontname, ptsize, angle, x, y, str, &strex); in php_imagettftext_common()
3285 error = gdImageStringFT(im, brect, col, fontname, ptsize, angle, x, y, str); in php_imagettftext_common()
3288 if (error) { in php_imagettftext_common()
3289 php_error_docref(NULL, E_WARNING, "%s", error); in php_imagettftext_common()
/php-src/ext/soap/
H A Dsoap.c2367 smart_str error = {0}; in do_soap_call() local
2368 smart_str_appends(&error,"Function (\""); in do_soap_call()
2369 smart_str_appends(&error,function); in do_soap_call()
2370 smart_str_appends(&error,"\") is not a valid method for this service"); in do_soap_call()
2371 smart_str_0(&error); in do_soap_call()
2372 add_soap_fault(this_ptr, "Client", ZSTR_VAL(error.s), NULL, NULL); in do_soap_call()
2373 smart_str_free(&error); in do_soap_call()
/php-src/ext/standard/tests/strings/
H A Dstrcasecmp.phpt37 /* we get "Recoverable fatal error: saying Object of class could not be converted
39 The error can be avoided by choosing the __toString magix method as follows: */
H A Dstrcmp.phpt37 /* we get "Recoverable fatal error: saying Object of class could not be converted
39 The error can be avoided by choosing the __toString magix method as follows: */
/php-src/build/
H A Dpkg.m4162 # Put the nasty error message in config.log where it belongs
/php-src/ext/mbstring/tests/
H A Diso2022jp_encoding.phpt159 // Check that ISO-2022-JP treats JISX 0212 chars as error
/php-src/docs/source/core/data-structures/
H A Dzval.rst199 ``_IS_ERROR`` is used as an error value for some `object handlers <todo>`__. It is described in more

Completed in 117 milliseconds

1...<<131132133134