Home
last modified time | relevance | path

Searched defs:email (Results 1 – 6 of 6) sorted by relevance

/web-bugs/www/
H A Dgh-pull-add.php69 $email = isset($_POST['email']) ? $_POST['email'] : ''; variable
94 $email = $auth_user->email; variable
139 $email = isset($_GET['email']) ? $_GET['email'] : ''; variable
H A Dpatch-add.php80 $email = isset($_POST['email']) ? $_POST['email'] : ''; variable
115 $email = $auth_user->email; variable
153 $email = isset($_GET['email']) ? $_GET['email'] : ''; variable
H A Dbug.php22 $email = null; variable
85 $email = $auth_user->email; variable
87 $email = isset($_POST['in']['commentemail']) ? $_POST['in']['commentemail'] : ''; variable
1234 function link_to_people($email, $text)
1244 function output_note($com_id, $ts, $email, $comment, $comment_type, $comment_name, $is_hidden = fal…
/web-bugs/sql/
H A Dschema.sql9 email varchar(40) NOT NULL default '', field
35 email varchar(40) NOT NULL default '', field
89 email varchar(40) NOT NULL default '', field
/web-bugs/include/
H A Dfunctions.php257 function is_spam_user($email)
1154 function is_valid_email($email, $phpnet_allowed = true)
1358 function unsubscribe_hash($bug_id, $email)
1661 function make_mailto_link($email, $linktext = '', $extras = '')
/web-bugs/
H A Dcomposer.json15 "email": "php-webmaster@lists.php.net", string

Completed in 20 milliseconds