Searched refs:contains (Results 1 – 25 of 222) sorted by relevance
123456789
/PHP-8.0/ext/mbstring/tests/ |
H A D | bug79149.phpt | 27 mb_convert_encoding(): Argument #3 ($from_encoding) contains invalid encoding "0" 30 mb_convert_encoding(): Argument #3 ($from_encoding) contains invalid encoding "Array" 31 mb_convert_encoding(): Argument #3 ($from_encoding) contains invalid encoding "foo"
|
H A D | bug76704.phpt | 21 mb_detect_order(): Argument #1 ($encoding) contains invalid encoding "Foo" 22 mb_detect_order(): Argument #1 ($encoding) contains invalid encoding "Foo"
|
H A D | ini_mbstring_invalid.phpt | 21 Warning: PHP Startup: INI setting contains invalid encoding "DETECT_ORDER" in Unknown on line 0 25 Warning: PHP Startup: INI setting contains invalid encoding "HTTP_INPUT" in Unknown on line 0
|
/PHP-8.0/ext/spl/tests/ |
H A D | SplObjectStorage_removeAllExcept_basic.phpt | 21 var_dump($foo->contains($a)); 22 var_dump($foo->contains($b));
|
H A D | bug65967.phpt | 2 Bug #65967: SplObjectStorage contains corrupt member variables after garbage collection
|
H A D | observer_002.phpt | 101 function contains($obj) 103 return $this->observers->contains($obj); 113 var_dump($sub->contains($ob1)); 115 var_dump($sub->contains($ob1));
|
/PHP-8.0/ext/pcre/tests/ |
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.0/ext/date/tests/ |
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.0/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',
|
H A D | bin2hex_basic.phpt | 13 "\t This String contains \t\t some control characters\r\n", 18 '\t This String contains \t\t some control characters\r\n',
|
/PHP-8.0/ext/session/tests/ |
H A D | bug36459.phpt | 2 Bug #31454 (Incorrect adding PHPSESSID to links, which contains \r\n) 20 <title>Bug #36459 Incorrect adding PHPSESSID to links, which contains \r\n</title> 33 <title>Bug #36459 Incorrect adding PHPSESSID to links, which contains \r\n</title>
|
/PHP-8.0/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.0/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.0/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.0/ext/standard/tests/file/ |
H A D | bug40501.csv | 1 "this element contains the delimiter, and ends with an odd number of
|
/PHP-8.0/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
|
/PHP-8.0/Zend/tests/attributes/ |
H A D | 010_unsupported_const_expression.phpt | 11 Fatal error: Constant expression contains invalid operations in %s
|
/PHP-8.0/sapi/cgi/tests/ |
H A D | bug60677.phpt | 2 Bug #60677: CGI doesn't properly validate shebang line contains #!
|
/PHP-8.0/tests/classes/ |
H A D | constants_error_005.phpt | 11 Fatal error: Constant expression contains invalid operations in %s on line %d
|
/PHP-8.0/Zend/tests/type_declarations/union_types/redundant_types/ |
H A D | iterable_and_Traversable.phpt | 11 Fatal error: Type Traversable|iterable contains both iterable and Traversable, which is redundant i…
|
H A D | iterable_and_array.phpt | 11 Fatal error: Type iterable|array contains both iterable and array, which is redundant in %s on line…
|
Completed in 37 milliseconds
123456789