Home
last modified time | relevance | path

Searched refs:error (Results 1 – 8 of 8) sorted by relevance

/web-master/fetch/
H A Duser.php2 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 Dallusers.php2 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 Duser-profile.php2 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 Dusers.php109 if ($error = invalid_input($in)) { variable
110 warn($error);
/web-master/.phan/internal_stubs/
H A Dmysql.phan_php130 * 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 Dip-to-country119 // 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 DPHP Markdown Extra Readme.text549 * 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 Djquery.min.js19 …nt.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.gl…

Completed in 25 milliseconds