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
928 PHP_FUNCTION(key) in PHP_FUNCTION() function
942 PHP_FUNCTION(min) in PHP_FUNCTION() function
993 PHP_FUNCTION(max) in PHP_FUNCTION() function
1124 PHP_FUNCTION(array_walk) in PHP_FUNCTION() function
1149 PHP_FUNCTION(array_walk_recursive) in PHP_FUNCTION() function
1214 PHP_FUNCTION(in_array) in PHP_FUNCTION() function
1222 PHP_FUNCTION(array_search) in PHP_FUNCTION() function
1283 PHP_FUNCTION(extract) in PHP_FUNCTION() function
1478 PHP_FUNCTION(compact) in PHP_FUNCTION() function
1512 PHP_FUNCTION(array_fill) in PHP_FUNCTION() function
1551 PHP_FUNCTION(array_fill_keys) in PHP_FUNCTION() function
1594 PHP_FUNCTION(range) in PHP_FUNCTION() function
1795 PHP_FUNCTION(shuffle) in PHP_FUNCTION() function
1823 PHP_FUNCTION(array_push) in PHP_FUNCTION() function
1902 PHP_FUNCTION(array_pop) in PHP_FUNCTION() function
1910 PHP_FUNCTION(array_shift) in PHP_FUNCTION() function
1918 PHP_FUNCTION(array_unshift) in PHP_FUNCTION() function
1939 PHP_FUNCTION(array_splice) in PHP_FUNCTION() function
2007 PHP_FUNCTION(array_slice) in PHP_FUNCTION() function
2266 PHP_FUNCTION(array_merge) in PHP_FUNCTION() function
2274 PHP_FUNCTION(array_merge_recursive) in PHP_FUNCTION() function
2282 PHP_FUNCTION(array_replace) in PHP_FUNCTION() function
2290 PHP_FUNCTION(array_replace_recursive) in PHP_FUNCTION() function
2298 PHP_FUNCTION(array_keys) in PHP_FUNCTION() function
2347 PHP_FUNCTION(array_values) in PHP_FUNCTION() function
2372 PHP_FUNCTION(array_count_values) in PHP_FUNCTION() function
2446 PHP_FUNCTION(array_column) in PHP_FUNCTION() function
2514 PHP_FUNCTION(array_reverse) in PHP_FUNCTION() function
2556 PHP_FUNCTION(array_pad) in PHP_FUNCTION() function
2616 PHP_FUNCTION(array_flip) in PHP_FUNCTION() function
2648 PHP_FUNCTION(array_change_key_case) in PHP_FUNCTION() function
2691 PHP_FUNCTION(array_unique) in PHP_FUNCTION() function
3178 PHP_FUNCTION(array_intersect_key) in PHP_FUNCTION() function
3186 PHP_FUNCTION(array_intersect_ukey) in PHP_FUNCTION() function
3194 PHP_FUNCTION(array_intersect) in PHP_FUNCTION() function
3202 PHP_FUNCTION(array_uintersect) in PHP_FUNCTION() function
3210 PHP_FUNCTION(array_intersect_assoc) in PHP_FUNCTION() function
3218 PHP_FUNCTION(array_intersect_uassoc) in PHP_FUNCTION() function
3226 PHP_FUNCTION(array_uintersect_assoc) in PHP_FUNCTION() function
3234 PHP_FUNCTION(array_uintersect_uassoc) in PHP_FUNCTION() function
3591 PHP_FUNCTION(array_diff_key) in PHP_FUNCTION() function
3599 PHP_FUNCTION(array_diff_ukey) in PHP_FUNCTION() function
3607 PHP_FUNCTION(array_diff) in PHP_FUNCTION() function
3615 PHP_FUNCTION(array_udiff) in PHP_FUNCTION() function
3623 PHP_FUNCTION(array_diff_assoc) in PHP_FUNCTION() function
3631 PHP_FUNCTION(array_diff_uassoc) in PHP_FUNCTION() function
3639 PHP_FUNCTION(array_udiff_assoc) in PHP_FUNCTION() function
3647 PHP_FUNCTION(array_udiff_uassoc) in PHP_FUNCTION() function
3690 PHP_FUNCTION(array_multisort) in PHP_FUNCTION() function
3862 PHP_FUNCTION(array_rand) in PHP_FUNCTION() function
3922 PHP_FUNCTION(array_sum) in PHP_FUNCTION() function
3952 PHP_FUNCTION(array_product) in PHP_FUNCTION() function
3996 PHP_FUNCTION(array_reduce) in PHP_FUNCTION() function
4064 PHP_FUNCTION(array_filter) in PHP_FUNCTION() function
4166 PHP_FUNCTION(array_map) in PHP_FUNCTION() function
4298 PHP_FUNCTION(array_key_exists) in PHP_FUNCTION() function
4333 PHP_FUNCTION(array_chunk) in PHP_FUNCTION() function
4407 PHP_FUNCTION(array_combine) in PHP_FUNCTION() function