Searched refs:errors (Results 151 – 175 of 293) sorted by relevance
12345678910>>...12
/php-src/ext/date/lib/ |
H A D | timelib.h | 516 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 D | parse_date.re | 138 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 D | bug76943.phpt | 2 Bug #76943 (Inconsistent stream_wrapper_restore() errors)
|
/php-src/Zend/tests/ |
H A D | bug60573.phpt | 2 Bug #60573 (type hinting with "self" keyword causes weird errors)
|
H A D | property_access_errors_for_guarded_properties.phpt | 2 Property access errors should be thrown for overloaded properties protected by recursion guards
|
H A D | arginfo_zpp_mismatch.inc | 39 /* TODO: Uses fatal errors */
|
H A D | bug60573_2.phpt | 2 Bug #60573 (type hinting with "self" keyword causes weird errors) -- variation 2
|
/php-src/sapi/cli/tests/ |
H A D | 011.phpt | 51 string(%d) "No syntax errors detected in %s011.test.php
|
/php-src/ext/tokenizer/tests/ |
H A D | parse_errors.phpt | 2 Parse errors during token_get_all()
|
/php-src/ext/zip/tests/ |
H A D | bug70322.phpt | 2 Bug #70322 (ZipArchive::close() doesn't indicate errors)
|
/php-src/ext/json/tests/ |
H A D | json_exceptions_error_clearing.phpt | 8 // here we cause a different kind of error to the following errors, so that
|
/php-src/ext/spl/tests/ |
H A D | dllist_004.phpt | 6 // errors
|
H A D | dllist_005.phpt | 6 // errors
|
H A D | dllist_013.phpt | 6 // errors
|
/php-src/ext/intl/tests/ |
H A D | timezone_getOffset_error.phpt | 2 IntlTimeZone::getOffset(): errors
|
H A D | calendar_fromDateTime_error.phpt | 2 IntlCalendar::fromDateTime(): errors
|
/php-src/ext/dom/tests/modern/token_list/ |
H A D | remove_errors.phpt | 2 TokenList: remove errors
|
H A D | add_errors.phpt | 2 TokenList: add errors
|
/php-src/ext/ldap/tests/ |
H A D | ldap_list_read_search_parallel_programming_errors.phpt | 2 Programming errors (Value/Type errors) for parallel usage of ldap_list(), ldap_read(), and ldap_sea…
|
/php-src/ext/date/tests/ |
H A D | bug79580.phpt | 13 echo DateTime::getLastErrors()['errors'][0], "\n";
|
H A D | date_parse_error.phpt | 43 ["errors"]=>
|
/php-src/ext/session/tests/ |
H A D | bug74514.phpt | 17 'headers already sent' errors if they try to set new values.
|
/php-src/build/ |
H A D | pkg.m4 | 86 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 D | natcasesort_variation9.phpt | 22 // suppress errors as is generating a lot of "array to string" notices
|
/php-src/sapi/cgi/tests/ |
H A D | 006.phpt | 58 string(%d) "No syntax errors detected in %s006.test.php
|
Completed in 91 milliseconds
12345678910>>...12