Skip to content

Commit

Permalink
Merge branch 'rbro-patch-1' of https://github.com/rbro/v8js into php8
Browse files Browse the repository at this point in the history
  • Loading branch information
stesie committed Feb 3, 2023
2 parents 8aa6bc2 + 15ed494 commit 1175617
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 1175617

Please sign in to comment.