File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -979,7 +979,7 @@ static void uri_free_obj_handler(zend_object *object)
979
979
zend_object_std_dtor (& uri_object -> std );
980
980
}
981
981
982
- zend_object * uri_clone_obj_handler (zend_object * object )
982
+ static zend_object * uri_clone_obj_handler (zend_object * object )
983
983
{
984
984
uri_object_t * uri_object = uri_object_from_obj (object );
985
985
uri_internal_t * internal_uri = uri_internal_from_obj (object );
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ extern zend_class_entry *uri_invalid_uri_exception_ce;
27
27
extern zend_class_entry * uri_whatwg_invalid_url_exception_ce ;
28
28
extern zend_class_entry * uri_whatwg_url_validation_error_type_ce ;
29
29
extern zend_class_entry * uri_whatwg_url_validation_error_ce ;
30
- extern zend_object * uri_clone_obj_handler (zend_object * object );
31
30
32
31
typedef enum {
33
32
URI_RECOMPOSITION_RAW_ASCII ,
You can’t perform that action at this time.
0 commit comments