Home
last modified time | relevance | path

Searched refs:array_count_values (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/ext/standard/tests/array/
H A Darray_count_values_error.phpt2 Test array_count_values() function : Invalid parameters
5 /* Prototype : proto array array_count_values(array input)
15 echo "*** Testing array_count_values() : error conditions ***\n";
18 echo "\n-- Testing array_count_values() function with Zero arguments --\n";
19 var_dump( array_count_values() );
25 var_dump( array_count_values($input, $extra_arg) );
27 //Test array_count_values with integer arguments
29 var_dump( array_count_values(1 ));
34 *** Testing array_count_values() : error conditions ***
36 -- Testing array_count_values() function with Zero arguments --
[all …]
H A Darray_count_values2.phpt2 basic array_count_values test
18 var_dump(array_count_values($array1));
21 Warning: array_count_values(): Can only count STRING and INTEGER values! in %s on line %s
23 Warning: array_count_values(): Can only count STRING and INTEGER values! in %s on line %s
25 Warning: array_count_values(): Can only count STRING and INTEGER values! in %s on line %s
H A Darray_count_values_variation.phpt2 Test array_count_values() function : Test all normal parameter variations
5 /* Prototype : proto array array_count_values(array input)
15 echo "*** Testing array_count_values() : parameter variations ***\n";
29 var_dump (@array_count_values ($arrays));
41 *** Testing array_count_values() : parameter variations ***
H A Dbug38464.phpt2 Bug #38464 (array_count_values() mishandles numeric strings)
6 var_dump(array_count_values($array));
H A Dbug30833.phpt2 Bug #30833 (array_count_values() modifies input array)
9 $count = array_count_values( $foo );
H A Darray_count_values.phpt2 array_count_values()
21 var_dump (@array_count_values ($item));
/PHP-5.5/ext/standard/
H A Dphp_array.h73 PHP_FUNCTION(array_count_values);
H A Darray.c2492 PHP_FUNCTION(array_count_values) in PHP_FUNCTION() argument
H A Dbasic_functions.c3331 PHP_FE(array_count_values, arginfo_array_count_values)
/PHP-5.5/
H A DNEWS8359 - Fixed bug #38464 (array_count_values() mishandles numeric strings).
9355 - Fixed bug #34723 (array_count_values() strips leading zeroes). (Tony)
9690 - Fixed bug #30833 (array_count_values() modifying input array). (Tony)
10091 - Fixed bug #29808 (array_count_values() breaks with numeric strings). (Ilia)

Completed in 56 milliseconds