File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 161
161
# define phongo_zpp_char_len size_t
162
162
# define ZEND_HASH_APPLY_COUNT (ht ) (ht)->u.v.nApplyCount
163
163
# define PHONGO_RETVAL_STRINGL (s , slen ) RETVAL_STRINGL(s, slen)
164
- # define PHONGO_RETURN_STRINGL (s , slen ) RETVAL_STRINGL (s, slen)
165
- # define PHONGO_RETURN_STRING (s ) RETVAL_STRING (s)
164
+ # define PHONGO_RETURN_STRINGL (s , slen ) RETURN_STRINGL (s, slen)
165
+ # define PHONGO_RETURN_STRING (s ) RETURN_STRING (s)
166
166
#else
167
167
# define phongo_char char
168
168
# define phongo_char_pdup (str ) pestrdup(filename, 1)
183
183
# define phongo_zpp_char_len int
184
184
# define ZEND_HASH_APPLY_COUNT (ht ) (ht)->nApplyCount
185
185
# define PHONGO_RETVAL_STRINGL (s , slen ) RETVAL_STRINGL(s, slen, 1)
186
- # define PHONGO_RETURN_STRINGL (s , slen ) RETVAL_STRINGL (s, slen, 1)
187
- # define PHONGO_RETURN_STRING (s ) RETVAL_STRING (s, 1)
186
+ # define PHONGO_RETURN_STRINGL (s , slen ) RETURN_STRINGL (s, slen, 1)
187
+ # define PHONGO_RETURN_STRING (s ) RETURN_STRING (s, 1)
188
188
#endif
189
189
190
190
You can’t perform that action at this time.
0 commit comments