Skip to content

Commit

Permalink
php 8.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro authored Dec 17, 2022
1 parent 461230b commit 15ed494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v8js_v8object_class.cc
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ static zend_function *v8js_v8object_get_method(zend_object **object_ptr, zend_st
}
/* }}} */

static int v8js_v8object_get_closure(zend_object *object, zend_class_entry **ce_ptr, zend_function **fptr_ptr, zend_object **zobj_ptr, bool call) /* {{{ */
static zend_result v8js_v8object_get_closure(zend_object *object, zend_class_entry **ce_ptr, zend_function **fptr_ptr, zend_object **zobj_ptr, bool call) /* {{{ */
{
zend_internal_function *invoke;
v8js_v8object *obj = Z_V8JS_V8OBJECT_OBJ(object);
Expand Down

0 comments on commit 15ed494

Please sign in to comment.