Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 757) sorted by relevance

12345678910>>...31

/PHP-5.5/Zend/tests/
H A Dbug63336.phpt9 public function foo($var=TEST, $more=null) { return true; }
10 public function bar($more=self::DUMMY) { return true; }
15 public function foo($var=TEST, array $more = array()) { return true; }
16 public function bar($var, $more=self::DUMMY) { return true; }
20 …aration of Child::foo() should be compatible with Base::foo($var = TEST, $more = NULL) in %sbug633…
22 Strict Standards: Declaration of Child::bar() should be compatible with Base::bar($more = self::DUM…
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities18.phpt8 "test+s & some more D",
9 "test+s & some more D",
28 string(33) "test+s & some more D"
29 string(33) "test+s & some more D"
30 string(34) "test+s & some more D"
31 string(34) "test+s & some more D"
H A Dchunk_split_error.phpt13 * and for more than expected number of arguments
22 // With one more than the expected number of arguments
27 echo "-- Testing chunk_split() function with more than expected no. of arguments --";
37 -- Testing chunk_split() function with more than expected no. of arguments --
/PHP-5.5/ext/oci8/tests/
H A Dfetch_object_1.phpt18 "insert into fetch_object_tab values (123, '1st row col2 string', '1 more text')",
19 "insert into fetch_object_tab values (456, '2nd row col2 string', '2 more text')",
20 "insert into fetch_object_tab values (789, '3rd row col2 string', '3 more text')",
90 string(15) "1 more text "
98 string(15) "2 more text "
106 string(15) "3 more text "
111 1 more text
114 2 more text
117 3 more text
H A Dfetch_object.phpt18 "insert into fetch_object_tab values (123, '1st row col2 string', '1 more text')",
19 "insert into fetch_object_tab values (456, '2nd row col2 string', '2 more text')",
20 "insert into fetch_object_tab values (789, '3rd row col2 string', '3 more text')",
90 %unicode|string%(15) "1 more text "
98 %unicode|string%(15) "2 more text "
106 %unicode|string%(15) "3 more text "
111 1 more text
114 2 more text
117 3 more text
H A Dfetch_object_2.phpt18 "insert into fetch_object_2_tab values (123, '1st row col2 string', '1 more text')",
20 "insert into fetch_object_2_tab values (789, '3rd row col2 string', '3 more text')",
79 string(11) "1 more text"
101 string(11) "3 more text"
106 1 more text
112 3 more text
/PHP-5.5/ext/standard/tests/array/
H A Darray_merge_recursive_variation1.phpt97 // with more arguments
116 -- With more arguments --
124 -- With more arguments --
132 -- With more arguments --
140 -- With more arguments --
148 -- With more arguments --
156 -- With more arguments --
164 -- With more arguments --
172 -- With more arguments --
180 -- With more arguments --
[all …]
H A Dsizeof_error.phpt12 // Calling sizeof() with zero and more than expected arguments .
18 echo "-- Testing sizeof() function with more than two arguments under COUNT_NORMAL mode --\n";
22 echo "-- Testing sizeof() function with more than two arguments under COUNT_RECURSIVE mode --\n";
33 -- Testing sizeof() function with more than two arguments under COUNT_NORMAL mode --
37 -- Testing sizeof() function with more than two arguments under COUNT_RECURSIVE mode --
H A Darray_merge_recursive_variation3.phpt89 // with more arguments
108 -- With more arguments --
138 -- With more arguments --
168 -- With more arguments --
194 -- With more arguments --
218 -- With more arguments --
251 -- With more arguments --
290 -- With more arguments --
334 -- With more arguments --
374 -- With more arguments --
[all …]
H A Darray_merge_recursive_variation4.phpt68 // with more arguments
69 echo "-- With more arguments --\n";
97 -- With more arguments --
139 -- With more arguments --
181 -- With more arguments --
221 -- With more arguments --
265 -- With more arguments --
310 -- With more arguments --
355 -- With more arguments --
397 -- With more arguments --
H A Darray_merge_recursive_variation5.phpt68 // with more arguments
69 echo "-- With more arguments --\n";
90 -- With more arguments --
124 -- With more arguments --
165 -- With more arguments --
211 -- With more arguments --
254 -- With more arguments --
292 -- With more arguments --
328 -- With more arguments --
371 -- With more arguments --
H A Darray_flip_error.phpt16 //one more than the expected number of arguments
17 echo "-- Testing array_flip() function with more than expected no. of arguments --\n";
30 -- Testing array_flip() function with more than expected no. of arguments --
/PHP-5.5/tests/basic/
H A D031.phpt14 more data
18 even more data
29 string(9) "more data"
31 string(14) "even more data"
/PHP-5.5/ext/standard/tests/class_object/
H A Dis_subclass_of_error_001.phpt14 //Test is_subclass_of with one more than the expected number of arguments
15 echo "\n-- Testing is_subclass_of() function with more than expected no. of arguments --\n";
23 echo "\n-- Testing is_subclass_of() function with more than typo style invalid 3rd argument --\n";
28 echo "\n-- Testing is_subclass_of() function with more than invalid 3rd argument --\n";
41 -- Testing is_subclass_of() function with more than expected no. of arguments --
46 -- Testing is_subclass_of() function with more than typo style invalid 3rd argument --
49 -- Testing is_subclass_of() function with more than invalid 3rd argument --
H A Dget_class_error_001.phpt13 //Test get_class with one more than the expected number of arguments
14 echo "\n-- Testing get_class() function with more than expected no. of arguments --\n";
24 -- Testing get_class() function with more than expected no. of arguments --
H A Dget_parent_class_error_001.phpt14 //Test get_parent_class with one more than the expected number of arguments
15 echo "\n-- Testing get_parent_class() function with more than expected no. of arguments --\n";
25 -- Testing get_parent_class() function with more than expected no. of arguments --
/PHP-5.5/ext/date/tests/
H A Dgettimeofday_error.phpt14 //Test gettimeofday with one more than the expected number of arguments
15 echo "\n-- Testing gettimeofday() function with more than expected no. of arguments --\n";
25 -- Testing gettimeofday() function with more than expected no. of arguments --
H A Dgetdate_error.phpt16 //Test getdate with one more than the expected number of arguments
17 echo "\n-- Testing getdate() function with more than expected no. of arguments --\n";
27 -- Testing getdate() function with more than expected no. of arguments --
H A Dstrftime_error.phpt14 //Test strftime with one more than the expected number of arguments
15 echo "\n-- Testing strftime() function with more than expected no. of arguments --\n";
26 -- Testing strftime() function with more than expected no. of arguments --
/PHP-5.5/ext/pcre/tests/
H A Dpreg_last_error_error.phpt17 // Test preg_last_error with one more than the expected number of arguments
18 echo "\n-- Testing preg_last_error() function with more than expected no. of arguments --\n";
26 -- Testing preg_last_error() function with more than expected no. of arguments --
/PHP-5.5/ext/xml/tests/
H A Dxml_parser_create_error.phpt20 //Test xml_parser_create with one more than the expected number of arguments
21 echo "\n-- Testing xml_parser_create() function with more than expected no. of arguments --\n";
31 -- Testing xml_parser_create() function with more than expected no. of arguments --
H A Dxml_parser_create_ns_error.phpt20 //Test xml_parser_create_ns with one more than the expected number of arguments
21 echo "\n-- Testing xml_parser_create_ns() function with more than expected no. of arguments --\n";
32 -- Testing xml_parser_create_ns() function with more than expected no. of arguments --
/PHP-5.5/tests/output/
H A Dob_implicit_flush_error_001.phpt14 //Test ob_implicit_flush with one more than the expected number of arguments
15 echo "\n-- Testing ob_implicit_flush() function with more than expected no. of arguments --\n";
25 -- Testing ob_implicit_flush() function with more than expected no. of arguments --
/PHP-5.5/ext/mbstring/tests/
H A Dmb_substitute_character_error.phpt19 //Test mb_substitute_character with one more than the expected number of arguments
20 echo "\n-- Testing mb_substitute_character() function with more than expected no. of arguments --\n…
30 -- Testing mb_substitute_character() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/file/
H A Dfile_put_contents_variation9.phpt48 $extra = ", more data";
62 Here is some data, more data
65 Here is some data, more data
68 Here is some data, more data

Completed in 40 milliseconds

12345678910>>...31