Searched refs:error (Results 1 – 19 of 19) sorted by relevance
/web-php/manual/ |
H A D | add-note.php | 54 $error = false; variable 58 $error = "You have not specified the note text."; variable 63 $error = 'SPAM challenge failed.'; variable 68 …$error = "You have included bad characters within your username. We appreciate you may want to obf… variable 73 …$error = "Your note is too long. You'll have to make it shorter before you can post it. Keep in mi… variable 78 …$error = "Your note is too short. Trying to test the notes system? Save us the trouble of deleting… variable 87 …$error = "Your note contains a bit of text that will result in a line that is too long, even after… variable 94 if (!$error && strtolower($_POST['action']) !== "preview") { 143 if ($error) { echo "<p class=\"formerror\">$error</p>\n"; }
|
H A D | vote-note.php | 9 $error = false; variable 57 $error = "Incorrect answer! Please try again."; variable 80 $error = "Invalid request."; variable 84 $error = "Invalid request."; variable 88 $error = "Invalid request."; variable 93 $error = "You did not answer the spam challenge question."; variable 97 $error = "Invalid request."; variable 134 $error = "Invalid request."; variable 137 if ($error) { 147 $error [all …]
|
/web-php/ |
H A D | mailing-lists.php | 47 $error = ""; variable 52 …$error = "You forgot to specify an email address to be added to the list, or specified an invalid … variable 58 $error = "You need to select at least one mailing list to subscribe to." . variable 86 $error = "We were unable to subscribe you due to some technical problems.<br>" . variable 92 if (!empty($error)) { 93 echo "<p class=\"formerror\">$error</p>";
|
H A D | composer.lock | 2966 "symfony/error-handler": "^6.4|^7.0", 3995 "symfony/error-handler": "^6.4|^7.0",
|
/web-php/js/ |
H A D | search.js | 117 console.error("Failed to cache search index", e); 142 } catch (error) { 146 throw error;
|
H A D | common.js | 433 error: function () {
|
/web-php/releases/ |
H A D | NEWS_5_4_0_RC1.txt | 792 on error. (Gustavo) 829 error). (Dmitry) 835 error). (Stas) 1434 - Reset error state in PDO::beginTransaction() reset error state. (Ilia) 3064 - Fixed bug #46748 (Segfault when an SSL error has more than one error). 3252 an error). (Felipe) 3604 error). (Ilia) 3647 - Fixed bug #42488 (SoapServer reports an encoding error and the error itself 4428 - Fixed bug #39780 (PNG image with CRC/data error raises fatal error) (Pierre) 5135 on error. [all …]
|
H A D | NEWS_5_4_0_beta1.txt | 696 on error. (Gustavo) 733 error). (Dmitry) 739 error). (Stas) 1338 - Reset error state in PDO::beginTransaction() reset error state. (Ilia) 2968 - Fixed bug #46748 (Segfault when an SSL error has more than one error). 3156 an error). (Felipe) 3508 error). (Ilia) 3551 - Fixed bug #42488 (SoapServer reports an encoding error and the error itself 4332 - Fixed bug #39780 (PNG image with CRC/data error raises fatal error) (Pierre) 5039 on error. [all …]
|
H A D | NEWS_5_4_0_beta2.txt | 49 . Fixed bug #55769 (Make Fails with "Missing Separator" error). (Adam) 154 . Improved parse error messages. (Felipe) 318 string to parse without throwing an error. (Stas, Derick) 417 - Fixed bug #52211 (iconv() returns part of string on error). (Felipe) 530 . Fixed a crash inside dtor for error handling. (Ilia) 608 exception and fatal error). (Hannes) 615 . Fixed bug #54121 (error message format string typo). (Ilia) 675 . Fixed bug #54992 (Stream not closed and error not returned when SSL 747 on error. (Gustavo) 784 error). (Dmitry) [all …]
|
H A D | NEWS_5_4_0_alpha1.txt | 141 string to parse without throwing an error. (Stas, Derick) 231 - Fixed bug #52211 (iconv() returns part of string on error). (Felipe)
|
/web-php/include/ |
H A D | errors.inc | 4 error messages for users in case something is 10 // A 'good looking' 404 error message page 23 // A 'good looking' 404 error message page for manual pages 39 // An error message page for manual pages from inactive languages 156 'error-reporting' => 'errorfunc.configuration.php#ini.error-reporting', 169 'error-prepend-string' => 'errorfunc.configuration.php#ini.error-prepend-string', 170 'error-append-string' => 'errorfunc.configuration.php#ini.error-append-string', 171 'error-log' => 'errorfunc.configuration.php#ini.error-log',
|
H A D | ip-to-country.inc | 67 // a very long time. It is an error, if we have 160 // Unable to read the record => error
|
H A D | manual-lookup.inc | 3 // We need this for error reporting
|
H A D | layout.inc | 221 foreach ($errors as $error) { 222 echo "<li>$error</li>\n";
|
H A D | pregen-news.inc | 16471 … Support in ext/curl</a> & <a href="https://wiki.php.net/rfc/new-curl-error-functions">other e…
|
/web-php/releases/8.3/ |
H A D | release.inc | 76 // Fatal error: Cannot use array as value for class constant 183 // Fatal error: MyTest::taerDown() has #[\Override] attribute, 224 // Fatal error: Cannot modify readonly property Foo::$php
|
/web-php/releases/8.1/ |
H A D | release.inc | 386 public const XX = "bar"; // No error 406 public const XX = "bar"; // Fatal error
|
/web-php/js/ext/ |
H A D | jquery-3.6.0.min.js | 2 …error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(…
|
/web-php/styles/ |
H A D | theme-medium.css | 152 #flash-message .error, 169 #flash-message .error a,
|
Completed in 200 milliseconds