Lines Matching defs:dest

784 static zend_always_inline void zend_fcc_dup(/* restrict */ zend_fcall_info_cache *dest, const zend_…  in zend_fcc_dup()
1657 #define Z_PARAM_GET_PREV_ZVAL(dest) \ argument
1665 #define Z_PARAM_ARRAY_EX2(dest, check_null, deref, separate) \ argument
1673 #define Z_PARAM_ARRAY_EX(dest, check_null, separate) \ argument
1676 #define Z_PARAM_ARRAY(dest) \ argument
1679 #define Z_PARAM_ARRAY_OR_NULL(dest) \ argument
1683 #define Z_PARAM_ARRAY_OR_OBJECT_EX2(dest, check_null, deref, separate) \ argument
1691 #define Z_PARAM_ARRAY_OR_OBJECT_EX(dest, check_null, separate) \ argument
1694 #define Z_PARAM_ARRAY_OR_OBJECT(dest) \ argument
1697 #define Z_PARAM_ITERABLE_EX(dest, check_null) \ argument
1705 #define Z_PARAM_ITERABLE(dest) \ argument
1708 #define Z_PARAM_ITERABLE_OR_NULL(dest) \ argument
1712 #define Z_PARAM_BOOL_EX(dest, is_null, check_null, deref) \ argument
1720 #define Z_PARAM_BOOL(dest) \ argument
1723 #define Z_PARAM_BOOL_OR_NULL(dest, is_null) \ argument
1727 #define Z_PARAM_CLASS_EX(dest, check_null, deref) \ argument
1734 #define Z_PARAM_CLASS(dest) \ argument
1737 #define Z_PARAM_CLASS_OR_NULL(dest) \ argument
1740 #define Z_PARAM_OBJ_OR_CLASS_NAME_EX(dest, allow_null) \ argument
1748 #define Z_PARAM_OBJ_OR_CLASS_NAME(dest) \ argument
1751 #define Z_PARAM_OBJ_OR_CLASS_NAME_OR_NULL(dest) \ argument
1789 #define Z_PARAM_DOUBLE_EX(dest, is_null, check_null, deref) \ argument
1797 #define Z_PARAM_DOUBLE(dest) \ argument
1800 #define Z_PARAM_DOUBLE_OR_NULL(dest, is_null) \ argument
1835 #define Z_PARAM_ARRAY_HT_EX2(dest, check_null, deref, separate) \ argument
1843 #define Z_PARAM_ARRAY_HT_EX(dest, check_null, separate) \ argument
1846 #define Z_PARAM_ARRAY_HT(dest) \ argument
1849 #define Z_PARAM_ARRAY_HT_OR_NULL(dest) \ argument
1867 #define Z_PARAM_ARRAY_OR_OBJECT_HT_EX2(dest, check_null, deref, separate) \ argument
1875 #define Z_PARAM_ARRAY_OR_OBJECT_HT_EX(dest, check_null, separate) \ argument
1878 #define Z_PARAM_ARRAY_OR_OBJECT_HT(dest) \ argument
1882 #define Z_PARAM_LONG_EX(dest, is_null, check_null, deref) \ argument
1890 #define Z_PARAM_LONG(dest) \ argument
1893 #define Z_PARAM_LONG_OR_NULL(dest, is_null) \ argument
1897 #define Z_PARAM_NUMBER_EX(dest, check_null) \ argument
1905 #define Z_PARAM_NUMBER_OR_NULL(dest) \ argument
1908 #define Z_PARAM_NUMBER(dest) \ argument
1911 #define Z_PARAM_NUMBER_OR_STR_EX(dest, check_null) \ argument
1919 #define Z_PARAM_NUMBER_OR_STR(dest) \ argument
1922 #define Z_PARAM_NUMBER_OR_STR_OR_NULL(dest) \ argument
1926 #define Z_PARAM_OBJECT_EX(dest, check_null, deref) \ argument
1934 #define Z_PARAM_OBJECT(dest) \ argument
1937 #define Z_PARAM_OBJECT_OR_NULL(dest) \ argument
1941 #define Z_PARAM_OBJ_EX(dest, check_null, deref) \ argument
1949 #define Z_PARAM_OBJ(dest) \ argument
1952 #define Z_PARAM_OBJ_OR_NULL(dest) \ argument
1956 #define Z_PARAM_OBJECT_OF_CLASS_EX(dest, _ce, check_null, deref) \ argument
1970 #define Z_PARAM_OBJECT_OF_CLASS(dest, _ce) \ argument
1973 #define Z_PARAM_OBJECT_OF_CLASS_OR_NULL(dest, _ce) \ argument
1977 #define Z_PARAM_OBJ_OF_CLASS_EX(dest, _ce, check_null, deref) \ argument
1991 #define Z_PARAM_OBJ_OF_CLASS(dest, _ce) \ argument
1994 #define Z_PARAM_OBJ_OF_CLASS_OR_NULL(dest, _ce) \ argument
2012 #define Z_PARAM_PATH_EX(dest, dest_len, check_null, deref) \ argument
2020 #define Z_PARAM_PATH(dest, dest_len) \ argument
2023 #define Z_PARAM_PATH_OR_NULL(dest, dest_len) \ argument
2027 #define Z_PARAM_PATH_STR_EX(dest, check_null, deref) \ argument
2035 #define Z_PARAM_PATH_STR(dest) \ argument
2038 #define Z_PARAM_PATH_STR_OR_NULL(dest) \ argument
2042 #define Z_PARAM_RESOURCE_EX(dest, check_null, deref) \ argument
2050 #define Z_PARAM_RESOURCE(dest) \ argument
2053 #define Z_PARAM_RESOURCE_OR_NULL(dest) \ argument
2057 #define Z_PARAM_STRING_EX(dest, dest_len, check_null, deref) \ argument
2065 #define Z_PARAM_STRING(dest, dest_len) \ argument
2068 #define Z_PARAM_STRING_OR_NULL(dest, dest_len) \ argument
2072 #define Z_PARAM_STR_EX(dest, check_null, deref) \ argument
2080 #define Z_PARAM_STR(dest) \ argument
2083 #define Z_PARAM_STR_OR_NULL(dest) \ argument
2087 #define Z_PARAM_ZVAL_EX2(dest, check_null, deref, separate) \ argument
2091 #define Z_PARAM_ZVAL_EX(dest, check_null, separate) \ argument
2094 #define Z_PARAM_ZVAL(dest) \ argument
2097 #define Z_PARAM_ZVAL_OR_NULL(dest) \ argument
2101 #define Z_PARAM_VARIADIC_EX(spec, dest, dest_num, post_varargs) do { \ argument
2118 #define Z_PARAM_VARIADIC(spec, dest, dest_num) \ argument
2121 #define Z_PARAM_VARIADIC_WITH_NAMED(dest, dest_num, dest_named) do { \ argument
2186 static zend_always_inline bool zend_parse_arg_bool_ex(const zval *arg, bool *dest, bool *is_null, b… in zend_parse_arg_bool_ex()
2208 static zend_always_inline bool zend_parse_arg_bool(const zval *arg, bool *dest, bool *is_null, bool… in zend_parse_arg_bool()
2213 static zend_always_inline bool zend_parse_arg_long_ex(zval *arg, zend_long *dest, bool *is_null, bo… in zend_parse_arg_long_ex()
2233 static zend_always_inline bool zend_parse_arg_long(zval *arg, zend_long *dest, bool *is_null, bool … in zend_parse_arg_long()
2238 static zend_always_inline bool zend_parse_arg_double(const zval *arg, double *dest, bool *is_null, … in zend_parse_arg_double()
2254 static zend_always_inline bool zend_parse_arg_number(zval *arg, zval **dest, bool check_null, uint3… in zend_parse_arg_number()
2266 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()
2278 static zend_always_inline bool zend_parse_arg_str_ex(zval *arg, zend_string **dest, bool check_null… in zend_parse_arg_str_ex()
2294 static zend_always_inline bool zend_parse_arg_str(zval *arg, zend_string **dest, bool check_null, u… in zend_parse_arg_str()
2299 static zend_always_inline bool zend_parse_arg_string(zval *arg, char **dest, size_t *dest_len, bool… in zend_parse_arg_string()
2316 static zend_always_inline bool zend_parse_arg_path_str(zval *arg, zend_string **dest, bool check_nu… in zend_parse_arg_path_str()
2325 static zend_always_inline bool zend_parse_arg_path(zval *arg, char **dest, size_t *dest_len, bool c… in zend_parse_arg_path()
2342 static zend_always_inline bool zend_parse_arg_iterable(zval *arg, zval **dest, bool check_null) in zend_parse_arg_iterable()
2357 static zend_always_inline bool zend_parse_arg_array(zval *arg, zval **dest, bool check_null, bool o… in zend_parse_arg_array()
2370 static zend_always_inline bool zend_parse_arg_array_ht(const zval *arg, HashTable **dest, bool chec… in zend_parse_arg_array_ht()
2416 static zend_always_inline bool zend_parse_arg_object(zval *arg, zval **dest, zend_class_entry *ce, … in zend_parse_arg_object()
2429 static zend_always_inline bool zend_parse_arg_obj(const zval *arg, zend_object **dest, zend_class_e… in zend_parse_arg_obj()
2465 static zend_always_inline bool zend_parse_arg_resource(zval *arg, zval **dest, bool check_null) in zend_parse_arg_resource()
2495 static zend_always_inline void zend_parse_arg_zval(zval *arg, zval **dest, bool check_null) in zend_parse_arg_zval()
2503 static zend_always_inline void zend_parse_arg_zval_deref(zval *arg, zval **dest, bool check_null) in zend_parse_arg_zval_deref()