/PHP-8.2/ext/imap/tests/ |
H A D | imap_fetch_overview_variation5.phpt | 69 uid is %d 75 seen is 0 82 uid is %d 88 seen is 0 93 uid is %d 99 seen is 0 109 uid is %d 115 seen is 0 120 uid is %d 126 seen is 0 [all …]
|
H A D | imap_fetch_overview_basic.phpt | 56 size is %d 57 uid is %d 58 msgno is 1 63 seen is 0 64 draft is 0 70 size is %d 71 uid is %d 72 msgno is 1 77 seen is 0 83 uid is %d [all …]
|
/PHP-8.2/ext/ctype/tests/ |
H A D | ctype_alpha_variation2.phpt | 26 character code 65 is alphabetic 27 character code 66 is alphabetic 28 character code 67 is alphabetic 29 character code 68 is alphabetic 30 character code 69 is alphabetic 31 character code 70 is alphabetic 32 character code 71 is alphabetic 33 character code 72 is alphabetic 34 character code 73 is alphabetic 35 character code 74 is alphabetic [all …]
|
H A D | ctype_alnum_variation2.phpt | 26 character code 48 is alpha numeric 27 character code 49 is alpha numeric 28 character code 50 is alpha numeric 29 character code 51 is alpha numeric 30 character code 52 is alpha numeric 31 character code 53 is alpha numeric 32 character code 54 is alpha numeric 33 character code 55 is alpha numeric 34 character code 56 is alpha numeric 35 character code 57 is alpha numeric [all …]
|
H A D | ctype_print_variation2.phpt | 26 character code 32 is a printable character 27 character code 33 is a printable character 28 character code 34 is a printable character 29 character code 35 is a printable character 30 character code 36 is a printable character 31 character code 37 is a printable character 32 character code 38 is a printable character 33 character code 39 is a printable character 34 character code 40 is a printable character 35 character code 41 is a printable character [all …]
|
H A D | ctype_graph_variation2.phpt | 26 character code 33 is a printable character 27 character code 34 is a printable character 28 character code 35 is a printable character 29 character code 36 is a printable character 30 character code 37 is a printable character 31 character code 38 is a printable character 32 character code 39 is a printable character 33 character code 40 is a printable character 34 character code 41 is a printable character 35 character code 42 is a printable character [all …]
|
H A D | ctype_punct_variation2.phpt | 26 character code 33 is punctuation 27 character code 34 is punctuation 28 character code 35 is punctuation 29 character code 36 is punctuation 30 character code 37 is punctuation 31 character code 38 is punctuation 32 character code 39 is punctuation 33 character code 40 is punctuation 34 character code 41 is punctuation 35 character code 42 is punctuation [all …]
|
H A D | ctype_cntrl_variation2.phpt | 26 character code 0 is control character 27 character code 1 is control character 28 character code 2 is control character 29 character code 3 is control character 30 character code 4 is control character 31 character code 5 is control character 32 character code 6 is control character 33 character code 7 is control character 34 character code 8 is control character 35 character code 9 is control character [all …]
|
H A D | ctype_upper_variation2.phpt | 25 character code 65 is a uppercase character 26 character code 66 is a uppercase character 27 character code 67 is a uppercase character 28 character code 68 is a uppercase character 29 character code 69 is a uppercase character 30 character code 70 is a uppercase character 31 character code 71 is a uppercase character 32 character code 72 is a uppercase character 33 character code 73 is a uppercase character 34 character code 74 is a uppercase character [all …]
|
H A D | ctype_lower_variation2.phpt | 26 character code 97 is a lower case character 27 character code 98 is a lower case character 28 character code 99 is a lower case character 29 character code 100 is a lower case character 30 character code 101 is a lower case character 31 character code 102 is a lower case character 32 character code 103 is a lower case character 33 character code 104 is a lower case character 34 character code 105 is a lower case character 35 character code 106 is a lower case character [all …]
|
/PHP-8.2/ext/ftp/tests/ |
H A D | ftp_nb_continue.phpt | 32 This is line 0 of the test data. 33 This is line 1 of the test data. 34 This is line 2 of the test data. 35 This is line 3 of the test data. 36 This is line 4 of the test data. 37 This is line 5 of the test data. 38 This is line 6 of the test data. 39 This is line 7 of the test data. 40 This is line 8 of the test data. 41 This is line 9 of the test data. [all …]
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | strcmp.phpt | 131 - strcmp of 'a' and 'a' is => int(0) 133 - strcmp of 'a' and 'a' is => int(0) 141 - strcmp of 'A' and 'A' is => int(0) 143 - strcmp of 'A' and 'A' is => int(0) 149 - strcmp of 'a' and 'a' is => int(0) 151 - strcmp of 'a' and 'a' is => int(0) 159 - strcmp of 'A' and 'A' is => int(0) 381 - strcmp of '' and '' is => int(0) 383 - strcmp of '' and '' is => int(0) 403 - strcmp of '' and '' is => int(0) [all …]
|
H A D | strcasecmp.phpt | 129 - strcasecmp of 'a' and 'a' is => int(0) 130 - strcasecmp of 'a' and 'A' is => int(0) 136 - strcasecmp of 'A' and 'a' is => int(0) 137 - strcasecmp of 'A' and 'A' is => int(0) 143 - strcasecmp of '�' and 'a' is => int(%d) 145 - strcasecmp of '�' and '�' is => int(0) 153 - strcasecmp of '�' and '�' is => int(0) 357 - strcasecmp of '' and '' is => int(0) 360 - strcasecmp of '' and '' is => int(0) 393 - strcasecmp of '' and '' is => int(0) [all …]
|
H A D | str_repeat.phpt | 42 -- after repeating 0 times is => 43 -- after repeating 1 times is => a 44 -- after repeating 2 times is => aa 48 -- after repeating 0 times is => 54 -- after repeating 0 times is => 60 -- after repeating 0 times is => 66 -- after repeating 0 times is => 72 -- after repeating 0 times is => 78 -- after repeating 0 times is => 84 -- after repeating 0 times is => [all …]
|
H A D | strtok_variation7.phpt | 41 -- Token 1 is -- 42 string(2) "is" 44 -- Input str is "extra string this is a sample string" -- 46 -- Token 2 is -- 49 -- Input str is "extra string this is a sample string" -- 51 -- Token 3 is -- 54 -- Input str is "extra string this is a sample string" -- 59 -- Input str is "extra string this is a sample string" -- 64 -- Input str is "extra string this is a sample string" -- 69 -- Input str is "extra string this is a sample string" -- [all …]
|
/PHP-8.2/tests/lang/ |
H A D | 024.phpt | 378 This should read "this is nifty": this is nifty 603 This should read "this is nifty": this is nifty 828 This should read "this is nifty": this is nifty 1053 This should read "this is nifty": this is nifty 1278 This should read "this is nifty": this is nifty 1503 This should read "this is nifty": this is nifty 1728 This should read "this is nifty": this is nifty 1953 This should read "this is nifty": this is nifty 2178 This should read "this is nifty": this is nifty 2403 This should read "this is nifty": this is nifty [all …]
|
/PHP-8.2/ext/dba/tests/ |
H A D | dba_inifile_creation_matrix.phpt | 26 Mode parameter is "rl": 30 Mode parameter is "rd": 34 Mode parameter is "r-": 38 Mode parameter is "r": 59 This is a test insert 61 This is a test insert 63 This is a test insert 65 This is a test insert 67 This is a test insert 69 This is a test insert [all …]
|
H A D | dba_flatfile_creation_matrix.phpt | 26 Mode parameter is "rl": 30 Mode parameter is "rd": 34 Mode parameter is "r-": 38 Mode parameter is "r": 59 This is a test insert 61 This is a test insert 63 This is a test insert 65 This is a test insert 67 This is a test insert 69 This is a test insert [all …]
|
/PHP-8.2/ext/intl/tests/ |
H A D | dateformat_format_parse.phpt | 145 Input timestamp is : 0 150 Parsed timestamp is : 0 153 Parsed timestamp is : 0 156 Parsed timestamp is : 0 229 Input timestamp is : 3600 234 Parsed timestamp is : 3600 237 Parsed timestamp is : 3600 240 Parsed timestamp is : 3600 243 Input timestamp is : -3600 248 Parsed timestamp is : -3600 [all …]
|
H A D | dateformat_format_parse_version2.phpt | 146 Input timestamp is : 0 151 Parsed timestamp is : 0 154 Parsed timestamp is : 0 157 Parsed timestamp is : 0 230 Input timestamp is : 3600 235 Parsed timestamp is : 3600 238 Parsed timestamp is : 3600 241 Parsed timestamp is : 3600 244 Input timestamp is : -3600 249 Parsed timestamp is : -3600 [all …]
|
H A D | dateformat_format_parse_version_icu72-1.phpt | 145 Input timestamp is : 0 150 Parsed timestamp is : 0 153 Parsed timestamp is : 0 156 Parsed timestamp is : 0 229 Input timestamp is : 3600 234 Parsed timestamp is : 3600 237 Parsed timestamp is : 3600 240 Parsed timestamp is : 3600 243 Input timestamp is : -3600 248 Parsed timestamp is : -3600 [all …]
|
H A D | dateformat_format.phpt | 157 Input timestamp is : 0 172 Input timestamp is : -1200000 187 Input timestamp is : 1200000 232 Input timestamp is : 90099999 247 Input timestamp is : 3600 262 Input timestamp is : -3600 401 Date is: (object) array( 406 Date is: (object) array( 411 Date is: (object) array( 416 Date is: (object) array( [all …]
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | basename_variation1-win32.phpt | 57 basename for path A:/foo is: 59 basename for path A:/foo/ is: 61 basename for path A:/foo\ is: 77 basename for path Z:/foo is: 79 basename for path Z:/foo/ is: 81 basename for path Z:/foo\ is: 97 basename for path A:\foo is: 99 basename for path A:\foo/ is: 101 basename for path A:\foo\ is: 197 basename for path ~/foo is: [all …]
|
H A D | basename_variation1.phpt | 57 basename for path A:/foo is: 59 basename for path A:/foo/ is: 61 basename for path A:/foo\ is: 77 basename for path Z:/foo is: 79 basename for path Z:/foo/ is: 81 basename for path Z:/foo\ is: 97 basename for path A:\foo is: 99 basename for path A:\foo/ is: 101 basename for path A:\foo\ is: 197 basename for path ~/foo is: [all …]
|
H A D | file_get_contents_variation9.phpt | 22 fwrite($h, "Here is a repeated amount of data"); 45 …is a repeated amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere… 46 …is a repeated amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere… 47 …is a repeated amount of dataHere is a repeated amount of dataHere is a repeated amount of dataHere…
|