Show
Ignore:
Timestamp:
01/05/2008 10:44:57 AM (11 months ago)
Author:
moo
Message:

PHP_6: fix method prototype

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/processor/processor.m4

    r508 r513  
    646646                 && zend_u_hash_find(&(processor->active_class_entry_dst->parent->function_table), 
    647647                        UG(unicode) ? IS_UNICODE : IS_STRING, 
    648                         src->function_name, xc_zstrlen(UG(unicode), src->function_name) + 1, 
     648                        src->function_name, xc_zstrlen(UG(unicode) ? IS_UNICODE : IS_STRING, src->function_name) + 1, 
    649649                        (void **) &parent) == SUCCESS) { 
    650650                    /* see do_inherit_method_check() */