Lines Matching defs: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
1249 PHP_FUNCTION(max) in PHP_FUNCTION() function
1434 PHP_FUNCTION(array_walk) in PHP_FUNCTION() function
1453 PHP_FUNCTION(array_walk_recursive) in PHP_FUNCTION() function
1574 PHP_FUNCTION(in_array) in PHP_FUNCTION() function
1581 PHP_FUNCTION(array_search) in PHP_FUNCTION() function
2396 PHP_FUNCTION(extract) function
2541 PHP_FUNCTION(compact) function
2574 PHP_FUNCTION(array_fill) function
2639 PHP_FUNCTION(array_fill_keys) function
2691 PHP_FUNCTION(range) function
2972 PHP_FUNCTION(shuffle) function
3169 PHP_FUNCTION(array_push) function
3200 PHP_FUNCTION(array_pop) function
3265 PHP_FUNCTION(array_shift) function
3377 PHP_FUNCTION(array_unshift) function
3433 PHP_FUNCTION(array_splice) function
3549 PHP_FUNCTION(array_slice) function
4008 PHP_FUNCTION(array_merge) function
4015 PHP_FUNCTION(array_merge_recursive) function
4022 PHP_FUNCTION(array_replace) function
4029 PHP_FUNCTION(array_replace_recursive) function
4036 PHP_FUNCTION(array_keys) function
4119 PHP_FUNCTION(array_key_first) function
4134 PHP_FUNCTION(array_key_last) function
4150 PHP_FUNCTION(array_values) function
4179 PHP_FUNCTION(array_count_values) function
4265 PHP_FUNCTION(array_column) function
4328 PHP_FUNCTION(array_reverse) function
4374 PHP_FUNCTION(array_pad) function
4463 PHP_FUNCTION(array_flip) function
4499 PHP_FUNCTION(array_change_key_case) function
4549 PHP_FUNCTION(array_unique) function
5022 PHP_FUNCTION(array_intersect_key) function
5029 PHP_FUNCTION(array_intersect_ukey) function
5036 PHP_FUNCTION(array_intersect) function
5043 PHP_FUNCTION(array_uintersect) function
5050 PHP_FUNCTION(array_intersect_assoc) function
5057 PHP_FUNCTION(array_intersect_uassoc) function
5064 PHP_FUNCTION(array_uintersect_assoc) function
5071 PHP_FUNCTION(array_uintersect_uassoc) function
5405 PHP_FUNCTION(array_diff_key) function
5412 PHP_FUNCTION(array_diff_ukey) function
5419 PHP_FUNCTION(array_diff) function
5543 PHP_FUNCTION(array_udiff) function
5550 PHP_FUNCTION(array_diff_assoc) function
5557 PHP_FUNCTION(array_diff_uassoc) function
5564 PHP_FUNCTION(array_udiff_assoc) function
5571 PHP_FUNCTION(array_udiff_uassoc) function
5618 PHP_FUNCTION(array_multisort) function
5958 PHP_FUNCTION(array_rand) function
5983 PHP_FUNCTION(array_sum) function
6007 PHP_FUNCTION(array_product) function
6045 PHP_FUNCTION(array_reduce) function
6104 PHP_FUNCTION(array_filter) function
6192 PHP_FUNCTION(array_map) function
6371 PHP_FUNCTION(array_key_exists) function
6412 PHP_FUNCTION(array_chunk) function
6484 PHP_FUNCTION(array_combine) function