Lines Matching defs:dest
786 static zend_always_inline void zend_fcc_dup(/* restrict */ zend_fcall_info_cache *dest, const zend_… in zend_fcc_dup()
1660 #define Z_PARAM_GET_PREV_ZVAL(dest) \ argument
1668 #define Z_PARAM_ARRAY_EX2(dest, check_null, deref, separate) \ argument
1676 #define Z_PARAM_ARRAY_EX(dest, check_null, separate) \ argument
1679 #define Z_PARAM_ARRAY(dest) \ argument
1682 #define Z_PARAM_ARRAY_OR_NULL(dest) \ argument
1686 #define Z_PARAM_ARRAY_OR_OBJECT_EX2(dest, check_null, deref, separate) \ argument
1694 #define Z_PARAM_ARRAY_OR_OBJECT_EX(dest, check_null, separate) \ argument
1697 #define Z_PARAM_ARRAY_OR_OBJECT(dest) \ argument
1700 #define Z_PARAM_ITERABLE_EX(dest, check_null) \ argument
1708 #define Z_PARAM_ITERABLE(dest) \ argument
1711 #define Z_PARAM_ITERABLE_OR_NULL(dest) \ argument
1715 #define Z_PARAM_BOOL_EX(dest, is_null, check_null, deref) \ argument
1723 #define Z_PARAM_BOOL(dest) \ argument
1726 #define Z_PARAM_BOOL_OR_NULL(dest, is_null) \ argument
1730 #define Z_PARAM_CLASS_EX(dest, check_null, deref) \ argument
1737 #define Z_PARAM_CLASS(dest) \ argument
1740 #define Z_PARAM_CLASS_OR_NULL(dest) \ argument
1743 #define Z_PARAM_OBJ_OR_CLASS_NAME_EX(dest, allow_null) \ argument
1751 #define Z_PARAM_OBJ_OR_CLASS_NAME(dest) \ argument
1754 #define Z_PARAM_OBJ_OR_CLASS_NAME_OR_NULL(dest) \ argument
1792 #define Z_PARAM_DOUBLE_EX(dest, is_null, check_null, deref) \ argument
1800 #define Z_PARAM_DOUBLE(dest) \ argument
1803 #define Z_PARAM_DOUBLE_OR_NULL(dest, is_null) \ argument
1838 #define Z_PARAM_ARRAY_HT_EX2(dest, check_null, deref, separate) \ argument
1846 #define Z_PARAM_ARRAY_HT_EX(dest, check_null, separate) \ argument
1849 #define Z_PARAM_ARRAY_HT(dest) \ argument
1852 #define Z_PARAM_ARRAY_HT_OR_NULL(dest) \ argument
1870 #define Z_PARAM_ARRAY_OR_OBJECT_HT_EX2(dest, check_null, deref, separate) \ argument
1878 #define Z_PARAM_ARRAY_OR_OBJECT_HT_EX(dest, check_null, separate) \ argument
1881 #define Z_PARAM_ARRAY_OR_OBJECT_HT(dest) \ argument
1885 #define Z_PARAM_LONG_EX(dest, is_null, check_null, deref) \ argument
1893 #define Z_PARAM_LONG(dest) \ argument
1896 #define Z_PARAM_LONG_OR_NULL(dest, is_null) \ argument
1900 #define Z_PARAM_NUMBER_EX(dest, check_null) \ argument
1908 #define Z_PARAM_NUMBER_OR_NULL(dest) \ argument
1911 #define Z_PARAM_NUMBER(dest) \ argument
1914 #define Z_PARAM_NUMBER_OR_STR_EX(dest, check_null) \ argument
1922 #define Z_PARAM_NUMBER_OR_STR(dest) \ argument
1925 #define Z_PARAM_NUMBER_OR_STR_OR_NULL(dest) \ argument
1929 #define Z_PARAM_OBJECT_EX(dest, check_null, deref) \ argument
1937 #define Z_PARAM_OBJECT(dest) \ argument
1940 #define Z_PARAM_OBJECT_OR_NULL(dest) \ argument
1944 #define Z_PARAM_OBJ_EX(dest, check_null, deref) \ argument
1952 #define Z_PARAM_OBJ(dest) \ argument
1955 #define Z_PARAM_OBJ_OR_NULL(dest) \ argument
1959 #define Z_PARAM_OBJECT_OF_CLASS_EX(dest, _ce, check_null, deref) \ argument
1973 #define Z_PARAM_OBJECT_OF_CLASS(dest, _ce) \ argument
1976 #define Z_PARAM_OBJECT_OF_CLASS_OR_NULL(dest, _ce) \ argument
1980 #define Z_PARAM_OBJ_OF_CLASS_EX(dest, _ce, check_null, deref) \ argument
1994 #define Z_PARAM_OBJ_OF_CLASS(dest, _ce) \ argument
1997 #define Z_PARAM_OBJ_OF_CLASS_OR_NULL(dest, _ce) \ argument
2015 #define Z_PARAM_PATH_EX(dest, dest_len, check_null, deref) \ argument
2023 #define Z_PARAM_PATH(dest, dest_len) \ argument
2026 #define Z_PARAM_PATH_OR_NULL(dest, dest_len) \ argument
2030 #define Z_PARAM_PATH_STR_EX(dest, check_null, deref) \ argument
2038 #define Z_PARAM_PATH_STR(dest) \ argument
2041 #define Z_PARAM_PATH_STR_OR_NULL(dest) \ argument
2045 #define Z_PARAM_RESOURCE_EX(dest, check_null, deref) \ argument
2053 #define Z_PARAM_RESOURCE(dest) \ argument
2056 #define Z_PARAM_RESOURCE_OR_NULL(dest) \ argument
2060 #define Z_PARAM_STRING_EX(dest, dest_len, check_null, deref) \ argument
2068 #define Z_PARAM_STRING(dest, dest_len) \ argument
2071 #define Z_PARAM_STRING_OR_NULL(dest, dest_len) \ argument
2075 #define Z_PARAM_STR_EX(dest, check_null, deref) \ argument
2083 #define Z_PARAM_STR(dest) \ argument
2086 #define Z_PARAM_STR_OR_NULL(dest) \ argument
2090 #define Z_PARAM_ZVAL_EX2(dest, check_null, deref, separate) \ argument
2094 #define Z_PARAM_ZVAL_EX(dest, check_null, separate) \ argument
2097 #define Z_PARAM_ZVAL(dest) \ argument
2100 #define Z_PARAM_ZVAL_OR_NULL(dest) \ argument
2104 #define Z_PARAM_VARIADIC_EX(spec, dest, dest_num, post_varargs) do { \ argument
2121 #define Z_PARAM_VARIADIC(spec, dest, dest_num) \ argument
2124 #define Z_PARAM_VARIADIC_WITH_NAMED(dest, dest_num, dest_named) do { \ argument
2189 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()
2211 static zend_always_inline bool zend_parse_arg_bool(const zval *arg, bool *dest, bool *is_null, bool… in zend_parse_arg_bool()
2216 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()
2236 static zend_always_inline bool zend_parse_arg_long(zval *arg, zend_long *dest, bool *is_null, bool … in zend_parse_arg_long()
2241 static zend_always_inline bool zend_parse_arg_double(const zval *arg, double *dest, bool *is_null, … in zend_parse_arg_double()
2257 static zend_always_inline bool zend_parse_arg_number(zval *arg, zval **dest, bool check_null, uint3… in zend_parse_arg_number()
2269 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()
2281 static zend_always_inline bool zend_parse_arg_str_ex(zval *arg, zend_string **dest, bool check_null… in zend_parse_arg_str_ex()
2297 static zend_always_inline bool zend_parse_arg_str(zval *arg, zend_string **dest, bool check_null, u… in zend_parse_arg_str()
2302 static zend_always_inline bool zend_parse_arg_string(zval *arg, char **dest, size_t *dest_len, bool… in zend_parse_arg_string()
2319 static zend_always_inline bool zend_parse_arg_path_str(zval *arg, zend_string **dest, bool check_nu… in zend_parse_arg_path_str()
2328 static zend_always_inline bool zend_parse_arg_path(zval *arg, char **dest, size_t *dest_len, bool c… in zend_parse_arg_path()
2345 static zend_always_inline bool zend_parse_arg_iterable(zval *arg, zval **dest, bool check_null) in zend_parse_arg_iterable()
2360 static zend_always_inline bool zend_parse_arg_array(zval *arg, zval **dest, bool check_null, bool o… in zend_parse_arg_array()
2373 static zend_always_inline bool zend_parse_arg_array_ht(const zval *arg, HashTable **dest, bool chec… in zend_parse_arg_array_ht()
2419 static zend_always_inline bool zend_parse_arg_object(zval *arg, zval **dest, zend_class_entry *ce, … in zend_parse_arg_object()
2432 static zend_always_inline bool zend_parse_arg_obj(const zval *arg, zend_object **dest, zend_class_e… in zend_parse_arg_obj()
2468 static zend_always_inline bool zend_parse_arg_resource(zval *arg, zval **dest, bool check_null) in zend_parse_arg_resource()
2498 static zend_always_inline void zend_parse_arg_zval(zval *arg, zval **dest, bool check_null) in zend_parse_arg_zval()
2506 static zend_always_inline void zend_parse_arg_zval_deref(zval *arg, zval **dest, bool check_null) in zend_parse_arg_zval_deref()