Home
last modified time | relevance | path

Searched refs:array (Results 1501 – 1525 of 6720) sorted by relevance

1...<<61626364656667686970>>...269

/PHP-8.1/ext/standard/tests/array/
H A Dusort_stability.phpt6 $array = range(0, 10000);
7 usort($array, function($a, $b) {
11 var_dump($array === range(0, 10000));
H A Darray_diff_variation10.phpt12 $array1 = array( b"1",
18 $array2 = array( b"1" => 'hello',
30 array(1) {
34 array(1) {
H A Darray_map_variation19.phpt9 $arr1 = array('original.0', 'original.1');
10 $arr2 = array('original.0', 'original.1');
24 array(2) {
30 array(2) {
H A D004.phpt7 $data = array(
24 array(5) {
36 array(5) {
48 array(5) {
H A Darray_intersect_ukey_variation6.phpt8 $arr_float = array(0 => 1.00, 1 => 2.00);
9 $arr_string = array('0' => '1', '1' => '2', '2' => '3');
10 $arr_string_float = array('0.00' => '1.00', '1.00' => '2.00');
31 array(2) {
39 array(2) {
H A Darray_multisort_basic1.phpt8 $ar1 = array("row1" => 2, "row2" => 1, "row3" => 1);
9 $ar2 = array("row1" => 2, "row2" => "aa", "row3" => "1");
26 array(3) {
34 array(3) {
45 array(3) {
H A Darray_walk_variation5.phpt6 * Testing array_walk() with an array having reference variables
9 echo "*** Testing array_walk() : array with references ***\n";
16 // 'input' array containing references to above variables
17 $input = array(&$value1, &$value2, -35, &$value3, 0, &$value4);
33 *** Testing array_walk() : array with references ***
/PHP-8.1/ext/json/tests/
H A D005.phpt6 $a = array();
15 array(1) {
17 array(0) {
/PHP-8.1/ext/standard/tests/strings/
H A Dbug39350.phpt6 implode('', array(null));
7 implode('', array(false));
8 implode('', array(""));
/PHP-8.1/Zend/tests/
H A Dassign_dim_op_same_var.phpt2 Compound array assignment with same variable
15 array(1) {
17 array(0) {
H A Dget_class_methods_001.phpt30 array(1) {
34 array(2) {
40 array(2) {
46 array(4) {
H A Dbug69758.phpt2 Bug #69758 (Item added to array not being removed by array_pop/shift)
5 $tokens = array();
6 $conditions = array();
26 array(0) {
H A Dbug37667.phpt2 Bug #37667 (Object is not added into array returned by __get)
8 protected $property = array('foo' => 'bar');
32 Warning: Undefined array key 2 in %s on line %d
36 array(1) {
47 array(1) {
/PHP-8.1/ext/spl/tests/
H A Dbug78436.phpt19 array(1) {
21 array(2) {
36 array(1) {
38 array(2) {
H A Diterator_055.phpt18 $ar = new ArrayIterator(array('1'=>0,'1,2'=>1,'1,2,3'=>2,0=>3,'FooBar'=>4,','=>5,',,'=>6));
28 array(2) {
35 array(2) {
43 array(7) {
/PHP-8.1/ext/standard/tests/url/
H A Dbug69976.phpt11 array(2) {
17 array(2) {
23 array(2) {
29 array(2) {
/PHP-8.1/ext/intl/tests/
H A Drbbiter_getRuleStatusVec_basic.phpt35 array(1) {
40 array(2) {
47 array(1) {
52 array(1) {
/PHP-8.1/ext/ffi/tests/
H A Dbug79532.phpt11 void bug79532(off_t *array, size_t elems);
24 $array = FFI::new("off_t[3]");
25 $ffi->bug79532($array, 3);
26 var_dump($array);
/PHP-8.1/ext/standard/tests/general_functions/
H A Dbug36011.phpt15 array_map(array('TestClass', 'test'), array('array_value'));
20 call_user_func(array('TestClass', 'test'));
25 call_user_func(array('TestClass', 'test'));
H A Dbug44667.phpt8 $pipes = array();
10 $descriptor_spec = array(
11 0 => array('pipe', 'rb'),
12 1 => array('pipe', 'wb'),
/PHP-8.1/ext/standard/tests/streams/
H A Dstream_context_set_option_basic.phpt14 $options = array(
15 'http' => array(
27 array(1) {
29 array(3) {
/PHP-8.1/ext/ldap/tests/
H A Dbug77958.phpt16 $mods = array(
17 array(
20 "values" => array(
24 array(
48 array(3) {
/PHP-8.1/tests/classes/
H A D__call_005.phpt7 echo "In " . __METHOD__ . "($strMethod, array(" . implode(',',$arrArgs) . "))\n";
26 In A::__call(test1, array(1,a))
29 In A::__call(test2, array(1,a))
32 In A::__call(test3, array(1,a))
35 In A::__call(test4, array(1,a))
/PHP-8.1/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-array-multiple.phpt2 Check xsltprocessor::registerPHPFunctions with array called multiple times
4 When being called multiple times with an array,
19 var_dump($proc->registerPHPFunctions(array('strpos', 'ucwords')));
20 var_dump($proc->registerPHPFunctions(array('strrev', 'array_key_exists')));
21 var_dump($proc->registerPHPFunctions(array()));
/PHP-8.1/ext/oci8/tests/
H A Dfetch_assoc.phpt10 $stmtarray = array(
35 $stmtarray = array(
45 array(3) {
53 array(3) {
61 array(3) {

Completed in 27 milliseconds

1...<<61626364656667686970>>...269