Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 341) sorted by path

12345678910>>...14

/PHP-5.5/
H A DINSTALL789 page for all errors that could exist, leave the code parameter out.
1811 8. Some operating systems: I have installed PHP without errors, but
1812 when I try to start Apache I get undefined symbol errors:
1954 Some operating systems: I have installed PHP without errors, but when I
1955 try to start Apache I get undefined symbol errors:
H A DNEWS672 has rounding errors) (Keyur Govande)
1679 . Fixed bug #65299 (pdo mysql parsing errors). (Johannes)
2834 can be launched without errors). (fat)
3347 . Changed shell not to terminate on fatal errors.
5087 errors). (Felipe)
5637 errors when errors are logged). (Jani)
5783 . Added better error reporting for php.ini syntax errors.
6373 - Fixed bug #48247 (Crash on errors during startup). (Stas)
8887 - Changed errors to warnings in imagecolormatch(). (Pierre)
9080 . pg_set_error_verbosity() - set verbosity of errors.
[all …]
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES59 Example 1 (works with no errors):
H A DREADME.STREAMS59 REPORT_ERRORS - show errors in a standard format if something
H A DREADME.SUBMITTING_PATCH163 memory errors) and check the PHP and web server error logs after
H A DREADME.TESTING46 executing "run-tests.php" script, you may get errors.
H A DUPGRADING468 happens when global errors are set together with intl.error_level.
H A Dconfigure.in159 dnl Catch common errors here to save a few seconds of our users' time
/PHP-5.5/Zend/RFCs/
H A D003.txt59 Mis-matches in type should be reported as fatal errors and should halt
/PHP-5.5/Zend/tests/
H A Dbug24436.phpt2 Bug #24436 (isset()/empty() produce errors with non-existent variables in classes)
H A Dbug36268.phpt2 Bug #36268 (Object destructors called even after fatal errors)
H A Dbug60573.phpt2 Bug #60573 (type hinting with "self" keyword causes weird errors)
H A Dbug65322.phpt2 Bug #65322: compile time errors won't trigger auto loading
H A Dobject_handlers.phpt2 Magic object handlers segfaults and memory errors
/PHP-5.5/Zend/
H A Dzend_alloc.c1563 int errors = 0; in zend_mm_check_heap() local
1579 errors++; in zend_mm_check_heap()
1592 return errors; in zend_mm_check_heap()
2792 int errors; in _full_mem_check() local
2802errors = zend_mm_check_heap(AG(mm_heap), silent ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_… in _full_mem_check()
2804 …debug_alloc_output("End of full memory check %s:%d (%d errors)\n" ZEND_FILE_LINE_RELAY_CC, errors); in _full_mem_check()
/PHP-5.5/build/
H A Dlibtool.m4781 # Append any errors to the config.log.
/PHP-5.5/ext/date/lib/
H A Dparse_date.c344 …s->errors->warning_messages = realloc(s->errors->warning_messages, s->errors->warning_count * size… in add_warning()
353 …s->errors->error_messages = realloc(s->errors->error_messages, s->errors->error_count * sizeof(tim… in add_error()
362 …s->errors->warning_messages = realloc(s->errors->warning_messages, s->errors->warning_count * size… in add_pbf_warning()
371 …s->errors->error_messages = realloc(s->errors->error_messages, s->errors->error_count * sizeof(tim… in add_pbf_error()
373 s->errors->error_messages[s->errors->error_count - 1].character = *cptr; in add_pbf_error()
24739 if (errors) { in timelib_strtotime()
24740 *errors = in.errors; in timelib_strtotime()
24787 if (errors) { in timelib_strtotime()
24788 *errors = in.errors; in timelib_strtotime()
25153 if (errors) { in timelib_parse_from_format()
[all …]
H A Dparse_date.re342 …s->errors->warning_messages = realloc(s->errors->warning_messages, s->errors->warning_count * size…
351 …s->errors->error_messages = realloc(s->errors->error_messages, s->errors->error_count * sizeof(tim…
360 …s->errors->warning_messages = realloc(s->errors->warning_messages, s->errors->warning_count * size…
369 …s->errors->error_messages = realloc(s->errors->error_messages, s->errors->error_count * sizeof(tim…
371 s->errors->error_messages[s->errors->error_count - 1].character = *cptr;
1748 if (errors) {
1749 *errors = in.errors;
1796 if (errors) {
1797 *errors = in.errors;
2162 if (errors) {
[all …]
H A Dparse_iso_intervals.c109 s->errors->warning_count++; in add_warning()
110 …s->errors->warning_messages = realloc(s->errors->warning_messages, s->errors->warning_count * size… in add_warning()
113 s->errors->warning_messages[s->errors->warning_count - 1].message = strdup(error); in add_warning()
118 s->errors->error_count++; in add_error()
119 …s->errors->error_messages = realloc(s->errors->error_messages, s->errors->error_count * sizeof(tim… in add_error()
121 s->errors->error_messages[s->errors->error_count - 1].character = s->tok ? *s->tok : 0; in add_error()
122 s->errors->error_messages[s->errors->error_count - 1].message = strdup(error); in add_error()
1033 if (errors) { in timelib_strtointerval()
1034 *errors = in.errors; in timelib_strtointerval()
1098 if (errors) { in timelib_strtointerval()
[all …]
H A Dparse_iso_intervals.re107 s->errors->warning_count++;
108 …s->errors->warning_messages = realloc(s->errors->warning_messages, s->errors->warning_count * size…
111 s->errors->warning_messages[s->errors->warning_count - 1].message = strdup(error);
116 s->errors->error_count++;
117 …s->errors->error_messages = realloc(s->errors->error_messages, s->errors->error_count * sizeof(tim…
119 s->errors->error_messages[s->errors->error_count - 1].character = s->tok ? *s->tok : 0;
120 s->errors->error_messages[s->errors->error_count - 1].message = strdup(error);
427 if (errors) {
428 *errors = in.errors;
492 if (errors) {
[all …]
H A Dtimelib.c164 void timelib_error_container_dtor(timelib_error_container *errors) in timelib_error_container_dtor() argument
168 for (i = 0; i < errors->warning_count; i++) { in timelib_error_container_dtor()
169 free(errors->warning_messages[i].message); in timelib_error_container_dtor()
171 free(errors->warning_messages); in timelib_error_container_dtor()
172 for (i = 0; i < errors->error_count; i++) { in timelib_error_container_dtor()
173 free(errors->error_messages[i].message); in timelib_error_container_dtor()
175 free(errors->error_messages); in timelib_error_container_dtor()
176 free(errors); in timelib_error_container_dtor()
H A Dtimelib.h74 timelib_time *timelib_strtotime(char *s, int len, timelib_error_container **errors, const timelib_t…
75 …se_from_format(char *format, char *s, int len, timelib_error_container **errors, const timelib_tzd…
85 struct timelib_error_container **errors);
132 void timelib_error_container_dtor(timelib_error_container *errors);
/PHP-5.5/ext/date/
H A Dphp_date.c3979 struct timelib_error_container *errors; in date_interval_initialize() local
3981 timelib_strtointerval(format, format_length, &b, &e, &p, &r, &errors); in date_interval_initialize()
3983 if (errors->error_count > 0) { in date_interval_initialize()
4002 timelib_error_container_dtor(errors); in date_interval_initialize()
4358 struct timelib_error_container *errors; in date_period_initialize() local
4360 timelib_strtointerval(format, format_length, &b, &e, &p, &r, &errors); in date_period_initialize()
4362 if (errors->error_count > 0) { in date_period_initialize()
4372 timelib_error_container_dtor(errors); in date_period_initialize()
/PHP-5.5/ext/date/tests/
H A Dbug35499.phpt37 ["errors"]=>
73 ["errors"]=>
H A Dbug41523-64bit.phpt40 ["errors"]=>

Completed in 142 milliseconds

12345678910>>...14