Searched refs:error (Results 1 – 8 of 8) sorted by relevance
/web-master/fetch/ |
H A D | user.php | 2 function error($text, $status) function 22 (!isset($_GET['token']) || md5($_GET['token']) != "d3fbcabfcf3648095037175fdeef322f") && error("tok… 30 error("This error should never happen", 500); 35 error("No such user", 404); 40 error("This error should never happen", 500);
|
H A D | allusers.php | 2 function error($text, $status) function 22 (!isset($_GET['token']) || md5($_GET['token']) != "d3fbcabfcf3648095037175fdeef322f") && error("tok… 28 error("This error should never happen", 500); 33 error("This should never happen either", 404);
|
H A D | user-profile.php | 2 function error($text, $status) function 30 (!isset($_GET['token']) || md5($_GET['token']) != "d3fbcabfcf3648095037175fdeef322f") && error("tok… 44 error("This error should never happen", 500); 49 error("No such user", 404);
|
/web-master/manage/ |
H A D | users.php | 109 if ($error = invalid_input($in)) { variable 110 warn($error);
|
/web-master/.phan/internal_stubs/ |
H A D | mysql.phan_php | 130 * error. 135 * or false on error. 172 * error. 177 * or false on error. 197 * or false on error. The function also returns true/false for 273 * @link https://php.net/manual/en/function.mysql-error.php 276 * '' (empty string) if no error occurred. 286 * @return int the error number from the last MySQL function, or 287 * 0 (zero) if no error occurred. 639 * @return string|false the escaped string, or false on error. [all …]
|
/web-master/scripts/ |
H A D | ip-to-country | 119 // Return with error in case of we cannot open the db 128 // Unable to read a record and not at end => error
|
/web-master/vendor/michelf/php-markdown-extra/ |
H A D | PHP Markdown Extra Readme.text | 549 * Fixed a parse error occuring when PHP is configured to accept 560 This was caused by a small error in the regex that handles the definition 582 giving a fatal error.
|
/web-master/manage/js/ |
H A D | jquery.min.js | 19 …nt.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.gl…
|
Completed in 18 milliseconds