/PHP-5.4/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, %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 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 | array_005.phpt | 56 if (!$this->contains($student)) { 61 public function contains(Student $student)
|
/PHP-5.4/ext/phar/tests/ |
H A D | create_path_error.phpt | 78 …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 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-5.4/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-5.4/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-5.4/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-5.4/ext/reflection/tests/ |
H A D | bug64936.phpt | 19 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 D | ereg_replace_basic_001.phpt | 24 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 D | eregi_replace_basic_001.phpt | 24 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 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-5.4/ext/standard/tests/file/ |
H A D | bug40501.csv | 1 "this element contains the delimiter, and ends with an odd number of
|
/PHP-5.4/ext/standard/tests/general_functions/ |
H A D | bug49692.phpt | 2 Bug #49692: parse_ini_file() throws errors when key contains '/' (forward slash)
|
/PHP-5.4/ext/ctype/tests/ |
H A D | ctype_print_variation3.phpt | 22 /*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 D | bug63240.phpt | 2 Bug #63240: stream_get_line() return contains delimiter string
|