Lines Matching full:com

9             array('~someone@somewhere.com', true),
10 array('no+body.here@somewhere.com.au', true),
11 array('username+tag@domain.com', true), // FS#1447
12 array("rfc2822+allthesechars_#*!'`/-={}are.legal@somewhere.com.au", true),
13 array('_foo@test.com', true), // FS#1049
27 // tests from http://code.google.com/p/php-email-address-validation/ below
29 array('test@example.com', true),
30 array('TEST@example.com', true),
31 array('1234567890@example.com', true),
32 array('test+test@example.com', true),
33 array('test-test@example.com', true),
34 array('t*est@example.com', true),
35 array('+1~1+@example.com', true),
36 array('{_test_}@example.com', true),
37 array('"[[ test ]]"@example.com', true),
38 array('test.test@example.com', true),
39 array('test."test"@example.com', true),
40 array('"test@test"@example.com', true),
43 array('test@example.example.com', true),
44 array('test@example.example.example.com', true),
46 array('test.example.com', false),
47 array('test.@example.com', false),
48 array('test..test@example.com', false),
49 array('.test@example.com', false),
50 array('test@test@example.com', false),
51 array('test@@example.com', false),
52 array('-- test --@example.com', false), // No spaces allowed in local part
53 array('[test]@example.com', false), // Square brackets only allowed within quotes
54 array('"test\test"@example.com', false), // Quotes cannot contain backslash
55 array('"test"test"@example.com', false), // Quotes cannot be nested
56 array('()[]\;:,<>@example.com', false), // Disallowed Characters
60 …array('12345678901234567890123456789012345678901234567890123456789012345@example.com', false), // …
61 …90123456789012345678901234567890123456789012345678901234567890123456789012.com', false), // 255 ch…