Home
last modified time | relevance | path

Searched refs:contains (Results 1 – 25 of 222) sorted by relevance

123456789

/PHP-8.0/ext/mbstring/tests/
H A Dbug79149.phpt27 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 Dbug76704.phpt21 mb_detect_order(): Argument #1 ($encoding) contains invalid encoding "Foo"
22 mb_detect_order(): Argument #1 ($encoding) contains invalid encoding "Foo"
H A Dini_mbstring_invalid.phpt21 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 DSplObjectStorage_removeAllExcept_basic.phpt21 var_dump($foo->contains($a));
22 var_dump($foo->contains($b));
H A Dbug65967.phpt2 Bug #65967: SplObjectStorage contains corrupt member variables after garbage collection
H A Dobserver_002.phpt101 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 Dpreg_replace_variation1.phpt11 $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 Dtimezone_identifiers_list_basic1.phpt14 echo "Check array contains some common timezones\n";
24 Check array contains some common timezones
H A DDateTimeZone_listIdentifiers_basic1.phpt14 echo "Check array contains some common timezones\n";
24 Check array contains some common timezones
/PHP-8.0/ext/standard/tests/strings/
H A Dsprintf_f_2.phpt24 $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 Dchunk_split_variation5.phpt18 $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 Dstrrchr_variation4.phpt11 Example of heredoc string contains
50 string(76) "Example of heredoc string contains
H A Dconvert_uudecode_basic.phpt16 "\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 Dbin2hex_basic.phpt13 "\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 Dbug36459.phpt2 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 Dcreate_path_error.phpt76 …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 Dbug80839.phpt16 $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 Dbug64936.phpt16 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 Dbug40501.csv1 "this element contains the delimiter, and ends with an odd number of
/PHP-8.0/ext/standard/tests/array/
H A Dkrsort_variation7.phpt6 * 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 D010_unsupported_const_expression.phpt11 Fatal error: Constant expression contains invalid operations in %s
/PHP-8.0/sapi/cgi/tests/
H A Dbug60677.phpt2 Bug #60677: CGI doesn't properly validate shebang line contains #!
/PHP-8.0/tests/classes/
H A Dconstants_error_005.phpt11 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 Diterable_and_Traversable.phpt11 Fatal error: Type Traversable|iterable contains both iterable and Traversable, which is redundant i…
H A Diterable_and_array.phpt11 Fatal error: Type iterable|array contains both iterable and array, which is redundant in %s on line…

Completed in 34 milliseconds

123456789