/PHP-5.5/Zend/tests/ |
H A D | bug63336.phpt | 9 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 D | htmlentities18.phpt | 8 "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 D | chunk_split_error.phpt | 13 * 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 D | fetch_object_1.phpt | 18 "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 D | fetch_object.phpt | 18 "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 D | fetch_object_2.phpt | 18 "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 D | array_merge_recursive_variation1.phpt | 97 // 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 D | sizeof_error.phpt | 12 // 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 D | array_merge_recursive_variation3.phpt | 89 // 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 D | array_merge_recursive_variation4.phpt | 68 // 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 D | array_merge_recursive_variation5.phpt | 68 // 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 D | array_flip_error.phpt | 16 //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 D | 031.phpt | 14 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 D | is_subclass_of_error_001.phpt | 14 //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 D | get_class_error_001.phpt | 13 //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 D | get_parent_class_error_001.phpt | 14 //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 D | gettimeofday_error.phpt | 14 //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 D | getdate_error.phpt | 16 //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 D | strftime_error.phpt | 14 //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 D | preg_last_error_error.phpt | 17 // 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 D | xml_parser_create_error.phpt | 20 //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 D | xml_parser_create_ns_error.phpt | 20 //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 D | ob_implicit_flush_error_001.phpt | 14 //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 D | mb_substitute_character_error.phpt | 19 //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 D | file_put_contents_variation9.phpt | 48 $extra = ", more data"; 62 Here is some data, more data 65 Here is some data, more data 68 Here is some data, more data
|