37#define PHP_EXTR_OVERWRITE 0
38#define PHP_EXTR_SKIP 1
39#define PHP_EXTR_PREFIX_SAME 2
40#define PHP_EXTR_PREFIX_ALL 3
41#define PHP_EXTR_PREFIX_INVALID 4
42#define PHP_EXTR_PREFIX_IF_EXISTS 5
43#define PHP_EXTR_IF_EXISTS 6
45#define PHP_EXTR_REFS 0x100
47#define PHP_CASE_LOWER 0
48#define PHP_CASE_UPPER 1
50#define PHP_SORT_REGULAR 0
51#define PHP_SORT_NUMERIC 1
52#define PHP_SORT_STRING 2
53#define PHP_SORT_DESC 3
55#define PHP_SORT_LOCALE_STRING 5
56#define PHP_SORT_NATURAL 6
57#define PHP_SORT_FLAG_CASE 8
59#define PHP_COUNT_NORMAL 0
60#define PHP_COUNT_RECURSIVE 1
62#define ARRAY_FILTER_USE_BOTH 1
63#define ARRAY_FILTER_USE_KEY 2
70#define ARRAYG(v) ZEND_MODULE_GLOBALS_ACCESSOR(array, v)
#define PHP_MSHUTDOWN_FUNCTION
#define PHP_MINIT_FUNCTION
PHPAPI int php_multisort_compare(const void *a, const void *b)
bucket_compare_func_t * multisort_func
PHPAPI zend_long php_count_recursive(HashTable *ht)
PHPAPI bool php_array_data_shuffle(php_random_algo_with_state engine, zval *array)
PHPAPI int php_array_merge(HashTable *dest, HashTable *src)
PHPAPI int php_array_replace_recursive(HashTable *dest, HashTable *src)
PHPAPI bool php_array_pick_keys(php_random_algo_with_state engine, zval *input, zend_long num_req, zval *retval, bool silent)
bool compare_deprecation_thrown
PHPAPI int php_array_merge_recursive(HashTable *dest, HashTable *src)
struct _php_random_algo_with_state php_random_algo_with_state
#define ZEND_END_MODULE_GLOBALS(module_name)
#define ZEND_BEGIN_MODULE_GLOBALS(module_name)
int(* bucket_compare_func_t)(Bucket *a, Bucket *b)
struct _zend_array HashTable