Home
last modified time | relevance | path

Searched refs:array (Results 2726 – 2750 of 6641) sorted by relevance

1...<<101102103104105106107108109110>>...266

/PHP-5.5/ext/intl/tests/
H A Dtimezone_createTimeZoneIDEnumeration_error.phpt14 var_dump(IntlTimeZone::createTimeZoneIDEnumeration(array()));
16 var_dump(IntlTimeZone::createTimeZoneIDEnumeration(IntlTimeZone::TYPE_ANY, array()));
26 Warning: IntlTimeZone::createTimeZoneIDEnumeration() expects parameter 1 to be long, array given in…
34 Warning: IntlTimeZone::createTimeZoneIDEnumeration() expects parameter 2 to be string, array given …
/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists_error.phpt5 /* Prototype : bool array_key_exists(mixed $key, array $search)
6 * Description: Checks if the given key or index exists in the array
7 * Source code: ext/standard/array.c
20 $search = array(1, 2);
H A Darray_slice_error.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
7 * Source code: ext/standard/array.c
18 $input = array(1, 2);
H A Darray_walk_error2.phpt5 /* Prototype : bool array_walk(array $input, string $funcname [, mixed $userdata])
6 * Description: Apply a user function to every member of an array
7 * Source code: ext/standard/array.c
13 $input = array(1);
H A Darray_walk_recursive_error2.phpt5 /* Prototype : bool array_walk_recursive(array $input, string $funcname [, mixed $userdata])
6 * Description: Apply a user function to every member of an array
7 * Source code: ext/standard/array.c
13 $input = array(1);
H A Dreset_variation3.phpt5 /* Prototype : mixed reset(array $array_arg)
6 * Description: Set array argument's internal pointer to the first element and return it
7 * Source code: ext/standard/array.c
17 $array1 = array ('zero', 'one', 'two');
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpecl_bug_5802.phpt44 array(3) {
46 array(1) {
51 array(1) {
56 array(1) {
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_005_5.2.phpt22 var_dump(str_replace(array('\\', $fname), array('/', '*'), $name));
23 var_dump(str_replace(array('\\', $fname), array('/', '*'), $ent->getPathname()));
H A Dphar_setsignaturealgo1.phpt44 array(2) {
50 array(2) {
56 array(2) {
64 array(2) {
H A Dphar_oo_005.phpt23 var_dump(str_replace(array('\\', $fname), array('/', '*'), $name));
24 var_dump(str_replace(array('\\', $fname), array('/', '*'), $ent->getPathname()));
H A Dphar_oo_005U.phpt22 var_dump(str_replace(array('\\', $fname), array('/', '*'), $name));
23 var_dump(str_replace(array('\\', $fname), array('/', '*'), $ent->getPathname()));
/PHP-5.5/ext/standard/tests/file/
H A Dfile_error.phpt6 Prototype: array file ( string filename [,int use-include_path [,resource context]] );
7 Description: Reads entire file into an array
8 Returns the file in an array
41 array(0) {
H A Dfile_variation5.phpt47 array(3) {
59 array(3) {
72 array(3) {
85 array(3) {
H A Dis_executable_variation3.phpt33 $invalid_files = array(
41 @array(),
44 /* loop through to test each element in the above array
65 Warning: is_executable() expects parameter 1 to be a valid path, array given in %s on line %d
H A Dis_readable_variation3.phpt32 $misc_files = array(
40 @array(),
43 /* loop through to test each element in the above array
64 Warning: is_readable() expects parameter 1 to be a valid path, array given in %s on line %d
H A Dfile_basic.phpt6 * Prototype: array file ( string filename [,int use-include_path [,resource context]] );
7 * Description: Reads entire file into an array
8 * Returns the file in an array
13 $filetypes = array("numeric", "text", "empty", "text_with_new_line");
H A Dfputcsv.phpt6 $list = array (
46 $res = array();
61 $list = array (
83 $list = array (
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation39.phpt12 // array of boolean values
13 $boolean_values = array(
20 // array of hexa formats
21 $hexa_formats = array(
H A Djoin_error.phpt5 /* Prototype : string join( string $glue, array $pieces )
6 * Description: Join array elements with a string
20 $pieces = array(1, 2);
48 Warning: join(): Argument must be an array in %s on line %d
H A Dsprintf_variation20.phpt12 // array of boolean values
13 $boolean_values = array(
20 // array of string formats
21 $string_formats = array(
H A Dsprintf_variation23.phpt16 // array of resource types
17 $resource_values = array (
22 // array of char formats
23 $char_formats = array(
/PHP-5.5/ext/spl/tests/
H A Darray_015.phpt46 array(5) {
64 array(4) {
79 array(2) {
94 array(0) {
/PHP-5.5/ext/xml/tests/
H A Dxml_parse_into_struct_error.phpt11 /* Prototype : proto int xml_parse_into_struct(resource parser, string data, array &struct, array
23 $struct = array(1, 2);
24 $index = array(1, 2);
/PHP-5.5/ext/standard/tests/dir/
H A Dscandir_variation10.phpt5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
16 * re-orders the array
54 array(4) {
64 array(4) {
/PHP-5.5/ext/standard/tests/general_functions/
H A Duniqid_error.phpt21 $array = array(1,2,3);
23 uniqid($array, false);
41 Warning: uniqid() expects parameter 1 to be string, array given in %s on line %d

Completed in 35 milliseconds

1...<<101102103104105106107108109110>>...266