Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...194

/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_unbuffered_query.phpt7 /* This file is part of PHP test framework for ext/sybase_ct
44 resource(%d) of type (sybase-ct link)
45 resource(%d) of type (sybase-ct result)
49 resource(%d) of type (sybase-ct result)
50 resource(%d) of type (Unknown)
54 resource(%d) of type (sybase-ct result)
/PHP-5.5/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_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_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_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_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_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-5.5/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-5.5/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
/PHP-5.5/ext/standard/tests/array/
H A Dshuffle_variation5.phpt6 * Description: Randomly shuffle the contents of an array
11 * Test behaviour of shuffle() when an array of heredoc strings is passed to
12 * 'array_arg' argument of the function
26 first line of heredoc string
27 second line of heredoc string
28 third line of heredocstring
66 echo "\n-- with array of heredoc strings --\n";
82 -- with array of heredoc strings --
H A Darray_uintersect_uassoc_error.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
23 //Test array_uintersect_uassoc with one more than the expected number of arguments
24 echo "\n-- Testing array_uintersect_uassoc() function with more than expected no. of arguments --\n…
27 // Testing array_uintersect_uassoc with one less than the expected number of arguments
28 echo "\n-- Testing array_uintersect_uassoc() function with less than expected no. of arguments --\n…
36 -- Testing array_uintersect_uassoc() function with more than expected no. of arguments --
41 -- Testing array_uintersect_uassoc() function with less than expected no. of arguments --
H A Darray_pad_error.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
16 //Test array_pad with one more than the expected number of arguments
17 echo "\n-- Testing array_pad() function with more than expected no. of arguments --\n";
24 // Testing array_pad with less than the expected number of arguments
25 echo "\n-- Testing array_pad() function with less than expected no. of arguments --\n";
41 -- Testing array_pad() function with more than expected no. of arguments --
46 -- Testing array_pad() function with less than expected no. of arguments --
H A Darray_combine_error2.phpt6 * Description: Creates an array by using the elements of the first parameter as keys
7 * and the elements of the second as the corresponding values
25 // Testing array_combine with arrays having unequal number of elements
26 echo "\n-- Testing array_combine() function by passing array with unequal number of elements --\n";
40 Warning: array_combine(): Both parameters should have an equal number of elements in %s on line %d
45 Warning: array_combine(): Both parameters should have an equal number of elements in %s on line %d
48 -- Testing array_combine() function by passing array with unequal number of elements --
50 Warning: array_combine(): Both parameters should have an equal number of elements in %s on line %d
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";
23 echo "\n-- Testing array_map() function with less no. of arrays than callback function arguments --…
30 echo "\n-- Testing array_map() function with more no. of arrays than callback function arguments --…
45 -- Testing array_map() function with one less than expected no. of arguments --
50 -- Testing array_map() function with less no. of arrays than callback function arguments --
66 -- Testing array_map() function with more no. of arrays than callback function arguments --
/PHP-5.5/ext/standard/tests/dir/
H A Dreaddir_variation5.phpt27 * to test behaviour of readdir()
87 resource(%d) of type (stream)
93 resource(%d) of type (stream)
99 resource(%d) of type (stream)
105 resource(%d) of type (stream)
111 resource(%d) of type (stream)
117 resource(%d) of type (stream)
123 resource(%d) of type (stream)
129 resource(%d) of type (stream)
135 resource(%d) of type (stream)
[all …]
H A Dopendir_variation7.phpt54 // Open directory with different permission values, read and close, expected: none of them to succe…
90 resource(%d) of type (stream)
94 resource(%d) of type (stream)
98 resource(%d) of type (stream)
102 resource(%d) of type (stream)
106 resource(%d) of type (stream)
110 resource(%d) of type (stream)
114 resource(%d) of type (stream)
118 resource(%d) of type (stream)
122 resource(%d) of type (stream)
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput141 /-- This set of tests is run only with the 8-bit library. They do not require
2 UTF-8 or Unicode property support. The file starts with all the tests of
84 /-- End of POSIX tests --/
101 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
115 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
129 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
142 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
152 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
180 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
193 [^(\040)<>@,;:".\\\[\]\000-\037\x80-\xff]+ # some number of atom characters...
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog687 of tests when one of them was inappropriate. Now it just skips any
1188 some of the workspace data at the beginning of a restart.
1292 10. Get rid of a number of -Wunused-but-set-variable warnings.
1787 the use of ".".
1850 of \s, but is part of the POSIX "space" class.)
1895 of pcregrep.
2134 cause of this.)
2631 of files, instead of just to the final components.
3439 of them did).
4049 2. A couple of code tidies to get rid of compiler warnings.
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dreadfile_variation1.phpt15 /* Variation 1 : Check working of third argument of readfile() */
40 line of text
42 line of text
44 line of t
H A Dstream_supports_lock.phpt34 resource(%d) of type (stream)
36 resource(%d) of type (stream)
38 resource(%d) of type (stream)
40 resource(%d) of type (stream)
42 resource(%d) of type (stream-context)
H A Dcopy_variation14.phpt6 Description: Makes a copy of the file source to dest.
10 /* Test copy(): Trying to create a copy of non-existing source in an existing destination
15 echo "*** Test copy() function: Trying to create a copy of non-existing source in existing destinat…
24 echo "\n*** Test copy() function: Trying to create copy of an existing source in non-existing desti…
27 var_dump( filesize($file) ); //size of the source
38 *** Test copy() function: Trying to create a copy of non-existing source in existing destination ***
43 *** Test copy() function: Trying to create copy of an existing source in non-existing destination *…
H A D007_variation11.phpt37 var_dump($file_handle); //Check for the content of handle
38 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
39 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
40 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
41 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
44 …ile_handle) ); //File pointer position after read operation, expected at the beginning of the file
48 …lesize($file) ); //Check for size of existing data file before opening the file in "wt" mode agai…
51 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "wt"…
56 var_dump( file_exists($file) ); //Check for the existence of file
64 resource(%d) of type (stream)
H A D007_variation10.phpt31 var_dump($file_handle); //Check for the content of handle
32 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
33 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
35 …ell($file_handle) ); //File pointer position after read operation, expected at the end of the file
36 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
37 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
47 resource(%d) of type (stream)
51 line of text
H A D007_variation18.phpt31 var_dump($file_handle); //Check for the content of handle
32 var_dump( get_resource_type($file_handle) ); //Check for the type of resource
33 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the beginning of the…
35 …ell($file_handle) ); //File pointer position after read operation, expected at the end of the file
36 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
37 …ll($file_handle) ); //File pointer position after write operation, expected at the end of the file
47 resource(%d) of type (stream)
51 line of text
/PHP-5.5/ext/standard/tests/filters/
H A Dbasic.phpt32 resource(%d) of type (stream filter)
35 resource(%d) of type (stream filter)
38 resource(%d) of type (stream filter)
41 resource(%d) of type (stream filter)
43 resource(%d) of type (stream filter)

Completed in 64 milliseconds

1...<<11121314151617181920>>...194