/PHP-8.2/ext/date/tests/ |
H A D | date_interval_non_relative_warning.phpt | 22 Warning: DateInterval::createFromDateString(): String 'next weekday 15:30' contains non-relative el… 24 Warning: DateInterval::createFromDateString(): String '+5 hours noon' contains non-relative element… 26 Warning: DateInterval::createFromDateString(): String '-8 days March 23' contains non-relative elem… 28 Warning: DateInterval::createFromDateString(): String '+72 seconds UTC' contains non-relative eleme… 30 Warning: date_interval_create_from_date_string(): String 'next weekday 15:30' contains non-relative… 32 Warning: date_interval_create_from_date_string(): String '+5 hours noon' contains non-relative elem… 34 Warning: date_interval_create_from_date_string(): String '-8 days March 23' contains non-relative e… 36 Warning: date_interval_create_from_date_string(): String '+72 seconds UTC' contains non-relative el…
|
H A D | timezone_identifiers_list_basic1.phpt | 14 echo "Check array contains some common timezones\n"; 24 Check array contains some common timezones
|
H A D | DateTimeZone_listIdentifiers_basic1.phpt | 14 echo "Check array contains some common timezones\n"; 24 Check array contains some common timezones
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | bug79149.phpt | 25 mb_convert_encoding(): Argument #3 ($from_encoding) contains invalid encoding "0" 28 mb_convert_encoding(): Argument #3 ($from_encoding) contains invalid encoding "Array" 29 mb_convert_encoding(): Argument #3 ($from_encoding) contains invalid encoding "foo"
|
H A D | mb_http_input_001.phpt | 13 Warning: PHP Startup: INI setting contains invalid encoding "-1" in Unknown on line 0 15 Warning: PHP Startup: INI setting contains invalid encoding "-1" in Unknown on line 0
|
H A D | bug76704.phpt | 19 mb_detect_order(): Argument #1 ($encoding) contains invalid encoding "Foo" 20 mb_detect_order(): Argument #1 ($encoding) contains invalid encoding "Foo"
|
H A D | ini_mbstring_invalid.phpt | 20 Warning: PHP Startup: INI setting contains invalid encoding "DETECT_ORDER" in Unknown on line 0 24 Warning: PHP Startup: INI setting contains invalid encoding "HTTP_INPUT" in Unknown on line 0
|
/PHP-8.2/ext/spl/tests/ |
H A D | SplObjectStorage_coalesce.phpt | 22 echo "check isset/empty/contains for null. offsetExists returns true as long as the entry is there.… 25 var_dump($s->contains($o2)); 26 echo "check isset/empty/contains for false.\n"; 30 var_dump($s->contains($o2)); 59 check isset/empty/contains for null. offsetExists returns true as long as the entry is there. 63 check isset/empty/contains for false.
|
H A D | SplObjectStorage_removeAllExcept_basic.phpt | 21 var_dump($foo->contains($a)); 22 var_dump($foo->contains($b));
|
/PHP-8.2/Zend/tests/type_declarations/dnf_types/redundant_types/ |
H A D | object_and_dnf_type.phpt | 2 A DNF type which contains object is redundant 14 Fatal error: Type (A&B)|object contains both object and a class type, which is redundant in %s on l…
|
H A D | object_and_dnf_type2.phpt | 2 A DNF type which contains object is redundant 2 14 Fatal error: Type (A&B)|object contains both object and a class type, which is redundant in %s on l…
|
/PHP-8.2/ext/standard/tests/mail/ |
H A D | gh13415.phpt | 43 Header "Reply-To" contains LF character that is not allowed in the header 46 Header "Reply-To" contains CR character that is not allowed in the header 49 Header "Reply-To" contains CRLF characters that are used as a line separator and are not allowed in… 52 Header "Reply-To" contains NULL character that is not allowed in the header
|
/PHP-8.2/ext/pcre/tests/ |
H A D | gh16184.phpt | 8 $string = 'This is a string. It contains numbers (0*9) as well as parentheses and some other things… 13 This test a string. It contains numbers * to 0* to 9* test well test parentheses and some other thi…
|
H A D | preg_replace_variation1.phpt | 11 $string = 'This is a string. It contains numbers (0-9) as well as parentheses and some other things… 16 This test a string. It contains numbers *0 to 9* test well test parentheses and some other things*
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | sprintf_f_2.phpt | 24 $format = 'The %s contains %d monkeys'; 28 $format = 'The %2$s contains %1$d monkeys'; 32 $format = 'The %2$s contains %1$d monkeys. 91 string\(28\) \"The 100\.1 contains 0 monkeys\" 92 string\(30\) \"The world contains 100 monkeys\" 93 string\(76\) \"The world contains 100 monkeys.
|
H A D | chunk_split_variation5.phpt | 18 $str = "This contains\tand special char & numbers 123.\nIt also checks for \0 char"; 55 string(73) "This contains and special char & numbers 123. 58 string(77) "This contains and special ||char & numbers 123. 61 string(73) "This contains and special char & numbers 123.
|
H A D | strrchr_variation4.phpt | 11 Example of heredoc string contains 50 string(76) "Example of heredoc string contains
|
H A D | convert_uudecode_basic.phpt | 16 "\t This String contains \t\t some control characters\r\n", 23 '\t This String contains \t\t some control characters\r\n',
|
/PHP-8.2/ext/phar/tests/ |
H A D | create_path_error.phpt | 76 …ontents(phar://%s): Failed to open stream: phar error: invalid path "%s" contains illegal character 77 …ontents(phar://%s): Failed to open stream: phar error: invalid path "%s" contains illegal character 78 …ontents(phar://%s): Failed to open stream: phar error: invalid path "%s" contains illegal character 79 …ontents(phar://%s): Failed to open stream: phar error: invalid path "%s" contains illegal character 80 …ontents(phar://%s): Failed to open stream: phar error: invalid path "%s" contains illegal character
|
/PHP-8.2/Zend/tests/enum/ |
H A D | spl-object-storage.phpt | 19 var_dump($storage->contains(Foo::Bar)); 20 var_dump($storage->contains(Foo::Qux));
|
/PHP-8.2/ext/session/tests/ |
H A D | bug36459.phpt | 2 Bug #31454 (Incorrect adding PHPSESSID to links, which contains \r\n) 22 <title>Bug #36459 Incorrect adding PHPSESSID to links, which contains \r\n</title> 35 <title>Bug #36459 Incorrect adding PHPSESSID to links, which contains \r\n</title>
|
/PHP-8.2/ext/reflection/tests/ |
H A D | bug64936.phpt | 16 token_get_all("<?php\n/**\n * Foo\n */"); // doc_comment compiler global now contains this Foo comm… 23 token_get_all("<?php\n/**\n * Foo\n */"); // doc_comment compiler global now contains this Foo comm…
|
/PHP-8.2/ext/opcache/tests/jit/ |
H A D | bug80839.phpt | 16 $x = $str . str_repeat($pad, 15); // $x now contains "yyyyyyyyyyyyyyy" 23 // $x contains what was echoed in the function 'info'
|
/PHP-8.2/ext/fileinfo/tests/upstream/ |
H A D | JW07022A.mp3.result | 1 Audio file with ID3 version 2.2.0, contains:MPEG ADTS, layer III, v1, 96 kbps, 44.1 kHz, Monaural
|
/PHP-8.2/ext/standard/tests/array/ |
H A D | krsort_variation7.phpt | 6 * testing krsort() by providing arrays contains sub arrays for $array argument 19 // array contains null sub array 25 // array contains sub arrays
|