Lines Matching defs:PHP_FUNCTION
701 PHP_FUNCTION(krsort) in PHP_FUNCTION() function
724 PHP_FUNCTION(ksort) in PHP_FUNCTION() function
776 PHP_FUNCTION(count) in PHP_FUNCTION() function
857 PHP_FUNCTION(natsort) in PHP_FUNCTION() function
865 PHP_FUNCTION(natcasesort) in PHP_FUNCTION() function
873 PHP_FUNCTION(asort) in PHP_FUNCTION() function
896 PHP_FUNCTION(arsort) in PHP_FUNCTION() function
919 PHP_FUNCTION(sort) in PHP_FUNCTION() function
942 PHP_FUNCTION(rsort) in PHP_FUNCTION() function
1058 PHP_FUNCTION(usort) in PHP_FUNCTION() function
1066 PHP_FUNCTION(uasort) in PHP_FUNCTION() function
1114 PHP_FUNCTION(uksort) in PHP_FUNCTION() function
1122 PHP_FUNCTION(end) in PHP_FUNCTION() function
1149 PHP_FUNCTION(prev) in PHP_FUNCTION() function
1176 PHP_FUNCTION(next) in PHP_FUNCTION() function
1203 PHP_FUNCTION(reset) in PHP_FUNCTION() function
1230 PHP_FUNCTION(current) in PHP_FUNCTION() function
1253 PHP_FUNCTION(key) in PHP_FUNCTION() function
1267 PHP_FUNCTION(min) in PHP_FUNCTION() function
1312 PHP_FUNCTION(max) in PHP_FUNCTION() function
1487 PHP_FUNCTION(array_walk) in PHP_FUNCTION() function
1517 PHP_FUNCTION(array_walk_recursive) in PHP_FUNCTION() function
1636 PHP_FUNCTION(in_array) in PHP_FUNCTION() function
1644 PHP_FUNCTION(array_search) in PHP_FUNCTION() function
2422 PHP_FUNCTION(extract) function
2565 PHP_FUNCTION(compact) function
2601 PHP_FUNCTION(array_fill) function
2672 PHP_FUNCTION(array_fill_keys) function
2723 PHP_FUNCTION(range) function
3010 PHP_FUNCTION(shuffle) function
3161 PHP_FUNCTION(array_push) function
3193 PHP_FUNCTION(array_pop) function
3243 PHP_FUNCTION(array_shift) function
3350 PHP_FUNCTION(array_unshift) function
3407 PHP_FUNCTION(array_splice) function
3466 PHP_FUNCTION(array_slice) function
3843 PHP_FUNCTION(array_merge) function
3851 PHP_FUNCTION(array_merge_recursive) function
3859 PHP_FUNCTION(array_replace) function
3867 PHP_FUNCTION(array_replace_recursive) function
3875 PHP_FUNCTION(array_keys) function
3957 PHP_FUNCTION(array_key_first) function
3973 PHP_FUNCTION(array_key_last) function
3990 PHP_FUNCTION(array_values) function
4035 PHP_FUNCTION(array_count_values) function
4144 PHP_FUNCTION(array_column) function
4245 PHP_FUNCTION(array_reverse) function
4292 PHP_FUNCTION(array_pad) function
4382 PHP_FUNCTION(array_flip) function
4419 PHP_FUNCTION(array_change_key_case) function
4471 PHP_FUNCTION(array_unique) function
4958 PHP_FUNCTION(array_intersect_key) function
4966 PHP_FUNCTION(array_intersect_ukey) function
4974 PHP_FUNCTION(array_intersect) function
4982 PHP_FUNCTION(array_uintersect) function
4990 PHP_FUNCTION(array_intersect_assoc) function
4998 PHP_FUNCTION(array_intersect_uassoc) function
5006 PHP_FUNCTION(array_uintersect_assoc) function
5014 PHP_FUNCTION(array_uintersect_uassoc) function
5367 PHP_FUNCTION(array_diff_key) function
5375 PHP_FUNCTION(array_diff_ukey) function
5383 PHP_FUNCTION(array_diff) function
5515 PHP_FUNCTION(array_udiff) function
5523 PHP_FUNCTION(array_diff_assoc) function
5531 PHP_FUNCTION(array_diff_uassoc) function
5539 PHP_FUNCTION(array_udiff_assoc) function
5547 PHP_FUNCTION(array_udiff_uassoc) function
5595 PHP_FUNCTION(array_multisort) function
5772 PHP_FUNCTION(array_rand) function
5884 PHP_FUNCTION(array_sum) function
5909 PHP_FUNCTION(array_product) function
5948 PHP_FUNCTION(array_reduce) function
6010 PHP_FUNCTION(array_filter) function
6099 PHP_FUNCTION(array_map) function
6256 PHP_FUNCTION(array_key_exists) function
6292 PHP_FUNCTION(array_chunk) function
6361 PHP_FUNCTION(array_combine) function