Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Mar 10, 2021
1 parent 320bae0 commit 7109996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/php_pq_misc.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ extern int php_pq_compare_index(Bucket *lptr, Bucket *rptr);

extern int php_pq_compare_index(const void *lptr, const void *rptr);

# define zend_ze_countable spl_ce_Countable
# define zend_ce_countable spl_ce_Countable

# define php_pq_call_method(objval_ptr, method_name, num_args, ...) \
zend_call_method_with_ ## num_args ## _params( \
Expand Down

0 comments on commit 7109996

Please sign in to comment.