Home
last modified time | relevance | path

Searched refs:errors (Results 151 – 175 of 293) sorted by relevance

12345678910>>...12

/php-src/ext/date/lib/
H A Dtimelib.h516 timelib_time *timelib_strtotime(const char *s, size_t len, timelib_error_container **errors, const …
537 …const char *format, const char *s, size_t len, timelib_error_container **errors, const timelib_tzd…
551 …const char *format, const char *s, size_t len, timelib_error_container **errors, const timelib_tzd…
626 timelib_error_container **errors);
945 void timelib_error_container_dtor(timelib_error_container *errors);
H A Dparse_date.re138 timelib_error_container *errors;
2007 in.errors->warning_count = 0;
2009 in.errors->error_count = 0;
2023 if (errors) {
2024 *errors = in.errors;
2071 if (errors) {
2072 *errors = in.errors;
2205 in.errors->warning_count = 0;
2207 in.errors->error_count = 0;
2671 if (errors) {
[all …]
/php-src/ext/standard/tests/streams/
H A Dbug76943.phpt2 Bug #76943 (Inconsistent stream_wrapper_restore() errors)
/php-src/Zend/tests/
H A Dbug60573.phpt2 Bug #60573 (type hinting with "self" keyword causes weird errors)
H A Dproperty_access_errors_for_guarded_properties.phpt2 Property access errors should be thrown for overloaded properties protected by recursion guards
H A Darginfo_zpp_mismatch.inc39 /* TODO: Uses fatal errors */
H A Dbug60573_2.phpt2 Bug #60573 (type hinting with "self" keyword causes weird errors) -- variation 2
/php-src/sapi/cli/tests/
H A D011.phpt51 string(%d) "No syntax errors detected in %s011.test.php
/php-src/ext/tokenizer/tests/
H A Dparse_errors.phpt2 Parse errors during token_get_all()
/php-src/ext/zip/tests/
H A Dbug70322.phpt2 Bug #70322 (ZipArchive::close() doesn't indicate errors)
/php-src/ext/json/tests/
H A Djson_exceptions_error_clearing.phpt8 // here we cause a different kind of error to the following errors, so that
/php-src/ext/spl/tests/
H A Ddllist_004.phpt6 // errors
H A Ddllist_005.phpt6 // errors
H A Ddllist_013.phpt6 // errors
/php-src/ext/intl/tests/
H A Dtimezone_getOffset_error.phpt2 IntlTimeZone::getOffset(): errors
H A Dcalendar_fromDateTime_error.phpt2 IntlCalendar::fromDateTime(): errors
/php-src/ext/dom/tests/modern/token_list/
H A Dremove_errors.phpt2 TokenList: remove errors
H A Dadd_errors.phpt2 TokenList: add errors
/php-src/ext/ldap/tests/
H A Dldap_list_read_search_parallel_programming_errors.phpt2 Programming errors (Value/Type errors) for parallel usage of ldap_list(), ldap_read(), and ldap_sea…
/php-src/ext/date/tests/
H A Dbug79580.phpt13 echo DateTime::getLastErrors()['errors'][0], "\n";
H A Ddate_parse_error.phpt43 ["errors"]=>
/php-src/ext/session/tests/
H A Dbug74514.phpt17 'headers already sent' errors if they try to set new values.
/php-src/build/
H A Dpkg.m486 dnl PKG_CHECK_MODULES(), but does not set variables or print errors.
95 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
120 dnl Internal check to see if pkg-config supports short errors.
158 $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
160 $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
/php-src/ext/standard/tests/array/
H A Dnatcasesort_variation9.phpt22 // suppress errors as is generating a lot of "array to string" notices
/php-src/sapi/cgi/tests/
H A D006.phpt58 string(%d) "No syntax errors detected in %s006.test.php

Completed in 91 milliseconds

12345678910>>...12