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
953 PHP_FUNCTION(min) in PHP_FUNCTION() function
1004 PHP_FUNCTION(max) in PHP_FUNCTION() function
1148 PHP_FUNCTION(array_walk) in PHP_FUNCTION() function
1173 PHP_FUNCTION(array_walk_recursive) in PHP_FUNCTION() function
1248 PHP_FUNCTION(in_array) in PHP_FUNCTION() function
1256 PHP_FUNCTION(array_search) in PHP_FUNCTION() function
1317 PHP_FUNCTION(extract) in PHP_FUNCTION() function
1512 PHP_FUNCTION(compact) in PHP_FUNCTION() function
1546 PHP_FUNCTION(array_fill) in PHP_FUNCTION() function
1581 PHP_FUNCTION(array_fill_keys) in PHP_FUNCTION() function
1624 PHP_FUNCTION(range) in PHP_FUNCTION() function
1831 PHP_FUNCTION(shuffle) in PHP_FUNCTION() function
1937 PHP_FUNCTION(array_push) in PHP_FUNCTION() function
2033 PHP_FUNCTION(array_pop) in PHP_FUNCTION() function
2041 PHP_FUNCTION(array_shift) in PHP_FUNCTION() function
2049 PHP_FUNCTION(array_unshift) in PHP_FUNCTION() function
2080 PHP_FUNCTION(array_splice) in PHP_FUNCTION() function
2162 PHP_FUNCTION(array_slice) in PHP_FUNCTION() function
2410 PHP_FUNCTION(array_merge) in PHP_FUNCTION() function
2418 PHP_FUNCTION(array_merge_recursive) in PHP_FUNCTION() function
2426 PHP_FUNCTION(array_replace) in PHP_FUNCTION() function
2434 PHP_FUNCTION(array_replace_recursive) in PHP_FUNCTION() function
2442 PHP_FUNCTION(array_keys) in PHP_FUNCTION() function
2505 PHP_FUNCTION(array_values) in PHP_FUNCTION() function
2530 PHP_FUNCTION(array_count_values) in PHP_FUNCTION() function
2578 PHP_FUNCTION(array_reverse) in PHP_FUNCTION() function
2620 PHP_FUNCTION(array_pad) in PHP_FUNCTION() function
2691 PHP_FUNCTION(array_flip) in PHP_FUNCTION() function
2734 PHP_FUNCTION(array_change_key_case) in PHP_FUNCTION() function
2777 PHP_FUNCTION(array_unique) in PHP_FUNCTION() function
3264 PHP_FUNCTION(array_intersect_key) in PHP_FUNCTION() function
3272 PHP_FUNCTION(array_intersect_ukey) in PHP_FUNCTION() function
3280 PHP_FUNCTION(array_intersect) in PHP_FUNCTION() function
3288 PHP_FUNCTION(array_uintersect) in PHP_FUNCTION() function
3296 PHP_FUNCTION(array_intersect_assoc) in PHP_FUNCTION() function
3304 PHP_FUNCTION(array_intersect_uassoc) in PHP_FUNCTION() function
3312 PHP_FUNCTION(array_uintersect_assoc) in PHP_FUNCTION() function
3320 PHP_FUNCTION(array_uintersect_uassoc) in PHP_FUNCTION() function
3677 PHP_FUNCTION(array_diff_key) in PHP_FUNCTION() function
3685 PHP_FUNCTION(array_diff_ukey) in PHP_FUNCTION() function
3693 PHP_FUNCTION(array_diff) in PHP_FUNCTION() function
3701 PHP_FUNCTION(array_udiff) in PHP_FUNCTION() function
3709 PHP_FUNCTION(array_diff_assoc) in PHP_FUNCTION() function
3717 PHP_FUNCTION(array_diff_uassoc) in PHP_FUNCTION() function
3725 PHP_FUNCTION(array_udiff_assoc) in PHP_FUNCTION() function
3733 PHP_FUNCTION(array_udiff_uassoc) in PHP_FUNCTION() function
3776 PHP_FUNCTION(array_multisort) in PHP_FUNCTION() function
3956 PHP_FUNCTION(array_rand) in PHP_FUNCTION() function
4016 PHP_FUNCTION(array_sum) in PHP_FUNCTION() function
4046 PHP_FUNCTION(array_product) in PHP_FUNCTION() function
4090 PHP_FUNCTION(array_reduce) in PHP_FUNCTION() function
4158 PHP_FUNCTION(array_filter) in PHP_FUNCTION() function
4227 PHP_FUNCTION(array_map) in PHP_FUNCTION() function
4359 PHP_FUNCTION(array_key_exists) in PHP_FUNCTION() function
4394 PHP_FUNCTION(array_chunk) in PHP_FUNCTION() function
4468 PHP_FUNCTION(array_combine) in PHP_FUNCTION() function