Home
last modified time | relevance | path

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

12345678910

/PHP-5.4/ext/spl/tests/
H A DSplObjectStorage_contains_invalid_parameter.phpt2 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, %unicode_string_optional% g…
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, double given in %s on line …
41 Warning: SplObjectStorage::contains() expects parameter 1 to be object, null given in %s on line %d
H A DSplObjectStorage_removeAllExcept_basic.phpt21 var_dump($foo->contains($a));
22 var_dump($foo->contains($b));
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));
H A Darray_005.phpt56 if (!$this->contains($student)) {
61 public function contains(Student $student)
/PHP-5.4/ext/phar/tests/
H A Dcreate_path_error.phpt78 …ntents(phar:///%s): failed to open stream: phar error: invalid path "%s" contains illegal character
79 …ntents(phar:///%s): failed to open stream: phar error: invalid path "%s" contains illegal character
80 …ntents(phar:///%s): failed to open stream: phar error: invalid path "%s" contains illegal character
81 …ntents(phar:///%s): failed to open stream: phar error: invalid path "%s" contains illegal character
82 …ntents(phar:///%s): failed to open stream: phar error: invalid path "%s" contains illegal character
83 Exception: Entry a does not exist and cannot be created: phar error: invalid path "a" contains ille…
/PHP-5.4/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.phpt24 $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 Dconvert_uudecode_basic.phpt21 "\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 Dstrrchr_variation4.phpt16 Example of heredoc string contains
55 string(76) "Example of heredoc string contains
H A Dbin2hex_basic.phpt18 "\t This String contains \t\t some control characters\r\n",
23 '\t This String contains \t\t some control characters\r\n',
/PHP-5.4/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-5.4/ext/pcre/tests/
H A Dpreg_replace_variation1.phpt12 $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-5.4/ext/date/tests/
H A Dtimezone_identifiers_list_basic1.phpt20 echo "Check array contains some common timezones\n";
31 Check array contains some common timezones
H A DDateTimeZone_listIdentifiers_basic1.phpt20 echo "Check array contains some common timezones\n";
31 Check array contains some common timezones
/PHP-5.4/ext/reflection/tests/
H A Dbug64936.phpt19 token_get_all("<?php\n/**\n * Foo\n */"); // doc_comment compiler global now contains this Foo comm…
26 token_get_all("<?php\n/**\n * Foo\n */"); // doc_comment compiler global now contains this Foo comm…
/PHP-5.4/ext/ereg/tests/
H A Dereg_replace_basic_001.phpt24 var_dump(ereg_replace($pattern, $replacement, $match . ' this contains some matches ' . $match));
34 string(82) "--[this is a replacement]-- this contains some matches --[this is a replacement]--"
50 string(90) "--- [this is a replacement] --- this contains some matches --- [this is a replacement] …
54 string(74) "[this is a replacement] this contains some matches [this is a replacement]"
62 string(74) "[this is a replacement] this contains some matches [this is a replacement]"
66 string(152) "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ this contains some matc…
70 string(66) "[this is a replacement]56789 this contains some matches 0123456789"
74 string(66) "0123456789 this contains some matches 01234[this is a replacement]"
80 [this is a replacement]this[this is a replacement]contains[this is a replacement]some[this is a rep…
H A Deregi_replace_basic_001.phpt24 var_dump(eregi_replace($pattern, $replacement, $match . ' this contains some matches ' . $match));
34 string(82) "--[this is a replacement]-- this contains some matches --[this is a replacement]--"
50 string(90) "--- [this is a replacement] --- this contains some matches --- [this is a replacement] …
54 string(74) "[this is a replacement] this contains some matches [this is a replacement]"
62 string(74) "[this is a replacement] this contains some matches [this is a replacement]"
66 string(152) "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ this contains some matc…
70 string(66) "[this is a replacement]56789 this contains some matches 0123456789"
74 string(66) "0123456789 this contains some matches 01234[this is a replacement]"
80 [this is a replacement]this[this is a replacement]contains[this is a replacement]some[this is a rep…
/PHP-5.4/ext/standard/tests/array/
H A Dkrsort_variation7.phpt11 * testing krsort() by providing arrays contains sub arrays for $array argument
24 // array contains null sub array
30 // array contains sub arrays
H A Dnatcasesort_variation4.phpt6 …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 Darsort_variation8.phpt12 …* 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 Dasort_variation8.phpt12 …* 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-5.4/ext/standard/tests/file/
H A Dbug40501.csv1 "this element contains the delimiter, and ends with an odd number of
/PHP-5.4/ext/standard/tests/general_functions/
H A Dbug49692.phpt2 Bug #49692: parse_ini_file() throws errors when key contains '/' (forward slash)
/PHP-5.4/ext/ctype/tests/
H A Dctype_print_variation3.phpt22 /*1*/ "This string contains just letters and spaces", // Simple string
23 "but this one contains some numbers too 123+456 = 678", // Mixed string
/PHP-5.4/ext/standard/tests/streams/
H A Dbug63240.phpt2 Bug #63240: stream_get_line() return contains delimiter string

Completed in 31 milliseconds

12345678910