Lines Matching defs:PHP_FUNCTION

236 PHP_FUNCTION(krsort)  in PHP_FUNCTION()  function
256 PHP_FUNCTION(ksort) in PHP_FUNCTION() function
306 PHP_FUNCTION(count) in PHP_FUNCTION() function
480 PHP_FUNCTION(natsort) in PHP_FUNCTION() function
488 PHP_FUNCTION(natcasesort) in PHP_FUNCTION() function
496 PHP_FUNCTION(asort) in PHP_FUNCTION() function
516 PHP_FUNCTION(arsort) in PHP_FUNCTION() function
536 PHP_FUNCTION(sort) in PHP_FUNCTION() function
556 PHP_FUNCTION(rsort) in PHP_FUNCTION() function
635 PHP_FUNCTION(usort) in PHP_FUNCTION() function
678 PHP_FUNCTION(uasort) in PHP_FUNCTION() function
774 PHP_FUNCTION(uksort) in PHP_FUNCTION() function
817 PHP_FUNCTION(end) in PHP_FUNCTION() function
840 PHP_FUNCTION(prev) in PHP_FUNCTION() function
863 PHP_FUNCTION(next) in PHP_FUNCTION() function
886 PHP_FUNCTION(reset) in PHP_FUNCTION() function
909 PHP_FUNCTION(current) in PHP_FUNCTION() function
927 PHP_FUNCTION(key) in PHP_FUNCTION() function
941 PHP_FUNCTION(min) in PHP_FUNCTION() function
992 PHP_FUNCTION(max) in PHP_FUNCTION() function
1123 PHP_FUNCTION(array_walk) in PHP_FUNCTION() function
1148 PHP_FUNCTION(array_walk_recursive) in PHP_FUNCTION() function
1213 PHP_FUNCTION(in_array) in PHP_FUNCTION() function
1221 PHP_FUNCTION(array_search) in PHP_FUNCTION() function
1282 PHP_FUNCTION(extract) in PHP_FUNCTION() function
1477 PHP_FUNCTION(compact) in PHP_FUNCTION() function
1511 PHP_FUNCTION(array_fill) in PHP_FUNCTION() function
1546 PHP_FUNCTION(array_fill_keys) in PHP_FUNCTION() function
1589 PHP_FUNCTION(range) in PHP_FUNCTION() function
1796 PHP_FUNCTION(shuffle) in PHP_FUNCTION() function
1902 PHP_FUNCTION(array_push) in PHP_FUNCTION() function
1998 PHP_FUNCTION(array_pop) in PHP_FUNCTION() function
2006 PHP_FUNCTION(array_shift) in PHP_FUNCTION() function
2014 PHP_FUNCTION(array_unshift) in PHP_FUNCTION() function
2045 PHP_FUNCTION(array_splice) in PHP_FUNCTION() function
2127 PHP_FUNCTION(array_slice) in PHP_FUNCTION() function
2386 PHP_FUNCTION(array_merge) in PHP_FUNCTION() function
2394 PHP_FUNCTION(array_merge_recursive) in PHP_FUNCTION() function
2402 PHP_FUNCTION(array_replace) in PHP_FUNCTION() function
2410 PHP_FUNCTION(array_replace_recursive) in PHP_FUNCTION() function
2418 PHP_FUNCTION(array_keys) in PHP_FUNCTION() function
2467 PHP_FUNCTION(array_values) in PHP_FUNCTION() function
2492 PHP_FUNCTION(array_count_values) in PHP_FUNCTION() function
2566 PHP_FUNCTION(array_column) in PHP_FUNCTION() function
2634 PHP_FUNCTION(array_reverse) in PHP_FUNCTION() function
2676 PHP_FUNCTION(array_pad) in PHP_FUNCTION() function
2747 PHP_FUNCTION(array_flip) in PHP_FUNCTION() function
2779 PHP_FUNCTION(array_change_key_case) in PHP_FUNCTION() function
2822 PHP_FUNCTION(array_unique) in PHP_FUNCTION() function
3309 PHP_FUNCTION(array_intersect_key) in PHP_FUNCTION() function
3317 PHP_FUNCTION(array_intersect_ukey) in PHP_FUNCTION() function
3325 PHP_FUNCTION(array_intersect) in PHP_FUNCTION() function
3333 PHP_FUNCTION(array_uintersect) in PHP_FUNCTION() function
3341 PHP_FUNCTION(array_intersect_assoc) in PHP_FUNCTION() function
3349 PHP_FUNCTION(array_intersect_uassoc) in PHP_FUNCTION() function
3357 PHP_FUNCTION(array_uintersect_assoc) in PHP_FUNCTION() function
3365 PHP_FUNCTION(array_uintersect_uassoc) in PHP_FUNCTION() function
3722 PHP_FUNCTION(array_diff_key) in PHP_FUNCTION() function
3730 PHP_FUNCTION(array_diff_ukey) in PHP_FUNCTION() function
3738 PHP_FUNCTION(array_diff) in PHP_FUNCTION() function
3746 PHP_FUNCTION(array_udiff) in PHP_FUNCTION() function
3754 PHP_FUNCTION(array_diff_assoc) in PHP_FUNCTION() function
3762 PHP_FUNCTION(array_diff_uassoc) in PHP_FUNCTION() function
3770 PHP_FUNCTION(array_udiff_assoc) in PHP_FUNCTION() function
3778 PHP_FUNCTION(array_udiff_uassoc) in PHP_FUNCTION() function
3821 PHP_FUNCTION(array_multisort) in PHP_FUNCTION() function
4001 PHP_FUNCTION(array_rand) in PHP_FUNCTION() function
4061 PHP_FUNCTION(array_sum) in PHP_FUNCTION() function
4091 PHP_FUNCTION(array_product) in PHP_FUNCTION() function
4135 PHP_FUNCTION(array_reduce) in PHP_FUNCTION() function
4203 PHP_FUNCTION(array_filter) in PHP_FUNCTION() function
4272 PHP_FUNCTION(array_map) in PHP_FUNCTION() function
4404 PHP_FUNCTION(array_key_exists) in PHP_FUNCTION() function
4439 PHP_FUNCTION(array_chunk) in PHP_FUNCTION() function
4513 PHP_FUNCTION(array_combine) in PHP_FUNCTION() function