Lines Matching defs:dest
1548 #define Z_PARAM_GET_PREV_ZVAL(dest) \ argument
1556 #define Z_PARAM_ARRAY_EX2(dest, check_null, deref, separate) \ argument
1564 #define Z_PARAM_ARRAY_EX(dest, check_null, separate) \ argument
1567 #define Z_PARAM_ARRAY(dest) \ argument
1570 #define Z_PARAM_ARRAY_OR_NULL(dest) \ argument
1574 #define Z_PARAM_ARRAY_OR_OBJECT_EX2(dest, check_null, deref, separate) \ argument
1582 #define Z_PARAM_ARRAY_OR_OBJECT_EX(dest, check_null, separate) \ argument
1585 #define Z_PARAM_ARRAY_OR_OBJECT(dest) \ argument
1588 #define Z_PARAM_ITERABLE_EX(dest, check_null) \ argument
1596 #define Z_PARAM_ITERABLE(dest) \ argument
1599 #define Z_PARAM_ITERABLE_OR_NULL(dest) \ argument
1603 #define Z_PARAM_BOOL_EX(dest, is_null, check_null, deref) \ argument
1611 #define Z_PARAM_BOOL(dest) \ argument
1614 #define Z_PARAM_BOOL_OR_NULL(dest, is_null) \ argument
1618 #define Z_PARAM_CLASS_EX(dest, check_null, deref) \ argument
1625 #define Z_PARAM_CLASS(dest) \ argument
1628 #define Z_PARAM_CLASS_OR_NULL(dest) \ argument
1631 #define Z_PARAM_OBJ_OR_CLASS_NAME_EX(dest, allow_null) \ argument
1639 #define Z_PARAM_OBJ_OR_CLASS_NAME(dest) \ argument
1642 #define Z_PARAM_OBJ_OR_CLASS_NAME_OR_NULL(dest) \ argument
1680 #define Z_PARAM_DOUBLE_EX(dest, is_null, check_null, deref) \ argument
1688 #define Z_PARAM_DOUBLE(dest) \ argument
1691 #define Z_PARAM_DOUBLE_OR_NULL(dest, is_null) \ argument
1718 #define Z_PARAM_ARRAY_HT_EX2(dest, check_null, deref, separate) \ argument
1726 #define Z_PARAM_ARRAY_HT_EX(dest, check_null, separate) \ argument
1729 #define Z_PARAM_ARRAY_HT(dest) \ argument
1732 #define Z_PARAM_ARRAY_HT_OR_NULL(dest) \ argument
1750 #define Z_PARAM_ARRAY_OR_OBJECT_HT_EX2(dest, check_null, deref, separate) \ argument
1758 #define Z_PARAM_ARRAY_OR_OBJECT_HT_EX(dest, check_null, separate) \ argument
1761 #define Z_PARAM_ARRAY_OR_OBJECT_HT(dest) \ argument
1765 #define Z_PARAM_LONG_EX(dest, is_null, check_null, deref) \ argument
1773 #define Z_PARAM_LONG(dest) \ argument
1776 #define Z_PARAM_LONG_OR_NULL(dest, is_null) \ argument
1780 #define Z_PARAM_NUMBER_EX(dest, check_null) \ argument
1788 #define Z_PARAM_NUMBER_OR_NULL(dest) \ argument
1791 #define Z_PARAM_NUMBER(dest) \ argument
1795 #define Z_PARAM_OBJECT_EX(dest, check_null, deref) \ argument
1803 #define Z_PARAM_OBJECT(dest) \ argument
1806 #define Z_PARAM_OBJECT_OR_NULL(dest) \ argument
1810 #define Z_PARAM_OBJ_EX(dest, check_null, deref) \ argument
1818 #define Z_PARAM_OBJ(dest) \ argument
1821 #define Z_PARAM_OBJ_OR_NULL(dest) \ argument
1825 #define Z_PARAM_OBJECT_OF_CLASS_EX(dest, _ce, check_null, deref) \ argument
1839 #define Z_PARAM_OBJECT_OF_CLASS(dest, _ce) \ argument
1842 #define Z_PARAM_OBJECT_OF_CLASS_OR_NULL(dest, _ce) \ argument
1846 #define Z_PARAM_OBJ_OF_CLASS_EX(dest, _ce, check_null, deref) \ argument
1860 #define Z_PARAM_OBJ_OF_CLASS(dest, _ce) \ argument
1863 #define Z_PARAM_OBJ_OF_CLASS_OR_NULL(dest, _ce) \ argument
1881 #define Z_PARAM_PATH_EX(dest, dest_len, check_null, deref) \ argument
1889 #define Z_PARAM_PATH(dest, dest_len) \ argument
1892 #define Z_PARAM_PATH_OR_NULL(dest, dest_len) \ argument
1896 #define Z_PARAM_PATH_STR_EX(dest, check_null, deref) \ argument
1904 #define Z_PARAM_PATH_STR(dest) \ argument
1907 #define Z_PARAM_PATH_STR_OR_NULL(dest) \ argument
1911 #define Z_PARAM_RESOURCE_EX(dest, check_null, deref) \ argument
1919 #define Z_PARAM_RESOURCE(dest) \ argument
1922 #define Z_PARAM_RESOURCE_OR_NULL(dest) \ argument
1926 #define Z_PARAM_STRING_EX(dest, dest_len, check_null, deref) \ argument
1934 #define Z_PARAM_STRING(dest, dest_len) \ argument
1937 #define Z_PARAM_STRING_OR_NULL(dest, dest_len) \ argument
1941 #define Z_PARAM_STR_EX(dest, check_null, deref) \ argument
1949 #define Z_PARAM_STR(dest) \ argument
1952 #define Z_PARAM_STR_OR_NULL(dest) \ argument
1956 #define Z_PARAM_ZVAL_EX2(dest, check_null, deref, separate) \ argument
1960 #define Z_PARAM_ZVAL_EX(dest, check_null, separate) \ argument
1963 #define Z_PARAM_ZVAL(dest) \ argument
1966 #define Z_PARAM_ZVAL_OR_NULL(dest) \ argument
1970 #define Z_PARAM_VARIADIC_EX(spec, dest, dest_num, post_varargs) do { \ argument
1987 #define Z_PARAM_VARIADIC(spec, dest, dest_num) \ argument
1990 #define Z_PARAM_VARIADIC_WITH_NAMED(dest, dest_num, dest_named) do { \ argument
2050 static zend_always_inline bool zend_parse_arg_bool(zval *arg, bool *dest, bool *is_null, bool check… in zend_parse_arg_bool()
2068 static zend_always_inline bool zend_parse_arg_long(zval *arg, zend_long *dest, bool *is_null, bool … in zend_parse_arg_long()
2084 static zend_always_inline bool zend_parse_arg_double(zval *arg, double *dest, bool *is_null, bool c… in zend_parse_arg_double()
2100 static zend_always_inline bool zend_parse_arg_number(zval *arg, zval **dest, bool check_null, uint3… in zend_parse_arg_number()
2112 static zend_always_inline bool zend_parse_arg_str(zval *arg, zend_string **dest, bool check_null, u… in zend_parse_arg_str()
2124 static zend_always_inline bool zend_parse_arg_string(zval *arg, char **dest, size_t *dest_len, bool… in zend_parse_arg_string()
2141 static zend_always_inline bool zend_parse_arg_path_str(zval *arg, zend_string **dest, bool check_nu… in zend_parse_arg_path_str()
2150 static zend_always_inline bool zend_parse_arg_path(zval *arg, char **dest, size_t *dest_len, bool c… in zend_parse_arg_path()
2167 static zend_always_inline bool zend_parse_arg_iterable(zval *arg, zval **dest, bool check_null) in zend_parse_arg_iterable()
2182 static zend_always_inline bool zend_parse_arg_array(zval *arg, zval **dest, bool check_null, bool o… in zend_parse_arg_array()
2195 static zend_always_inline bool zend_parse_arg_array_ht(zval *arg, HashTable **dest, bool check_null… in zend_parse_arg_array_ht()
2241 static zend_always_inline bool zend_parse_arg_object(zval *arg, zval **dest, zend_class_entry *ce, … in zend_parse_arg_object()
2254 static zend_always_inline bool zend_parse_arg_obj(zval *arg, zend_object **dest, zend_class_entry *… in zend_parse_arg_obj()
2290 static zend_always_inline bool zend_parse_arg_resource(zval *arg, zval **dest, bool check_null) in zend_parse_arg_resource()
2318 static zend_always_inline void zend_parse_arg_zval(zval *arg, zval **dest, bool check_null) in zend_parse_arg_zval()
2326 static zend_always_inline void zend_parse_arg_zval_deref(zval *arg, zval **dest, bool check_null) in zend_parse_arg_zval_deref()