void *obj;
zval **handle;
int type;
-
+ TSRMLS_FETCH();
+
if (Z_TYPE_P(wrapper) != IS_OBJECT) {
php_error(E_ERROR, "Wrapper is not an object");
}
void *obj;
zval **handle;
int type;
-
+ TSRMLS_FETCH();
+
if (Z_TYPE_P(wrapper) != IS_OBJECT) {
php_error(E_ERROR, "Wrapper is not an object");
}
void *obj;
zval **handle;
int type;
+ TSRMLS_FETCH();
if (Z_TYPE_P(wrapper) != IS_OBJECT) {
php_error(E_ERROR, "Wrapper is not an object");