Lines Matching refs:PHP_FUNCTION

573 PHP_FUNCTION(krsort)  in PHP_FUNCTION()  function
594 PHP_FUNCTION(ksort) in PHP_FUNCTION() function
641 PHP_FUNCTION(count) in PHP_FUNCTION() function
718 PHP_FUNCTION(natsort) in PHP_FUNCTION() function
725 PHP_FUNCTION(natcasesort) in PHP_FUNCTION() function
732 PHP_FUNCTION(asort) in PHP_FUNCTION() function
753 PHP_FUNCTION(arsort) in PHP_FUNCTION() function
774 PHP_FUNCTION(sort) in PHP_FUNCTION() function
795 PHP_FUNCTION(rsort) in PHP_FUNCTION() function
920 PHP_FUNCTION(usort) in PHP_FUNCTION() function
927 PHP_FUNCTION(uasort) in PHP_FUNCTION() function
1007 PHP_FUNCTION(uksort) in PHP_FUNCTION() function
1033 PHP_FUNCTION(end) in PHP_FUNCTION() function
1064 PHP_FUNCTION(prev) in PHP_FUNCTION() function
1095 PHP_FUNCTION(next) in PHP_FUNCTION() function
1126 PHP_FUNCTION(reset) in PHP_FUNCTION() function
1157 PHP_FUNCTION(current) in PHP_FUNCTION() function
1180 PHP_FUNCTION(key) in PHP_FUNCTION() function
1203 PHP_FUNCTION(min) in PHP_FUNCTION() function
1331 PHP_FUNCTION(max) in PHP_FUNCTION() function
1598 PHP_FUNCTION(array_walk) in PHP_FUNCTION() function
1617 PHP_FUNCTION(array_walk_recursive) in PHP_FUNCTION() function
1748 PHP_FUNCTION(in_array) in PHP_FUNCTION() function
1781 PHP_FUNCTION(array_search) in PHP_FUNCTION() function
2596 PHP_FUNCTION(extract) function
2741 PHP_FUNCTION(compact) function
2774 PHP_FUNCTION(array_fill) function
2839 PHP_FUNCTION(array_fill_keys) function
2963 PHP_FUNCTION(range) function
3307 PHP_FUNCTION(shuffle) function
3513 PHP_FUNCTION(array_push) function
3543 PHP_FUNCTION(array_pop) function
3608 PHP_FUNCTION(array_shift) function
3720 PHP_FUNCTION(array_unshift) function
3775 PHP_FUNCTION(array_splice) function
3891 PHP_FUNCTION(array_slice) function
4372 PHP_FUNCTION(array_merge) function
4379 PHP_FUNCTION(array_merge_recursive) function
4386 PHP_FUNCTION(array_replace) function
4393 PHP_FUNCTION(array_replace_recursive) function
4400 PHP_FUNCTION(array_keys) function
4483 PHP_FUNCTION(array_key_first) function
4498 PHP_FUNCTION(array_key_last) function
4514 PHP_FUNCTION(array_values) function
4543 PHP_FUNCTION(array_count_values) function
4629 PHP_FUNCTION(array_column) function
4692 PHP_FUNCTION(array_reverse) function
4738 PHP_FUNCTION(array_pad) function
4828 PHP_FUNCTION(array_flip) function
4864 PHP_FUNCTION(array_change_key_case) function
4914 PHP_FUNCTION(array_unique) function
5407 PHP_FUNCTION(array_intersect_key) function
5414 PHP_FUNCTION(array_intersect_ukey) function
5421 PHP_FUNCTION(array_intersect) function
5428 PHP_FUNCTION(array_uintersect) function
5435 PHP_FUNCTION(array_intersect_assoc) function
5442 PHP_FUNCTION(array_intersect_uassoc) function
5449 PHP_FUNCTION(array_uintersect_assoc) function
5456 PHP_FUNCTION(array_uintersect_uassoc) function
5791 PHP_FUNCTION(array_diff_key) function
5798 PHP_FUNCTION(array_diff_ukey) function
5805 PHP_FUNCTION(array_diff) function
5929 PHP_FUNCTION(array_udiff) function
5936 PHP_FUNCTION(array_diff_assoc) function
5943 PHP_FUNCTION(array_diff_uassoc) function
5950 PHP_FUNCTION(array_udiff_assoc) function
5957 PHP_FUNCTION(array_udiff_uassoc) function
6004 PHP_FUNCTION(array_multisort) function
6346 PHP_FUNCTION(array_rand) function
6423 PHP_FUNCTION(array_sum) function
6430 PHP_FUNCTION(array_product) function
6437 PHP_FUNCTION(array_reduce) function
6496 PHP_FUNCTION(array_filter) function
6584 PHP_FUNCTION(array_map) function
6763 PHP_FUNCTION(array_key_exists) function
6804 PHP_FUNCTION(array_chunk) function
6876 PHP_FUNCTION(array_combine) function