diff options
author | foobar <sniper@php.net> | 2005-12-06 02:28:26 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-12-06 02:28:26 +0000 |
commit | a208d9a966905ab2f551acfc93f119b51efc94c7 (patch) | |
tree | d5781cdb101153c87b89e22ec876c291e3b970b2 /ext/soap/soap.c | |
parent | a05e8e335d077b8da349d40e8e9523eec554a89e (diff) | |
download | php-git-a208d9a966905ab2f551acfc93f119b51efc94c7.tar.gz |
- Nuke php3 legacy
Diffstat (limited to 'ext/soap/soap.c')
-rw-r--r-- | ext/soap/soap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/soap.c b/ext/soap/soap.c index 74cfec7483..e7dbacd21c 100644 --- a/ext/soap/soap.c +++ b/ext/soap/soap.c @@ -2834,7 +2834,7 @@ PHP_METHOD(SoapClient, __setLocation) #ifndef ZEND_ENGINE_2 static void soap_call_function_handler(INTERNAL_FUNCTION_PARAMETERS, zend_property_reference *property_reference) { - pval *object = property_reference->object; + zval *object = property_reference->object; zend_overloaded_element *function_name = (zend_overloaded_element *)property_reference->elements_list->tail->data; char *function = Z_STRVAL(function_name->element); zend_function *builtin_function; |