Skip to content

Commit

Permalink
Fix PHPC_OBJ_STD_GET_PROPERTIES
Browse files Browse the repository at this point in the history
  • Loading branch information
bukka committed Mar 14, 2021
1 parent 524a7a4 commit bc34496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpc.h
Expand Up @@ -150,7 +150,7 @@
#endif

#define PHPC_OBJ_STD_GET_PROPERTIES(_obj) \
zend_std_get_properties(PHPC_OBJ_TO_POBJ(_obj) TSRMLS_CC)
zend_std_get_properties((_obj) TSRMLS_CC)


#if PHP_MAJOR_VERSION == 5
Expand Down

0 comments on commit bc34496

Please sign in to comment.