Searched refs:contains (Results 1 – 25 of 267) sorted by relevance
1234567891011
/PHP-7.2/ext/spl/tests/ |
H A D | SplObjectStorage_contains_invalid_parameter.phpt | 2 Check that SplObjectStorage::contains generate a warning and returns NULL when passed non-object pa… 21 var_dump($s->contains($input)); 26 Warning: SplObjectStorage::contains() expects parameter 1 to be object, array given in %s on line %d 29 Warning: SplObjectStorage::contains() expects parameter 1 to be object, boolean given in %s on line… 32 Warning: SplObjectStorage::contains() expects parameter 1 to be object, string given in %s on line … 35 Warning: SplObjectStorage::contains() expects parameter 1 to be object, integer given in %s on line… 38 Warning: SplObjectStorage::contains() expects parameter 1 to be object, float given in %s on line %d 41 Warning: SplObjectStorage::contains() expects parameter 1 to be object, null given in %s on line %d
|
H A D | SplObjectStorage_removeAllExcept_basic.phpt | 21 var_dump($foo->contains($a)); 22 var_dump($foo->contains($b));
|
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));
|
H A D | bug65967.phpt | 2 Bug #65967: SplObjectStorage contains corrupt member variables after garbage collection
|
H A D | array_005.phpt | 56 if (!$this->contains($student)) { 61 public function contains(Student $student)
|
/PHP-7.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 | 24 $str = "This contains\tand special char & numbers 123.\nIt also checks for \0 char"; 60 string(73) "This contains and special char & numbers 123. 63 string(77) "This contains and special ||char & numbers 123. 66 string(73) "This contains and special char & numbers 123.
|
H A D | convert_uudecode_basic.phpt | 21 "\t This String contains \t\t some control characters\r\n", 28 '\t This String contains \t\t some control characters\r\n',
|
H A D | strrchr_variation4.phpt | 16 Example of heredoc string contains 55 string(76) "Example of heredoc string contains
|
H A D | bin2hex_basic.phpt | 18 "\t This String contains \t\t some control characters\r\n", 23 '\t This String contains \t\t some control characters\r\n',
|
/PHP-7.2/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-7.2/ext/pcre/tests/ |
H A D | preg_replace_variation1.phpt | 12 $string = 'This is a string. It contains numbers (0-9) as well as parentheses and some other things… 17 This test a string. It contains numbers *0 to 9* test well test parentheses and some other things*
|
/PHP-7.2/ext/phar/tests/ |
H A D | create_path_error.phpt | 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 81 …ontents(phar://%s): failed to open stream: phar error: invalid path "%s" contains illegal character 82 …ontents(phar://%s): failed to open stream: phar error: invalid path "%s" contains illegal character
|
/PHP-7.2/ext/date/tests/ |
H A D | timezone_identifiers_list_basic1.phpt | 20 echo "Check array contains some common timezones\n"; 31 Check array contains some common timezones
|
H A D | DateTimeZone_listIdentifiers_basic1.phpt | 20 echo "Check array contains some common timezones\n"; 31 Check array contains some common timezones
|
/PHP-7.2/ext/reflection/tests/ |
H A D | bug64936.phpt | 18 token_get_all("<?php\n/**\n * Foo\n */"); // doc_comment compiler global now contains this Foo comm… 25 token_get_all("<?php\n/**\n * Foo\n */"); // doc_comment compiler global now contains this Foo comm…
|
/PHP-7.2/ext/standard/tests/file/ |
H A D | bug40501.csv | 1 "this element contains the delimiter, and ends with an odd number of
|
/PHP-7.2/ext/standard/tests/array/ |
H A D | krsort_variation7.phpt | 11 * testing krsort() by providing arrays contains sub arrays for $array argument 24 // array contains null sub array 30 // array contains sub arrays
|
H A D | natcasesort_variation4.phpt | 6 …die("skip Output tested contains chars that are not shown the same on windows concole (ESC and co)… 25 // array contains combination of capital/small letters
|
H A D | arsort_variation8.phpt | 12 …* testing arsort() by providing arrays contains sub arrays for $array argument with flowing flag v… 25 // array contains null sub array 31 // array contains sub arrays
|
H A D | asort_variation8.phpt | 12 …* testing asort() by providing arrays contains sub arrays for $array argument with flowing flag va… 25 // array contains null sub array 31 // array contains sub arrays
|
/PHP-7.2/ext/standard/tests/general_functions/ |
H A D | escapeshellarg_bug71039.phpt | 10 Fatal error: escapeshellarg(): Input string contains NULL bytes in %s on line %d
|
H A D | escapeshellcmd_bug71039.phpt | 10 Fatal error: escapeshellcmd(): Input string contains NULL bytes in %s on line %d
|
H A D | bug49692.phpt | 2 Bug #49692: parse_ini_file() throws errors when key contains '/' (forward slash)
|
/PHP-7.2/tests/classes/ |
H A D | constants_error_005.phpt | 11 Fatal error: Constant expression contains invalid operations in %s on line %d
|
Completed in 37 milliseconds
1234567891011