Home
last modified time | relevance | path

Searched refs:of (Results 226 – 250 of 4834) sorted by relevance

12345678910>>...194

/PHP-5.5/Zend/tests/
H A Dobjects_001.phpt40 Notice: Object of class Bar could not be converted to int in %s on line %d
43 Notice: Object of class Bar could not be converted to int in %s on line %d
46 Notice: Object of class Bar could not be converted to int in %s on line %d
49 Notice: Object of class Bar could not be converted to int in %s on line %d
52 Notice: Object of class Bar could not be converted to double in %s on line %d
55 Notice: Object of class Bar could not be converted to double in %s on line %d
58 Notice: Object of class Bar could not be converted to int in %s on line %d
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-5.5/ext/oci8/tests/
H A Dconn_attr_4.phpt2 Set and get of connection attributes with errors.
54 // Testing with different types of values
98 The value of ACTION is ACTION1
102 The value of MODULE is 1000
103 The value of ACTION is 1000
104 The value of CLIENT_INFO is 1000
105 The value of CLIENT_IDENTIFIER is 1000
107 The value of MODULE is
108 The value of ACTION is
109 The value of CLIENT_INFO is
[all …]
H A Dedition_1.phpt16 die("skip test expected to work only with Oracle 11gR2 or greater version of client");
58 // Check the current edition of the DB and the contents of view_ed.
62 // Create a different version of view_ed in MYEDITION1.
69 // Check the current edition of the DB and the contents of view_ed.
74 echo "version of view_ed in MYEDITION \n";
86 The value of edition has been successfully set
87 The value of current EDITION is MYEDITION
104 The value of edition has been successfully set
105 The value of current EDITION is MYEDITION1
126 version of view_ed in MYEDITION
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Dset_magic_quotes_runtime_error.phpt6 * Description: Sets the current active configuration setting of magic_quotes_runtime
11 //Note: No error msgs on invalid input; just a return value of FALSE
13 echo "\n-- Testing set_magic_quotes_runtime() function with less than expected no. of arguments --\…
16 echo "\n-- Testing set_magic_quotes_runtime() function with more than expected no. of arguments --\…
24 -- Testing set_magic_quotes_runtime() function with less than expected no. of arguments --
31 -- Testing set_magic_quotes_runtime() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/network/
H A Dsyslog_error.phpt14 //Test syslog with one more than the expected number of arguments
15 echo "\n-- Testing syslog() function with more than expected no. of arguments --\n";
21 // Testing syslog with one less than the expected number of arguments
22 echo "\n-- Testing syslog() function with less than expected no. of arguments --\n";
31 -- Testing syslog() function with more than expected no. of arguments --
36 -- Testing syslog() function with less than expected no. of arguments --
/PHP-5.5/ext/standard/tests/array/
H A Dcount_error.phpt2 Test count() function : error conditions - pass incorrect number of args
6 * Description: Count the number of elements in a variable (usually an array)
11 * Pass incorrect number of arguments to count() to test behaviour
20 //Test count with one more than the expected number of arguments
21 echo "\n-- Testing count() function with more than expected no. of arguments --\n";
37 -- Testing count() function with more than expected no. of arguments --
H A Deach_variation4.phpt12 * Test behaviour of each() when:
13 * 1. Passed an array made up of referenced variables
19 echo "\n-- Array made up of referenced variables: --\n";
25 echo "-- Call each until at the end of the array: --\n";
36 -- Array made up of referenced variables: --
37 -- Call each until at the end of the array: --
H A Dkey_error.phpt2 Test key() function : error conditions - Pass incorrect number of args
6 * Description: Return the key of the element currently pointed to by the internal array pointer
11 * Pass incorrect number of arguments to key() to test behaviour
20 //Test current with one more than the expected number of arguments
21 echo "\n-- Testing key() function with more than expected no. of arguments --\n";
35 -- Testing key() function with more than expected no. of arguments --
H A Darray_push_variation5.phpt2 Test array_push() function : usage variations - position of internal array pointer
6 * Description: Pushes elements onto the end of the array
11 * Check the position of the internal array pointer after calling array_push()
22 echo "\n-- Position of Internal Pointer in Original Array: --\n";
34 -- Position of Internal Pointer in Original Array: --
H A Darray_fill_error.phpt17 // More than expected number of arguments
18 echo "-- Testing array_fill() function with more than expected no. of arguments --\n";
25 // Less than the expected number of arguments
26 echo "-- Testing array_fill() function with less than expected no. of arguments --\n";
47 -- Testing array_fill() function with more than expected no. of arguments --
51 -- Testing array_fill() function with less than expected no. of arguments --
56 Warning: array_fill(): Number of elements must be positive in %s on line %d
59 Warning: array_fill(): Number of elements must be positive in %s on line %d
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 --
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 --
/PHP-5.5/ext/spl/internal/
H A Dspldoublylinkedlist.inc15 * The SplDoublyLinkedList class provides the main functionalities of a
48 /** @return the element popped from the end of the DLL.
59 /** @return the element shifted from the beginning of the DLL.
70 /** Pushes an element to the end of the DLL.
79 /** Adds an element to the beginning of the DLL.
88 /** @return the element at the beginning of the DLL.
95 /** @return the element at the end of the DLL.
118 * - The direction of the iteration (either one or the other)
122 * - The behavior of the iterator (either one or the other)
128 * @param $mode new mode of iteration
[all …]
/PHP-5.5/ext/gmp/tests/
H A D009.phpt44 resource(%d) of type (GMP integer)
49 resource(%d) of type (GMP integer)
55 resource(%d) of type (GMP integer)
57 resource(%d) of type (GMP integer)
59 resource(%d) of type (GMP integer)
61 resource(%d) of type (GMP integer)
63 resource(%d) of type (GMP integer)
65 resource(%d) of type (GMP integer)
/PHP-5.5/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-5.5/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-5.5/ext/xml/tests/
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_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_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_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…
/PHP-5.5/ext/standard/tests/file/
H A Dfflush_basic.phpt11 first line of string
12 second line of string
13 third line of string
51 first line of string
52 second line of string
53 third line of stringint(63)

Completed in 61 milliseconds

12345678910>>...194