Lines Matching refs:PHP_FUNCTION

689 PHP_FUNCTION(krsort)  in PHP_FUNCTION()  function
712 PHP_FUNCTION(ksort) in PHP_FUNCTION() function
764 PHP_FUNCTION(count) in PHP_FUNCTION() function
848 PHP_FUNCTION(natsort) in PHP_FUNCTION() function
856 PHP_FUNCTION(natcasesort) in PHP_FUNCTION() function
864 PHP_FUNCTION(asort) in PHP_FUNCTION() function
887 PHP_FUNCTION(arsort) in PHP_FUNCTION() function
910 PHP_FUNCTION(sort) in PHP_FUNCTION() function
933 PHP_FUNCTION(rsort) in PHP_FUNCTION() function
1052 PHP_FUNCTION(usort) in PHP_FUNCTION() function
1060 PHP_FUNCTION(uasort) in PHP_FUNCTION() function
1108 PHP_FUNCTION(uksort) in PHP_FUNCTION() function
1116 PHP_FUNCTION(end) in PHP_FUNCTION() function
1143 PHP_FUNCTION(prev) in PHP_FUNCTION() function
1170 PHP_FUNCTION(next) in PHP_FUNCTION() function
1197 PHP_FUNCTION(reset) in PHP_FUNCTION() function
1224 PHP_FUNCTION(current) in PHP_FUNCTION() function
1247 PHP_FUNCTION(key) in PHP_FUNCTION() function
1261 PHP_FUNCTION(min) in PHP_FUNCTION() function
1306 PHP_FUNCTION(max) in PHP_FUNCTION() function
1491 PHP_FUNCTION(array_walk) in PHP_FUNCTION() function
1522 PHP_FUNCTION(array_walk_recursive) in PHP_FUNCTION() function
1660 PHP_FUNCTION(in_array) in PHP_FUNCTION() function
1668 PHP_FUNCTION(array_search) in PHP_FUNCTION() function
2454 PHP_FUNCTION(extract) function
2600 PHP_FUNCTION(compact) function
2636 PHP_FUNCTION(array_fill) function
2706 PHP_FUNCTION(array_fill_keys) function
2757 PHP_FUNCTION(range) function
3042 PHP_FUNCTION(shuffle) function
3193 PHP_FUNCTION(array_push) function
3225 PHP_FUNCTION(array_pop) function
3275 PHP_FUNCTION(array_shift) function
3382 PHP_FUNCTION(array_unshift) function
3439 PHP_FUNCTION(array_splice) function
3498 PHP_FUNCTION(array_slice) function
3917 PHP_FUNCTION(array_merge) function
3925 PHP_FUNCTION(array_merge_recursive) function
3933 PHP_FUNCTION(array_replace) function
3941 PHP_FUNCTION(array_replace_recursive) function
3949 PHP_FUNCTION(array_keys) function
4033 PHP_FUNCTION(array_key_first) function
4049 PHP_FUNCTION(array_key_last) function
4066 PHP_FUNCTION(array_values) function
4110 PHP_FUNCTION(array_count_values) function
4217 PHP_FUNCTION(array_column) function
4318 PHP_FUNCTION(array_reverse) function
4365 PHP_FUNCTION(array_pad) function
4455 PHP_FUNCTION(array_flip) function
4492 PHP_FUNCTION(array_change_key_case) function
4544 PHP_FUNCTION(array_unique) function
5031 PHP_FUNCTION(array_intersect_key) function
5039 PHP_FUNCTION(array_intersect_ukey) function
5047 PHP_FUNCTION(array_intersect) function
5055 PHP_FUNCTION(array_uintersect) function
5063 PHP_FUNCTION(array_intersect_assoc) function
5071 PHP_FUNCTION(array_intersect_uassoc) function
5079 PHP_FUNCTION(array_uintersect_assoc) function
5087 PHP_FUNCTION(array_uintersect_uassoc) function
5440 PHP_FUNCTION(array_diff_key) function
5448 PHP_FUNCTION(array_diff_ukey) function
5456 PHP_FUNCTION(array_diff) function
5586 PHP_FUNCTION(array_udiff) function
5594 PHP_FUNCTION(array_diff_assoc) function
5602 PHP_FUNCTION(array_diff_uassoc) function
5610 PHP_FUNCTION(array_udiff_assoc) function
5618 PHP_FUNCTION(array_udiff_uassoc) function
5666 PHP_FUNCTION(array_multisort) function
5841 PHP_FUNCTION(array_rand) function
5952 PHP_FUNCTION(array_sum) function
5977 PHP_FUNCTION(array_product) function
6016 PHP_FUNCTION(array_reduce) function
6080 PHP_FUNCTION(array_filter) function
6172 PHP_FUNCTION(array_map) function
6333 PHP_FUNCTION(array_key_exists) function
6376 PHP_FUNCTION(array_chunk) function
6445 PHP_FUNCTION(array_combine) function