]> granicus.if.org Git - php/commitdiff
- Changed macro once again
authorMarcus Boerger <helly@php.net>
Tue, 19 Dec 2006 22:27:15 +0000 (22:27 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 19 Dec 2006 22:27:15 +0000 (22:27 +0000)
Zend/zend_interfaces.c

index efabfae49630759ec744596dcac391c701fc50f3..f93b2aa3cd2031af66106d5a7875c3d8e899f5e5 100755 (executable)
@@ -57,7 +57,7 @@ ZEND_API zval* zend_u_call_method(zval **object_pp, zend_class_entry *obj_ce, ze
        if (!fn_proxy && !obj_ce) {
                /* no interest in caching and no information already present that is
                 * needed later inside zend_call_function. */
-               ZVAL_ZSTRL(&z_fname, function_name, function_name_type, function_name_len, 1);
+               ZVAL_ZSTRL(&z_fname, function_name_type, function_name, function_name_len, 1);
                fci.function_table = !object_pp ? EG(function_table) : NULL;
                result = zend_call_function(&fci, NULL TSRMLS_CC);
                zval_dtor(&z_fname);