Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 3304) sorted by last modified time

12345678910>>...133

/php-src/ext/sqlite3/
H A Dsqlite3.c1000 goto error; in PHP_METHOD()
1006 goto error; in PHP_METHOD()
1011 goto error; in PHP_METHOD()
1030 error: in PHP_METHOD()
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdo_sqlite_createcollation_arg_error.phpt2 Test PdoSqlite::createCollation() arguments error
H A Dpdo_sqlite_createafunction_arg_error.phpt2 Test PdoSqlite::createFunction() arguments error
H A Dpdo_sqlite_createaggregate_arg_error.phpt2 Test PdoSqlite::createAggregate() arguments error
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c504 ZEND_PARSE_PARAMETERS_END_EX(goto error;); in pdo_sqlite_create_function_internal()
529 error: in pdo_sqlite_create_function_internal()
562 ZEND_PARSE_PARAMETERS_END_EX(goto error;); in pdo_sqlite_create_aggregate_internal()
589 error: in pdo_sqlite_create_aggregate_internal()
/php-src/ext/curl/
H A Dinterface.c114 SAVE_CURL_ERROR(ch, error); in php_curl_option_str()
1292 error = form_error; in add_simple_field()
1297 return error; in add_simple_field()
1385 error = form_error; in build_mime_structure_from_hash()
1441 error = form_error; in build_mime_structure_from_hash()
1465 if (error != CURLE_OK) { in build_mime_structure_from_hash()
1523 char *error = NULL; in php_curl_set_callable_handler() local
1528 efree(error); in php_curl_set_callable_handler()
1920 error = CURLE_OK; in _php_curl_setopt()
2299 CURLcode error; in PHP_FUNCTION() local
[all …]
H A Dmulti.c86 CURLMcode error = CURLM_OK; in PHP_FUNCTION() local
104 SAVE_CURLM_ERROR(mh, error); in PHP_FUNCTION()
154 CURLMcode error = CURLM_OK; in PHP_FUNCTION() local
165 SAVE_CURLM_ERROR(mh, error); in PHP_FUNCTION()
180 CURLMcode error = CURLM_OK; in PHP_FUNCTION() local
191 if (CURLM_OK != error) { in PHP_FUNCTION()
207 CURLMcode error = CURLM_OK; in PHP_FUNCTION() local
233 SAVE_CURLM_ERROR(mh, error); in PHP_FUNCTION()
419 CURLMcode error = CURLM_OK; in _php_curl_multi_setopt() local
462 if (error != CURLM_OK) { in _php_curl_multi_setopt()
[all …]
/php-src/
H A DNEWS114 . If JIT is enabled, PHP will now exit with a fatal error on startup in case
193 . Updated posix_isatty to set the error number on file descriptors.
H A DUPGRADING26 if the last path component contained a period. In that case, a 404 error was
45 an error.
416 . posix_isatty now sets the error number when the file descriptor/stream argument
488 . If JIT is enabled, PHP will now exit with a fatal error on startup in case
H A Drun-tests.php419error("'$workers' is not a valid number of workers, try e.g. -j16 for 16 workers");
523error("'$timeout' is not a valid number of seconds, try e.g. --set-timeout 60 for 1 minute");
530error("'$context_line_count' is not a valid number of lines of context, try e.g. --context 3 for 3…
542error("'$slow_min_ms' is not a valid number of milliseconds, try e.g. --show-slow 1000 for 1 secon…
809 error('environment variable TEST_PHP_EXECUTABLE must be set to specify PHP executable!');
813 error("invalid PHP executable specified by TEST_PHP_EXECUTABLE = $php");
/php-src/ext/odbc/
H A Dphp_odbc.c617 SQLINTEGER error; /* Not used */ in odbc_sql_error() local
636 …rc = SQLError(henv, conn, stmt, (SQLCHAR *) ODBCG(laststate), &error, (SQLCHAR *) ODBCG(lasterrorm… in odbc_sql_error()
1213 SQLINTEGER error; /* Not used */ in PHP_FUNCTION() local
1218 result->stmt, (SQLCHAR *) state, &error, (SQLCHAR *) errormsg, in PHP_FUNCTION()
/php-src/ext/bcmath/tests/
H A Dbcround_error.phpt2 bcround() function with error
H A Dbcceil_error.phpt2 bcceil() function with error
H A Dbcfloor_error.phpt2 bcfloor() function with error
/php-src/ext/libxml/
H A Dlibxml.c597 if (error) { in _php_list_set_error_structure()
598 ret = xmlCopyError(error, &error_copy); in _php_list_set_error_structure()
863 _php_list_set_error_structure(error, NULL, 0, 0); in php_libxml_structured_error_handler()
1091 const xmlError *error = xmlGetLastError(); in PHP_FUNCTION() local
1093 if (error) { in PHP_FUNCTION()
1098 if (error->message) { in PHP_FUNCTION()
1103 if (error->file) { in PHP_FUNCTION()
1118 xmlErrorPtr error; in PHP_FUNCTION() local
1127 while (error != NULL) { in PHP_FUNCTION()
1134 if (error->message) { in PHP_FUNCTION()
[all …]
/php-src/ext/dom/
H A Ddocument.c960 goto error; in PHP_METHOD()
997 error: in PHP_METHOD()
1384 ctxt->vctxt.error = php_libxml_ctx_error; in dom_document_parser()
1388 ctxt->sax->error = php_libxml_ctx_error; in dom_document_parser()
1800 cvp->error = (xmlValidityErrorFunc) php_libxml_error_handler; in PHP_METHOD()
2068 ctxt->vctxt.error = php_libxml_ctx_error; in dom_load_html()
2071 ctxt->sax->error = php_libxml_ctx_error; in dom_load_html()
2183 if (outBuf->error) { in PHP_METHOD()
2190 if (!outBuf->error) { in PHP_METHOD()
/php-src/ext/opcache/tests/
H A Dbug67215.phpt28 Fatal error: Cannot redeclare class p (previously declared in %sbug67215.p.php:%d) in %sbug67215.p.…
H A Dbug73583.phpt19 Fatal error: Cannot redeclare function A() (previously declared in %sbug73583.php:4) in %sbug73583.…
H A Dgh8846.phpt36 <b>Fatal error</b>: Cannot redeclare class Foo (previously declared in %sgh8846-1.inc:2) in <b>%sg…
/php-src/ext/pcre/tests/
H A Dpreg_replace_callback_fatal_error_leak.phpt2 preg_replace_callback() should not leak persistent memory on fatal error
10 function test() {} // Trigger a fatal error.
18 Fatal error: Cannot redeclare function test() (previously declared in %s:%d) in %s on line %d
/php-src/Zend/
H A Dzend_API.h418 uint32_t check_flags, zend_fcall_info_cache *fcc, char **error);
419 …ject, uint32_t check_flags, zend_string **callable_name, zend_fcall_info_cache *fcc, char **error);
702 …lags, zend_fcall_info *fci, zend_fcall_info_cache *fcc, zend_string **callable_name, char **error);
1559 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(uint32_t num, char *error);
1560 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_or_null_error(uint32_t num, char *error);
2477 …_info *dest_fci, zend_fcall_info_cache *dest_fcc, bool check_null, char **error, bool free_trampol… in zend_parse_arg_func() argument
2482 *error = NULL; in zend_parse_arg_func()
2483 } else if (UNEXPECTED(zend_fcall_info_init(arg, 0, dest_fci, dest_fcc, NULL, error) != SUCCESS)) { in zend_parse_arg_func()
/php-src/Zend/tests/
H A Dname_collision_07.phpt16 Fatal error: Cannot redeclare class Bazzle\Bar (previously declared as local import) in %s on line …
H A Dname_collision_08.phpt16 Fatal error: Cannot redeclare function Bazzle\bar() (previously declared as local import) in %s on …
H A Dns_029.phpt13 Fatal error: Cannot redeclare class Foo (previously declared as local import) in %sns_029.php on li…
/php-src/Zend/tests/use_function/
H A Ddefine_imported.phpt14 Fatal error: Cannot redeclare function bar() (previously declared as local import) in %s on line %d

Completed in 192 milliseconds

12345678910>>...133