projects
/
awesomized
/
ext-ion
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
8ffcaac
)
fix bad method call
author
Michael Wallner
<mike@php.net>
Tue, 1 Mar 2022 10:18:16 +0000
(11:18 +0100)
committer
Michael Wallner
<mike@php.net>
Tue, 1 Mar 2022 10:18:16 +0000
(11:18 +0100)
ion.c
patch
|
blob
|
history
diff --git
a/ion.c
b/ion.c
index aefdeebf8cf7c472761e031074294aebad387e71..b357995a86f6aa604098b15653d48d098dcc393f 100644
(file)
--- a/
ion.c
+++ b/
ion.c
@@
-1743,7
+1743,7
@@
static ZEND_FUNCTION(ion_unserialize)
php_ion_unserializer *ser = zo_ser ? &php_ion_obj(unserializer_php, zo_ser)->unserializer : NULL;
php_ion_unserialize(ser, data, return_value);
} else {
- zend_call_method_with_1_params(zo_ser, NULL, NULL, "
__invok
e", return_value, data);
+ zend_call_method_with_1_params(zo_ser, NULL, NULL, "
unserializ
e", return_value, data);
}
}