Home
last modified time | relevance | path

Searched refs:of (Results 251 – 275 of 5356) sorted by relevance

1...<<11121314151617181920>>...215

/PHP-7.1/ext/standard/tests/array/
H A Darray_map_error.phpt6 * Description: Applies the callback to the elements of the given arrays
16 // Testing array_map with one less than the expected number of arguments
17 echo "\n-- Testing array_map() function with one less than expected no. of arguments --\n";
27 echo "\n-- Testing array_map() function with less no. of arrays than callback function arguments --…
38 echo "\n-- Testing array_map() function with more no. of arrays than callback function arguments --…
53 -- Testing array_map() function with one less than expected no. of arguments --
58 -- Testing array_map() function with less no. of arrays than callback function arguments --
61 -- Testing array_map() function with more no. of arrays than callback function arguments --
H A Darray_reduce_error.phpt14 //Test array_reduce with one more than the expected number of arguments
15 echo "\n-- Testing array_reduce() function with more than expected no. of arguments --\n";
22 // Testing array_reduce with one less than the expected number of arguments
23 echo "\n-- Testing array_reduce() function with less than expected no. of arguments --\n";
32 -- Testing array_reduce() function with more than expected no. of arguments --
37 -- Testing array_reduce() function with less than expected no. of arguments --
H A Darray_diff_error.phpt6 * Description: Returns the entries of $arr1 that have values which are
7 * not present in any of the others arguments.
12 * Test array_diff with less than the expected number of arguments
21 // Testing array_diff with one less than the expected number of arguments
22 echo "\n-- Testing array_diff() function with less than expected no. of arguments --\n";
36 -- Testing array_diff() function with less than expected no. of arguments --
/PHP-7.1/Zend/tests/
H A Dbug43201.phpt25 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
27 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
33 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
37 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
41 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
45 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
49 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
53 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
/PHP-7.1/ext/oci8/tests/
H A Dedition_1.phpt25 die("skip test expected to work only with Oracle 11gR2 or greater version of client");
70 // Check the current edition of the DB and the contents of view_ed.
74 // Create a different version of view_ed in MYEDITION1.
81 // Check the current edition of the DB and the contents of view_ed.
86 echo "version of view_ed in MYEDITION\n";
98 The value of edition has been successfully set
99 The value of current EDITION is MYEDITION
116 The value of edition has been successfully set
117 The value of current EDITION is MYEDITION1
138 version of view_ed in MYEDITION
[all …]
/PHP-7.1/ext/mcrypt/tests/
H A Dmcrypt_decrypt_variation5.phpt62 //array of values to iterate over
99 'instance of classWithToString' => new classWithToString(),
100 'instance of classWithoutToString' => new classWithoutToString(),
112 // loop through each element of the array for iv
128 Error: 2 - mcrypt_decrypt(): Received initialization vector of size %d, but size 8 is required for …
133 Error: 2 - mcrypt_decrypt(): Received initialization vector of size %d, but size 8 is required for …
138 Error: 2 - mcrypt_decrypt(): Received initialization vector of size %d, but size 8 is required for …
143 Error: 2 - mcrypt_decrypt(): Received initialization vector of size %d, but size 8 is required for …
148 Error: 2 - mcrypt_decrypt(): Received initialization vector of size %d, but size 8 is required for …
231 --instance of classWithToString--
[all …]
H A Dmcrypt_encrypt_variation5.phpt63 //array of values to iterate over
100 'instance of classWithToString' => new classWithToString(),
101 'instance of classWithoutToString' => new classWithoutToString(),
113 // loop through each element of the array for iv
129 Error: 2 - mcrypt_encrypt(): Received initialization vector of size %d, but size 8 is required for …
134 Error: 2 - mcrypt_encrypt(): Received initialization vector of size %d, but size 8 is required for …
139 Error: 2 - mcrypt_encrypt(): Received initialization vector of size %d, but size 8 is required for …
144 Error: 2 - mcrypt_encrypt(): Received initialization vector of size %d, but size 8 is required for …
149 Error: 2 - mcrypt_encrypt(): Received initialization vector of size %d, but size 8 is required for …
232 --instance of classWithToString--
[all …]
/PHP-7.1/ext/standard/tests/file/
H A Dfflush_basic.phpt11 first line of string
12 second line of string
13 third line of string
49 first line of string
50 second line of string
51 third line of stringint(63)
/PHP-7.1/ext/iconv/tests/
H A Diconv_strlen_error1.phpt2 Test iconv_strlen() function : error conditions - pass incorrect number of args
11 * Description: Get character numbers of a string
16 * Pass iconv_strlen an incorrect number of arguments to test behaviour
25 //Test iconv_strlen with one more than the expected number of arguments
26 echo "\n-- Testing iconv_strlen() function with more than expected no. of arguments --\n";
41 -- Testing iconv_strlen() function with more than expected no. of arguments --
/PHP-7.1/ext/xml/tests/
H A Dxml_parse_error.phpt20 //Test xml_parse with one more than the expected number of arguments
21 echo "\n-- Testing xml_parse() function with more than expected no. of arguments --\n";
28 // Testing xml_parse with one less than the expected number of arguments
29 echo "\n-- Testing xml_parse() function with less than expected no. of arguments --\n";
38 -- Testing xml_parse() function with more than expected no. of arguments --
43 -- Testing xml_parse() function with less than expected no. of arguments --
H A Dxml_parser_set_option_error.phpt20 //Test xml_parser_set_option with one more than the expected number of arguments
21 echo "\n-- Testing xml_parser_set_option() function with more than expected no. of arguments --\n";
28 // Testing xml_parser_set_option with one less than the expected number of arguments
29 echo "\n-- Testing xml_parser_set_option() function with less than expected no. of arguments --\n";
39 -- Testing xml_parser_set_option() function with more than expected no. of arguments --
44 -- Testing xml_parser_set_option() function with less than expected no. of arguments --
H A Dxml_set_end_namespace_decl_handler_error.phpt20 //Test xml_set_end_namespace_decl_handler with one more than the expected number of arguments
21 echo "\n-- Testing xml_set_end_namespace_decl_handler() function with more than expected no. of arg…
27 // Testing xml_set_end_namespace_decl_handler with one less than the expected number of arguments
28 echo "\n-- Testing xml_set_end_namespace_decl_handler() function with less than expected no. of arg…
37 -- Testing xml_set_end_namespace_decl_handler() function with more than expected no. of arguments --
42 -- Testing xml_set_end_namespace_decl_handler() function with less than expected no. of arguments --
H A Dxml_set_external_entity_ref_handler_error.phpt20 //Test xml_set_external_entity_ref_handler with one more than the expected number of arguments
21 echo "\n-- Testing xml_set_external_entity_ref_handler() function with more than expected no. of ar…
27 // Testing xml_set_external_entity_ref_handler with one less than the expected number of arguments
28 echo "\n-- Testing xml_set_external_entity_ref_handler() function with less than expected no. of ar…
37 -- Testing xml_set_external_entity_ref_handler() function with more than expected no. of arguments …
42 -- Testing xml_set_external_entity_ref_handler() function with less than expected no. of arguments …
H A Dxml_parser_get_option_error.phpt20 //Test xml_parser_get_option with one more than the expected number of arguments
21 echo "\n-- Testing xml_parser_get_option() function with more than expected no. of arguments --\n";
27 // Testing xml_parser_get_option with one less than the expected number of arguments
28 echo "\n-- Testing xml_parser_get_option() function with less than expected no. of arguments --\n";
36 -- Testing xml_parser_get_option() function with more than expected no. of arguments --
41 -- Testing xml_parser_get_option() function with less than expected no. of arguments --
H A Dxml_set_character_data_handler_error.phpt20 //Test xml_set_character_data_handler with one more than the expected number of arguments
21 echo "\n-- Testing xml_set_character_data_handler() function with more than expected no. of argumen…
27 // Testing xml_set_character_data_handler with one less than the expected number of arguments
28 echo "\n-- Testing xml_set_character_data_handler() function with less than expected no. of argumen…
37 -- Testing xml_set_character_data_handler() function with more than expected no. of arguments --
42 -- Testing xml_set_character_data_handler() function with less than expected no. of arguments --
H A Dxml_set_default_handler_error.phpt20 //Test xml_set_default_handler with one more than the expected number of arguments
21 echo "\n-- Testing xml_set_default_handler() function with more than expected no. of arguments --\n…
27 // Testing xml_set_default_handler with one less than the expected number of arguments
28 echo "\n-- Testing xml_set_default_handler() function with less than expected no. of arguments --\n…
37 -- Testing xml_set_default_handler() function with more than expected no. of arguments --
42 -- Testing xml_set_default_handler() function with less than expected no. of arguments --
H A Dxml_set_element_handler_error.phpt20 //Test xml_set_element_handler with one more than the expected number of arguments
21 echo "\n-- Testing xml_set_element_handler() function with more than expected no. of arguments --\n…
27 // Testing xml_set_element_handler with one less than the expected number of arguments
28 echo "\n-- Testing xml_set_element_handler() function with less than expected no. of arguments --\n…
37 -- Testing xml_set_element_handler() function with more than expected no. of arguments --
42 -- Testing xml_set_element_handler() function with less than expected no. of arguments --
H A Dxml_set_notation_decl_handler_error.phpt20 //Test xml_set_notation_decl_handler with one more than the expected number of arguments
21 echo "\n-- Testing xml_set_notation_decl_handler() function with more than expected no. of argument…
27 // Testing xml_set_notation_decl_handler with one less than the expected number of arguments
28 echo "\n-- Testing xml_set_notation_decl_handler() function with less than expected no. of argument…
37 -- Testing xml_set_notation_decl_handler() function with more than expected no. of arguments --
42 -- Testing xml_set_notation_decl_handler() function with less than expected no. of arguments --
H A Dxml_set_processing_instruction_handler_error.phpt20 //Test xml_set_processing_instruction_handler with one more than the expected number of arguments
21 echo "\n-- Testing xml_set_processing_instruction_handler() function with more than expected no. of
27 // Testing xml_set_processing_instruction_handler with one less than the expected number of argumen…
28 echo "\n-- Testing xml_set_processing_instruction_handler() function with less than expected no. of
37 -- Testing xml_set_processing_instruction_handler() function with more than expected no. of argumen…
42 -- Testing xml_set_processing_instruction_handler() function with less than expected no. of argumen…
H A Dxml_set_start_namespace_decl_handler_error.phpt20 //Test xml_set_start_namespace_decl_handler with one more than the expected number of arguments
21 echo "\n-- Testing xml_set_start_namespace_decl_handler() function with more than expected no. of a…
27 // Testing xml_set_start_namespace_decl_handler with one less than the expected number of arguments
28 echo "\n-- Testing xml_set_start_namespace_decl_handler() function with less than expected no. of a…
37 -- Testing xml_set_start_namespace_decl_handler() function with more than expected no. of arguments…
42 -- Testing xml_set_start_namespace_decl_handler() function with less than expected no. of arguments…
H A Dxml_set_unparsed_entity_decl_handler_error.phpt20 //Test xml_set_unparsed_entity_decl_handler with one more than the expected number of arguments
21 echo "\n-- Testing xml_set_unparsed_entity_decl_handler() function with more than expected no. of a…
27 // Testing xml_set_unparsed_entity_decl_handler with one less than the expected number of arguments
28 echo "\n-- Testing xml_set_unparsed_entity_decl_handler() function with less than expected no. of a…
37 -- Testing xml_set_unparsed_entity_decl_handler() function with more than expected no. of arguments…
42 -- Testing xml_set_unparsed_entity_decl_handler() function with less than expected no. of arguments…
/PHP-7.1/ext/date/tests/
H A Dgmstrftime_variation3.phpt16 //array of values to iterate over
20 'Week number of the year' => "%U",
21 'Week number of the year in decimal number' => "%W",
24 // loop through each element of the array for timestamp
45 --Week number of the year--
49 --Week number of the year in decimal number--
H A Dstrftime_variation3.phpt17 //array of values to iterate over
21 'Week number of the year' => "%U",
22 'Week number of the year in decimal number' => "%W",
24 // loop through each element of the array for timestamp
45 --Week number of the year--
49 --Week number of the year in decimal number--
/PHP-7.1/ext/mbstring/tests/
H A Dmb_strlen_error1.phpt2 Test mb_strlen() function : error conditions - pass incorrect number of args
11 * Description: Get character numbers of a string
16 * Pass mb_strlen an incorrect number of arguments to test behaviour
25 //Test mb_strlen with one more than the expected number of arguments
26 echo "\n-- Testing mb_strlen() function with more than expected no. of arguments --\n";
42 -- Testing mb_strlen() function with more than expected no. of arguments --
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_class_mysqli_warning_reflection.phpt2 Interface of the class mysqli_stmt - Reflection
14 Most of the things which we test are covered by mysqli_class_*_interface.phpt.
18 die("skip Test has been written for the latest version of mysqlnd only");
55 Number of Parameters: 0
56 Number of Required Parameters: 0
71 Number of Parameters: 0
72 Number of Required Parameters: 0
87 Number of Parameters: 0
88 Number of Required Parameters: 0

Completed in 88 milliseconds

1...<<11121314151617181920>>...215