Lines Matching defs:dest

779 static zend_always_inline void zend_fcc_dup(/* restrict */ zend_fcall_info_cache *dest, const zend_…  in zend_fcc_dup()
1650 #define Z_PARAM_GET_PREV_ZVAL(dest) \ argument
1658 #define Z_PARAM_ARRAY_EX2(dest, check_null, deref, separate) \ argument
1666 #define Z_PARAM_ARRAY_EX(dest, check_null, separate) \ argument
1669 #define Z_PARAM_ARRAY(dest) \ argument
1672 #define Z_PARAM_ARRAY_OR_NULL(dest) \ argument
1676 #define Z_PARAM_ARRAY_OR_OBJECT_EX2(dest, check_null, deref, separate) \ argument
1684 #define Z_PARAM_ARRAY_OR_OBJECT_EX(dest, check_null, separate) \ argument
1687 #define Z_PARAM_ARRAY_OR_OBJECT(dest) \ argument
1690 #define Z_PARAM_ITERABLE_EX(dest, check_null) \ argument
1698 #define Z_PARAM_ITERABLE(dest) \ argument
1701 #define Z_PARAM_ITERABLE_OR_NULL(dest) \ argument
1705 #define Z_PARAM_BOOL_EX(dest, is_null, check_null, deref) \ argument
1713 #define Z_PARAM_BOOL(dest) \ argument
1716 #define Z_PARAM_BOOL_OR_NULL(dest, is_null) \ argument
1720 #define Z_PARAM_CLASS_EX(dest, check_null, deref) \ argument
1727 #define Z_PARAM_CLASS(dest) \ argument
1730 #define Z_PARAM_CLASS_OR_NULL(dest) \ argument
1733 #define Z_PARAM_OBJ_OR_CLASS_NAME_EX(dest, allow_null) \ argument
1741 #define Z_PARAM_OBJ_OR_CLASS_NAME(dest) \ argument
1744 #define Z_PARAM_OBJ_OR_CLASS_NAME_OR_NULL(dest) \ argument
1782 #define Z_PARAM_DOUBLE_EX(dest, is_null, check_null, deref) \ argument
1790 #define Z_PARAM_DOUBLE(dest) \ argument
1793 #define Z_PARAM_DOUBLE_OR_NULL(dest, is_null) \ argument
1820 #define Z_PARAM_ARRAY_HT_EX2(dest, check_null, deref, separate) \ argument
1828 #define Z_PARAM_ARRAY_HT_EX(dest, check_null, separate) \ argument
1831 #define Z_PARAM_ARRAY_HT(dest) \ argument
1834 #define Z_PARAM_ARRAY_HT_OR_NULL(dest) \ argument
1852 #define Z_PARAM_ARRAY_OR_OBJECT_HT_EX2(dest, check_null, deref, separate) \ argument
1860 #define Z_PARAM_ARRAY_OR_OBJECT_HT_EX(dest, check_null, separate) \ argument
1863 #define Z_PARAM_ARRAY_OR_OBJECT_HT(dest) \ argument
1867 #define Z_PARAM_LONG_EX(dest, is_null, check_null, deref) \ argument
1875 #define Z_PARAM_LONG(dest) \ argument
1878 #define Z_PARAM_LONG_OR_NULL(dest, is_null) \ argument
1882 #define Z_PARAM_NUMBER_EX(dest, check_null) \ argument
1890 #define Z_PARAM_NUMBER_OR_NULL(dest) \ argument
1893 #define Z_PARAM_NUMBER(dest) \ argument
1896 #define Z_PARAM_NUMBER_OR_STR_EX(dest, check_null) \ argument
1904 #define Z_PARAM_NUMBER_OR_STR(dest) \ argument
1907 #define Z_PARAM_NUMBER_OR_STR_OR_NULL(dest) \ argument
1911 #define Z_PARAM_OBJECT_EX(dest, check_null, deref) \ argument
1919 #define Z_PARAM_OBJECT(dest) \ argument
1922 #define Z_PARAM_OBJECT_OR_NULL(dest) \ argument
1926 #define Z_PARAM_OBJ_EX(dest, check_null, deref) \ argument
1934 #define Z_PARAM_OBJ(dest) \ argument
1937 #define Z_PARAM_OBJ_OR_NULL(dest) \ argument
1941 #define Z_PARAM_OBJECT_OF_CLASS_EX(dest, _ce, check_null, deref) \ argument
1955 #define Z_PARAM_OBJECT_OF_CLASS(dest, _ce) \ argument
1958 #define Z_PARAM_OBJECT_OF_CLASS_OR_NULL(dest, _ce) \ argument
1962 #define Z_PARAM_OBJ_OF_CLASS_EX(dest, _ce, check_null, deref) \ argument
1976 #define Z_PARAM_OBJ_OF_CLASS(dest, _ce) \ argument
1979 #define Z_PARAM_OBJ_OF_CLASS_OR_NULL(dest, _ce) \ argument
1997 #define Z_PARAM_PATH_EX(dest, dest_len, check_null, deref) \ argument
2005 #define Z_PARAM_PATH(dest, dest_len) \ argument
2008 #define Z_PARAM_PATH_OR_NULL(dest, dest_len) \ argument
2012 #define Z_PARAM_PATH_STR_EX(dest, check_null, deref) \ argument
2020 #define Z_PARAM_PATH_STR(dest) \ argument
2023 #define Z_PARAM_PATH_STR_OR_NULL(dest) \ argument
2027 #define Z_PARAM_RESOURCE_EX(dest, check_null, deref) \ argument
2035 #define Z_PARAM_RESOURCE(dest) \ argument
2038 #define Z_PARAM_RESOURCE_OR_NULL(dest) \ argument
2042 #define Z_PARAM_STRING_EX(dest, dest_len, check_null, deref) \ argument
2050 #define Z_PARAM_STRING(dest, dest_len) \ argument
2053 #define Z_PARAM_STRING_OR_NULL(dest, dest_len) \ argument
2057 #define Z_PARAM_STR_EX(dest, check_null, deref) \ argument
2065 #define Z_PARAM_STR(dest) \ argument
2068 #define Z_PARAM_STR_OR_NULL(dest) \ argument
2072 #define Z_PARAM_ZVAL_EX2(dest, check_null, deref, separate) \ argument
2076 #define Z_PARAM_ZVAL_EX(dest, check_null, separate) \ argument
2079 #define Z_PARAM_ZVAL(dest) \ argument
2082 #define Z_PARAM_ZVAL_OR_NULL(dest) \ argument
2086 #define Z_PARAM_VARIADIC_EX(spec, dest, dest_num, post_varargs) do { \ argument
2103 #define Z_PARAM_VARIADIC(spec, dest, dest_num) \ argument
2106 #define Z_PARAM_VARIADIC_WITH_NAMED(dest, dest_num, dest_named) do { \ argument
2167 static zend_always_inline bool zend_parse_arg_bool(const zval *arg, bool *dest, bool *is_null, bool… in zend_parse_arg_bool()
2185 static zend_always_inline bool zend_parse_arg_long(zval *arg, zend_long *dest, bool *is_null, bool … in zend_parse_arg_long()
2201 static zend_always_inline bool zend_parse_arg_double(const zval *arg, double *dest, bool *is_null, … in zend_parse_arg_double()
2217 static zend_always_inline bool zend_parse_arg_number(zval *arg, zval **dest, bool check_null, uint3… in zend_parse_arg_number()
2229 static zend_always_inline bool zend_parse_arg_number_or_str(zval *arg, zval **dest, bool check_null… in zend_parse_arg_number_or_str()
2241 static zend_always_inline bool zend_parse_arg_str(zval *arg, zend_string **dest, bool check_null, u… in zend_parse_arg_str()
2253 static zend_always_inline bool zend_parse_arg_string(zval *arg, char **dest, size_t *dest_len, bool… in zend_parse_arg_string()
2270 static zend_always_inline bool zend_parse_arg_path_str(zval *arg, zend_string **dest, bool check_nu… in zend_parse_arg_path_str()
2279 static zend_always_inline bool zend_parse_arg_path(zval *arg, char **dest, size_t *dest_len, bool c… in zend_parse_arg_path()
2296 static zend_always_inline bool zend_parse_arg_iterable(zval *arg, zval **dest, bool check_null) in zend_parse_arg_iterable()
2311 static zend_always_inline bool zend_parse_arg_array(zval *arg, zval **dest, bool check_null, bool o… in zend_parse_arg_array()
2324 static zend_always_inline bool zend_parse_arg_array_ht(const zval *arg, HashTable **dest, bool chec… in zend_parse_arg_array_ht()
2370 static zend_always_inline bool zend_parse_arg_object(zval *arg, zval **dest, zend_class_entry *ce, … in zend_parse_arg_object()
2383 static zend_always_inline bool zend_parse_arg_obj(const zval *arg, zend_object **dest, zend_class_e… in zend_parse_arg_obj()
2419 static zend_always_inline bool zend_parse_arg_resource(zval *arg, zval **dest, bool check_null) in zend_parse_arg_resource()
2447 static zend_always_inline void zend_parse_arg_zval(zval *arg, zval **dest, bool check_null) in zend_parse_arg_zval()
2455 static zend_always_inline void zend_parse_arg_zval_deref(zval *arg, zval **dest, bool check_null) in zend_parse_arg_zval_deref()