Home
last modified time | relevance | path

Searched refs:zero (Results 151 – 175 of 294) sorted by path

12345678910>>...12

/PHP-5.5/ext/standard/tests/array/
H A Darray_reverse_error.phpt12 // zero arguments
H A Darray_search_errors.phpt12 /* zero argument */
H A Darray_shift_basic.phpt16 $array = array('zero', 'one', '3' => 'three', 'four' => 4);
34 string(4) "zero"
44 Returned value: string(4) "zero"
H A Darray_shift_variation3.phpt30 0 => 'zero',
110 string(4) "zero"
H A Darray_shift_variation4.phpt17 $stack_last = array ('zero', 'one', array (1, 2, 3));
62 string(4) "zero"
98 string(4) "zero"
H A Darray_shift_variation5.phpt18 $stack = array ( array ( array ('zero', 'one', 'two'), 'un', 'deux'), 'eins', 'zwei');
24 $stack = array (array( array('zero', 'one', 'two'), 'un', 'deux'), 'eins', 'zwei');
41 string(4) "zero"
44 string(4) "zero"
H A Darray_shift_variation6.phpt19 $original_array = array('zero', 'one', 'two');
44 Result: string(4) "zero"
H A Darray_shuffle_basic.phpt43 // key-> value association should be so close to zero it wont happen in the lifetime of the
H A Darray_slice_variation10.phpt16 $input = array ('one' => 'un', 'two' => 'deux', 23 => 'twenty-three', 'zero');
37 string(4) "zero"
H A Darray_slice_variation7.phpt35 0 => 'zero',
121 string(4) "zero"
132 string(4) "zero"
H A Darray_slice_variation8.phpt18 $input = array ('zero', 'one', array('zero', 'un', 'deux'), 9 => 'nine');
39 string(4) "zero"
H A Darray_sum_error.phpt13 echo "-- Testing array_sum() function with zero arguments --\n";
26 -- Testing array_sum() function with zero arguments --
H A Darray_unique_error.phpt13 echo "\n-- Testing array_unique() function with zero arguments --\n";
27 -- Testing array_unique() function with zero arguments --
H A Darray_values_basic.phpt18 $input = array('zero', 'one', 'two', 'three' => 3, 10 => 'ten');
30 string(4) "zero"
H A Darray_values_variation3.phpt31 0 => 'zero',
112 string(4) "zero"
H A Darray_values_variation4.phpt19 $input = array ('zero' => 'zero', 'un' => 'one', 'sub' => array (1, 2, 3));
41 string(4) "zero"
68 string(4) "zero"
82 ["zero"]=>
83 string(4) "zero"
H A Darray_values_variation7.phpt18 $input = array(3 => 'three', 2 => 'two', 1 => 'one', 0 => 'zero');
41 string(4) "zero"
53 string(4) "zero"
H A Darray_walk_error1.phpt23 echo "-- Testing array_walk() function with zero arguments --\n";
36 -- Testing array_walk() function with zero arguments --
H A Darray_walk_recursive_error1.phpt23 echo "-- Testing array_walk_recursive() function with zero arguments --\n";
37 -- Testing array_walk_recursive() function with zero arguments --
H A Dcompact_error.phpt12 * Error -tests test compact with zero arguments.
H A Dcount_basic.phpt18 $array = array('zero', 'one', 'two');
22 $array_multi = array('zero', array(1, 2, 3), 'two');
H A Dcurrent_basic.phpt16 $array = array ('zero', 'one', 'two', 'three' => 3);
28 string(4) "zero"
H A Dcurrent_variation3.phpt17 $array1 = array ('zero', 'one', 'two');
37 string(4) "zero"
H A Dcurrent_variation4.phpt18 $multi_array = array ('zero', array (1, 2, 3), 'two');
53 Initial Position: string(4) "zero"
H A Deach_basic.phpt17 $arr = array ('one' => 1, 'zero', 'two' => 'deux', 20 => 'twenty');
41 string(4) "zero"

Completed in 39 milliseconds

12345678910>>...12