/PHP-8.0/ext/imap/tests/ |
H A D | imap_fetch_overview_variation5.phpt | 67 uid is %d 73 seen is 0 80 uid is %d 86 seen is 0 91 uid is %d 97 seen is 0 107 uid is %d 113 seen is 0 118 uid is %d 124 seen is 0 [all …]
|
H A D | imap_fetch_overview_basic.phpt | 54 size is %d 55 uid is %d 56 msgno is 1 61 seen is 0 62 draft is 0 68 size is %d 69 uid is %d 70 msgno is 1 75 seen is 0 81 uid is %d [all …]
|
/PHP-8.0/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_xdigit_variation2.phpt | 26 character code 48 is a hexadecimal 'digit' 27 character code 49 is a hexadecimal 'digit' 28 character code 50 is a hexadecimal 'digit' 29 character code 51 is a hexadecimal 'digit' 30 character code 52 is a hexadecimal 'digit' 31 character code 53 is a hexadecimal 'digit' 32 character code 54 is a hexadecimal 'digit' 33 character code 55 is a hexadecimal 'digit' 34 character code 56 is a hexadecimal 'digit' 35 character code 57 is a hexadecimal 'digit' [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.0/ext/ftp/tests/ |
H A D | ftp_nb_continue.phpt | 33 This is line 0 of the test data. 34 This is line 1 of the test data. 35 This is line 2 of the test data. 36 This is line 3 of the test data. 37 This is line 4 of the test data. 38 This is line 5 of the test data. 39 This is line 6 of the test data. 40 This is line 7 of the test data. 41 This is line 8 of the test data. 42 This is line 9 of the test data. [all …]
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | strcasecmp.phpt | 131 - strcasecmp of 'a' and 'a' is => int(0) 132 - strcasecmp of 'a' and 'A' is => int(0) 135 - strcasecmp of 'a' and '' is => int(%d) 142 - strcasecmp of 'A' and '' is => int(%d) 149 - strcasecmp of '�' and '' is => int(%d) 156 - strcasecmp of '�' and '' is => int(%d) 159 - strcasecmp of '' and 'a' is => int(-%d) 160 - strcasecmp of '' and 'A' is => int(-%d) 161 - strcasecmp of '' and '�' is => int(-%d) 162 - strcasecmp of '' and '�' is => int(-%d) [all …]
|
H A D | str_repeat.phpt | 43 -- after repeating 0 times is => 44 -- after repeating 1 times is => a 49 -- after repeating 0 times is => 55 -- after repeating 0 times is => 61 -- after repeating 0 times is => 62 -- after repeating 1 times is => 63 -- after repeating 2 times is => 64 -- after repeating 3 times is => 67 -- after repeating 0 times is => 73 -- after repeating 0 times is => [all …]
|
H A D | strcmp.phpt | 139 - strcmp of 'a' and '' is => int(%d) 148 - strcmp of 'A' and '' is => int(%d) 157 - strcmp of 'a' and '' is => int(%d) 166 - strcmp of 'A' and '' is => int(%d) 175 - strcmp of '�' and '' is => int(%d) 184 - strcmp of '�' and '' is => int(%d) 187 - strcmp of '' and 'a' is => int(-%d) 188 - strcmp of '' and 'A' is => int(-%d) 189 - strcmp of '' and 'a' is => int(-%d) 190 - strcmp of '' and 'A' is => int(-%d) [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.0/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.0/ext/intl/tests/ |
H A D | dateformat_format_parse.phpt | 144 Input timestamp is : 0 149 Parsed timestamp is : 0 152 Parsed timestamp is : 0 155 Parsed timestamp is : 0 228 Input timestamp is : 3600 233 Parsed timestamp is : 3600 236 Parsed timestamp is : 3600 239 Parsed timestamp is : 3600 242 Input timestamp is : -3600 247 Parsed timestamp is : -3600 [all …]
|
H A D | dateformat_format_parse_version2.phpt | 144 Input timestamp is : 0 149 Parsed timestamp is : 0 152 Parsed timestamp is : 0 155 Parsed timestamp is : 0 228 Input timestamp is : 3600 233 Parsed timestamp is : 3600 236 Parsed timestamp is : 3600 239 Parsed timestamp is : 3600 242 Input timestamp is : -3600 247 Parsed timestamp is : -3600 [all …]
|
H A D | dateformat_format.phpt | 156 Input timestamp is : 0 171 Input timestamp is : -1200000 186 Input timestamp is : 1200000 231 Input timestamp is : 90099999 246 Input timestamp is : 3600 261 Input timestamp is : -3600 400 Date is: (object) array( 405 Date is: (object) array( 410 Date is: (object) array( 415 Date is: (object) array( [all …]
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_class_mysqli_properties_no_conn.phpt | 249 mysqli object is already closed 250 mysqli object is already closed 252 mysqli object is already closed 253 mysqli object is already closed 254 mysqli object is already closed 255 mysqli object is already closed 256 mysqli object is already closed 257 mysqli object is already closed 258 mysqli object is already closed 259 mysqli object is already closed [all …]
|
/PHP-8.0/ext/standard/tests/file/ |
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…
|
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 …]
|
/PHP-8.0/ext/reflection/tests/ |
H A D | ReflectionClass_isInstance_basic.phpt | 32 is myA a A? bool(true) 33 is myB a A? bool(true) 34 is myC a A? bool(false) 35 is myX a A? bool(false) 36 is myA a B? bool(false) 37 is myB a B? bool(true) 38 is myC a B? bool(false) 39 is myX a B? bool(false) 42 is myC a C? bool(true) 46 is myC a I? bool(true) [all …]
|