Searched refs:errors (Results 1 – 13 of 13) sorted by relevance
/web-php/ |
H A D | submit-event.php | 9 $errors = []; variable 36 $errors[] = 'You must supply a valid email address.'; 60 $errors[] = "This does not look like a 'PHP' event"; 73 $errors[] = "The URL you supplied was invalid."; 85 $errors[] = "You must specify a valid start date."; 114 $errors[] = "It's OK. I'm not real either"; 123 if (count($errors) === 0) { 132 if (count($errors) === 0) { 151 if (count($errors)) { display_errors($errors); } 173 if ($process && count($errors) === 0) { [all …]
|
H A D | cal.php | 21 $begun = false; $errors = []; variable 44 …$errors[] = "There is no event for specified id ('" . htmlentities($id, ENT_QUOTES | ENT_IGNORE, '… 71 … $errors[] = "There are no events for the specified date (" . date("F j, Y",$date) . ")."; 77 …$errors[] = "The specified date (" . htmlentities("$cy/$cm/$cd", ENT_QUOTES | ENT_IGNORE, 'UTF-8')… 84 …$errors[] = "The specified year and month (" . htmlentities("$cy, $cm", ENT_QUOTES | ENT_IGNORE, '… 117 $errors[] = "No events found for this month"; 121 if (count($errors) > 0) { 122 display_errors($errors);
|
/web-php/manual/en/toc/ |
H A D | security.inc | 35 0 => 'security.errors.php',
|
/web-php/include/ |
H A D | errors.inc | 157 'display-errors' => 'errorfunc.configuration.php#ini.display-errors', 158 'display-startup-errors' => 'errorfunc.configuration.php#ini.display-startup-errors', 159 'log-errors' => 'errorfunc.configuration.php#ini.log-errors', 160 'log-errors-max-len' => 'errorfunc.configuration.php#ini.log-errors-max-len', 161 'ignore-repeated-errors' => 'errorfunc.configuration.php#ini.ignore-repeated-errors', 164 'track-errors' => 'errorfunc.configuration.php#ini.track-errors', 165 'xmlrpc-errors' => 'errorfunc.configuration.php#ini.xmlrpc-errors', 166 'html-errors' => 'errorfunc.configuration.php#ini.html-errors',
|
H A D | prepend.inc | 8 // XXX Deactivated by sas, causes errors towards delivery machines 62 // As of PHP 5.3.0 multibyte sequence errors are no longer
|
H A D | layout.inc | 216 function display_errors($errors): void 218 echo '<div class="errors">'; 219 if (count($errors) > 1) { 221 foreach ($errors as $error) { 227 echo $errors[0];
|
H A D | manual-lookup.inc | 4 include_once __DIR__ . '/errors.inc';
|
H A D | pregen-news.inc | 19002 <li>Many fatal errors converted to Exceptions</li> 19223 <li>Many fatal errors are now Exceptions</li> 19318 <li>Many fatal errors are now Exceptions</li> 19472 <li>Many fatal errors are now Exceptions</li> 19641 <li>Many fatal errors are now Exceptions</li> 19963 <li>Many fatal errors are now Exceptions</li> 20145 <li>Many fatal errors are now Exceptions</li> 20506 <li>Many fatal errors are now Exceptions</li> 20679 <li>Many fatal errors are now Exceptions</li> 20951 <li>Many fatal errors are now Exceptions</li> [all …]
|
/web-php/releases/8.3/ |
H A D | release.inc | 452 No syntax errors detected in foo.php 462 No syntax errors detected in foo.php 463 No syntax errors detected in bar.php
|
/web-php/releases/ |
H A D | NEWS_5_4_0_RC1.txt | 344 . Changed shell not to terminate on fatal errors. 1488 - Fixed bug #52262 (json_decode() shows no errors on invalid UTF-8). 1588 errors). (Felipe) 2138 errors when errors are logged). (Jani) 2284 . Added better error reporting for php.ini syntax errors. 2874 - Fixed bug #48247 (Crash on errors during startup). (Stas) 3089 - Fixed bug #37209 (mssql_execute with non fatal errors). (Kalle) 3141 - Fixed read or write errors for large zip archives. (Pierre) 5388 - Changed errors to warnings in imagecolormatch(). (Pierre) 5581 . pg_set_error_verbosity() - set verbosity of errors. [all …]
|
H A D | NEWS_5_4_0_beta1.txt | 248 . Changed shell not to terminate on fatal errors. 1392 - Fixed bug #52262 (json_decode() shows no errors on invalid UTF-8). 1492 errors). (Felipe) 2042 errors when errors are logged). (Jani) 2188 . Added better error reporting for php.ini syntax errors. 2778 - Fixed bug #48247 (Crash on errors during startup). (Stas) 2993 - Fixed bug #37209 (mssql_execute with non fatal errors). (Kalle) 3045 - Fixed read or write errors for large zip archives. (Pierre) 5292 - Changed errors to warnings in imagecolormatch(). (Pierre) 5485 . pg_set_error_verbosity() - set verbosity of errors. [all …]
|
H A D | NEWS_5_4_0_alpha1.txt | 122 . Changed shell not to terminate on fatal errors.
|
H A D | NEWS_5_4_0_beta2.txt | 299 . Changed shell not to terminate on fatal errors. 726 . Fixed exit at FPM startup on fpm_resources_prepare() errors. (fat) 992 . Fixed bug #53603 (ZipArchive should quiet stat errors). (brad dot froehle at
|
Completed in 133 milliseconds