mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-08 13:48:40 +00:00
php 8.2 compatibility
This commit is contained in:
parent
461230be27
commit
15ed4943ad
@ -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;
|
zend_internal_function *invoke;
|
||||||
v8js_v8object *obj = Z_V8JS_V8OBJECT_OBJ(object);
|
v8js_v8object *obj = Z_V8JS_V8OBJECT_OBJ(object);
|
||||||
|
Loading…
Reference in New Issue
Block a user