Home
last modified time | relevance | path

Searched refs:arrays (Results 151 – 175 of 724) sorted by relevance

12345678910>>...29

/PHP-7.2/ext/spl/tests/
H A Dbug52861.phpt2 Bug #52861 (unset failes with ArrayObject and deep arrays)
/PHP-7.2/tests/classes/
H A Darray_conversion_keys.phpt2 Verifies the correct conversion of objects to arrays
/PHP-7.2/ext/standard/tests/array/
H A Darsort_variation5.phpt17 …* testing arsort() by providing different string arrays for $array argument with following flag va…
42 echo "\n-- Testing arsort() by supplying various string arrays --\n";
44 // loop through to test arsort() with different arrays
68 -- Testing arsort() by supplying various string arrays --
H A Dasort_variation5.phpt17 …* testing asort() by providing different string arrays for $array argument with following flag val…
42 echo "\n-- Testing asort() by supplying various string arrays --\n";
44 // loop through to test asort() with different arrays
68 -- Testing asort() by supplying various string arrays --
H A Deach.phpt9 $arrays = array (
25 /* loop through to check working of each() on different arrays */
27 while( list( $key, $sub_array) = each($arrays) ) {
47 /* reset the $arrays and use each to get the first element */
48 var_dump( reset($arrays) );
49 var_dump( each($arrays) ); // first element
50 list($key, $sub_array) = each($arrays); // now second element
H A Darsort_object2.phpt12 * testing arsort() by providing integer/string object arrays with following flag values
66 echo "\n-- Testing arsort() by supplying various object arrays, 'flag' value is default --\n";
78 echo "\n-- Testing arsort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
H A Darray_intersect_assoc_basic.phpt12 * Testing the behavior of array_intersect_assoc() by passing different arrays for the arguments.
36 // more arrays to be intersected
H A Darray_intersect_basic.phpt11 * Testing the behavior of array_intersect() by passing different arrays for the arguments.
35 // more arrays to be intersected
H A Dnatcasesort_object1.phpt43 echo "\n-- Testing natcasesort() by supplying various object arrays --\n";
54 -- Testing natcasesort() by supplying various object arrays --
H A Dkrsort_object.phpt59 echo "\n-- Testing krsort() by supplying various object arrays, 'flag' value is defualt --\n";
71 echo "\n-- Testing krsort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
87 -- Testing krsort() by supplying various object arrays, 'flag' value is defualt --
165 -- Testing krsort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
H A Dksort_object.phpt58 echo "\n-- Testing ksort() by supplying various object arrays, 'flag' value is defualt --\n";
70 echo "\n-- Testing ksort() by supplying various object arrays, 'flag' value is SORT_REGULAR --\n";
86 -- Testing ksort() by supplying various object arrays, 'flag' value is defualt --
164 -- Testing ksort() by supplying various object arrays, 'flag' value is SORT_REGULAR --
H A Dbug48854.phpt2 Bug #48854 (array_merge_recursive modifies arrays after first one)
H A Dcount_recursive.phpt17 print "-- Testing arrays --\n";
37 print "-- Testing really cool arrays --\n";
41 echo "\n*** Testing possible variations of count() function on arrays ***";
105 echo "\n-- Testing count() on arrays containing references --\n";
141 -- Testing arrays --
159 -- Testing really cool arrays --
163 *** Testing possible variations of count() function on arrays ***
223 -- Testing count() on arrays containing references --
H A Deach_variation2.phpt2 Test each() function : usage variations - arrays of different data types
12 * Pass arrays of different data types as $arr argument to each() to test behaviour
37 // arrays of different data types to be passed as $arr
H A Drsort_variation3.phpt15 * Pass arrays containing different numeric data to rsort() to test behaviour
20 // group of various arrays
41 // loop through to test rsort() with different arrays
/PHP-7.2/Zend/tests/
H A Dconst_array_with_resource_key.phpt2 Constexpr arrays should be able to handle resource keys
H A Dbug29505.phpt2 Bug #29505 (get_class_vars() severely broken when used with arrays)
H A Dconstant_expressions_invalid_offset_type_error.phpt2 Can't use arrays as key for constant array
H A Dbug24773.phpt2 Bug #24773 (unset() of integers treated as arrays causes a crash)
H A Dbug73998.phpt2 Bug #73998 (array_key_exists fails on arrays created by get_object_vars)
/PHP-7.2/ext/standard/tests/file/
H A Dfile_put_contents_variation2.phpt51 // add arrays
75 'nested arrays' => array('foo', $index_array, $assoc_array),
140 --nested arrays--
/PHP-7.2/ext/standard/tests/strings/
H A Dsubstr_replace_error.phpt32 echo "\n-- Testing substr_replace() function with start and length as arrays but string not--\n";
66 -- Testing substr_replace() function with start and length as arrays but string not--
68 Warning: substr_replace(): Functionality of 'start' and 'length' as arrays is not implemented in %s…
/PHP-7.2/tests/basic/
H A D018.phpt2 POST Method test and arrays - 6
/PHP-7.2/ext/standard/tests/class_object/
H A Dget_class_vars_variation1.phpt34 // add arrays
58 'nested arrays' => array('foo', $index_array, $assoc_array),
139 --nested arrays--
H A Dinterface_exists_variation1.phpt37 // add arrays
61 'nested arrays' => array('foo', $index_array, $assoc_array),
142 --nested arrays--

Completed in 37 milliseconds

12345678910>>...29