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()
1663 #define Z_PARAM_GET_PREV_ZVAL(dest) \ argument
1671 #define Z_PARAM_ARRAY_EX2(dest, check_null, deref, separate) \ argument
1679 #define Z_PARAM_ARRAY_EX(dest, check_null, separate) \ argument
1682 #define Z_PARAM_ARRAY(dest) \ argument
1685 #define Z_PARAM_ARRAY_OR_NULL(dest) \ argument
1689 #define Z_PARAM_ARRAY_OR_OBJECT_EX2(dest, check_null, deref, separate) \ argument
1697 #define Z_PARAM_ARRAY_OR_OBJECT_EX(dest, check_null, separate) \ argument
1700 #define Z_PARAM_ARRAY_OR_OBJECT(dest) \ argument
1703 #define Z_PARAM_ITERABLE_EX(dest, check_null) \ argument
1711 #define Z_PARAM_ITERABLE(dest) \ argument
1714 #define Z_PARAM_ITERABLE_OR_NULL(dest) \ argument
1718 #define Z_PARAM_BOOL_EX(dest, is_null, check_null, deref) \ argument
1726 #define Z_PARAM_BOOL(dest) \ argument
1729 #define Z_PARAM_BOOL_OR_NULL(dest, is_null) \ argument
1733 #define Z_PARAM_CLASS_EX(dest, check_null, deref) \ argument
1740 #define Z_PARAM_CLASS(dest) \ argument
1743 #define Z_PARAM_CLASS_OR_NULL(dest) \ argument
1746 #define Z_PARAM_OBJ_OR_CLASS_NAME_EX(dest, allow_null) \ argument
1754 #define Z_PARAM_OBJ_OR_CLASS_NAME(dest) \ argument
1757 #define Z_PARAM_OBJ_OR_CLASS_NAME_OR_NULL(dest) \ argument
1795 #define Z_PARAM_DOUBLE_EX(dest, is_null, check_null, deref) \ argument
1803 #define Z_PARAM_DOUBLE(dest) \ argument
1806 #define Z_PARAM_DOUBLE_OR_NULL(dest, is_null) \ argument
1841 #define Z_PARAM_ARRAY_HT_EX2(dest, check_null, deref, separate) \ argument
1849 #define Z_PARAM_ARRAY_HT_EX(dest, check_null, separate) \ argument
1852 #define Z_PARAM_ARRAY_HT(dest) \ argument
1855 #define Z_PARAM_ARRAY_HT_OR_NULL(dest) \ argument
1873 #define Z_PARAM_ARRAY_OR_OBJECT_HT_EX2(dest, check_null, deref, separate) \ argument
1881 #define Z_PARAM_ARRAY_OR_OBJECT_HT_EX(dest, check_null, separate) \ argument
1884 #define Z_PARAM_ARRAY_OR_OBJECT_HT(dest) \ argument
1888 #define Z_PARAM_LONG_EX(dest, is_null, check_null, deref) \ argument
1896 #define Z_PARAM_LONG(dest) \ argument
1899 #define Z_PARAM_LONG_OR_NULL(dest, is_null) \ argument
1903 #define Z_PARAM_NUMBER_EX(dest, check_null) \ argument
1911 #define Z_PARAM_NUMBER_OR_NULL(dest) \ argument
1914 #define Z_PARAM_NUMBER(dest) \ argument
1917 #define Z_PARAM_NUMBER_OR_STR_EX(dest, check_null) \ argument
1925 #define Z_PARAM_NUMBER_OR_STR(dest) \ argument
1928 #define Z_PARAM_NUMBER_OR_STR_OR_NULL(dest) \ argument
1932 #define Z_PARAM_OBJECT_EX(dest, check_null, deref) \ argument
1940 #define Z_PARAM_OBJECT(dest) \ argument
1943 #define Z_PARAM_OBJECT_OR_NULL(dest) \ argument
1947 #define Z_PARAM_OBJ_EX(dest, check_null, deref) \ argument
1955 #define Z_PARAM_OBJ(dest) \ argument
1958 #define Z_PARAM_OBJ_OR_NULL(dest) \ argument
1962 #define Z_PARAM_OBJECT_OF_CLASS_EX(dest, _ce, check_null, deref) \ argument
1976 #define Z_PARAM_OBJECT_OF_CLASS(dest, _ce) \ argument
1979 #define Z_PARAM_OBJECT_OF_CLASS_OR_NULL(dest, _ce) \ argument
1983 #define Z_PARAM_OBJ_OF_CLASS_EX(dest, _ce, check_null, deref) \ argument
1997 #define Z_PARAM_OBJ_OF_CLASS(dest, _ce) \ argument
2000 #define Z_PARAM_OBJ_OF_CLASS_OR_NULL(dest, _ce) \ argument
2018 #define Z_PARAM_PATH_EX(dest, dest_len, check_null, deref) \ argument
2026 #define Z_PARAM_PATH(dest, dest_len) \ argument
2029 #define Z_PARAM_PATH_OR_NULL(dest, dest_len) \ argument
2033 #define Z_PARAM_PATH_STR_EX(dest, check_null, deref) \ argument
2041 #define Z_PARAM_PATH_STR(dest) \ argument
2044 #define Z_PARAM_PATH_STR_OR_NULL(dest) \ argument
2048 #define Z_PARAM_RESOURCE_EX(dest, check_null, deref) \ argument
2056 #define Z_PARAM_RESOURCE(dest) \ argument
2059 #define Z_PARAM_RESOURCE_OR_NULL(dest) \ argument
2063 #define Z_PARAM_STRING_EX(dest, dest_len, check_null, deref) \ argument
2071 #define Z_PARAM_STRING(dest, dest_len) \ argument
2074 #define Z_PARAM_STRING_OR_NULL(dest, dest_len) \ argument
2078 #define Z_PARAM_STR_EX(dest, check_null, deref) \ argument
2086 #define Z_PARAM_STR(dest) \ argument
2089 #define Z_PARAM_STR_OR_NULL(dest) \ argument
2093 #define Z_PARAM_ZVAL_EX2(dest, check_null, deref, separate) \ argument
2097 #define Z_PARAM_ZVAL_EX(dest, check_null, separate) \ argument
2100 #define Z_PARAM_ZVAL(dest) \ argument
2103 #define Z_PARAM_ZVAL_OR_NULL(dest) \ argument
2107 #define Z_PARAM_VARIADIC_EX(spec, dest, dest_num, post_varargs) do { \ argument
2124 #define Z_PARAM_VARIADIC(spec, dest, dest_num) \ argument
2127 #define Z_PARAM_VARIADIC_WITH_NAMED(dest, dest_num, dest_named) do { \ argument
2192 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()
2214 static zend_always_inline bool zend_parse_arg_bool(const zval *arg, bool *dest, bool *is_null, bool… in zend_parse_arg_bool()
2219 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()
2239 static zend_always_inline bool zend_parse_arg_long(zval *arg, zend_long *dest, bool *is_null, bool … in zend_parse_arg_long()
2244 static zend_always_inline bool zend_parse_arg_double(const zval *arg, double *dest, bool *is_null, … in zend_parse_arg_double()
2260 static zend_always_inline bool zend_parse_arg_number(zval *arg, zval **dest, bool check_null, uint3… in zend_parse_arg_number()
2272 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()
2284 static zend_always_inline bool zend_parse_arg_str_ex(zval *arg, zend_string **dest, bool check_null… in zend_parse_arg_str_ex()
2300 static zend_always_inline bool zend_parse_arg_str(zval *arg, zend_string **dest, bool check_null, u… in zend_parse_arg_str()
2305 static zend_always_inline bool zend_parse_arg_string(zval *arg, char **dest, size_t *dest_len, bool… in zend_parse_arg_string()
2322 static zend_always_inline bool zend_parse_arg_path_str(zval *arg, zend_string **dest, bool check_nu… in zend_parse_arg_path_str()
2331 static zend_always_inline bool zend_parse_arg_path(zval *arg, char **dest, size_t *dest_len, bool c… in zend_parse_arg_path()
2348 static zend_always_inline bool zend_parse_arg_iterable(zval *arg, zval **dest, bool check_null) in zend_parse_arg_iterable()
2363 static zend_always_inline bool zend_parse_arg_array(zval *arg, zval **dest, bool check_null, bool o… in zend_parse_arg_array()
2376 static zend_always_inline bool zend_parse_arg_array_ht(const zval *arg, HashTable **dest, bool chec… in zend_parse_arg_array_ht()
2422 static zend_always_inline bool zend_parse_arg_object(zval *arg, zval **dest, zend_class_entry *ce, … in zend_parse_arg_object()
2435 static zend_always_inline bool zend_parse_arg_obj(const zval *arg, zend_object **dest, zend_class_e… in zend_parse_arg_obj()
2471 static zend_always_inline bool zend_parse_arg_resource(zval *arg, zval **dest, bool check_null) in zend_parse_arg_resource()
2501 static zend_always_inline void zend_parse_arg_zval(zval *arg, zval **dest, bool check_null) in zend_parse_arg_zval()
2509 static zend_always_inline void zend_parse_arg_zval_deref(zval *arg, zval **dest, bool check_null) in zend_parse_arg_zval_deref()