zend_call_method_with_2_params  185 Zend/zend_object_handlers.c 	zend_call_method_with_2_params(&object, ce, &ce->__set, ZEND_SET_FUNC_NAME, &retval, member, value);
zend_call_method_with_2_params  678 Zend/zend_object_handlers.c 		zend_call_method_with_2_params(&object, ce, NULL, "offsetset", NULL, offset, value);
zend_call_method_with_2_params  896 Zend/zend_object_handlers.c 	zend_call_method_with_2_params(&this_ptr, ce, &ce->__call, ZEND_CALL_FUNC_NAME, &method_result_ptr, method_name_ptr, method_args_ptr);
zend_call_method_with_2_params 1113 Zend/zend_object_handlers.c 	zend_call_method_with_2_params(NULL, ce, &ce->__callstatic, ZEND_CALLSTATIC_FUNC_NAME, &method_result_ptr, method_name_ptr, method_args_ptr);
zend_call_method_with_2_params 1281 ext/intl/calendar/calendar_methods.cpp 	zend_call_method_with_2_params(&return_value, NULL, NULL, "__construct",
zend_call_method_with_2_params 1254 ext/phar/phar_object.c 	zend_call_method_with_2_params(&zobj, Z_OBJCE_P(zobj), 
zend_call_method_with_2_params 1775 ext/phar/phar_object.c 	zend_call_method_with_2_params(&iter, spl_ce_RecursiveDirectoryIterator, 
zend_call_method_with_2_params 1817 ext/phar/phar_object.c 		zend_call_method_with_2_params(&regexiter, spl_ce_RegexIterator, 
zend_call_method_with_2_params  443 ext/spl/spl_array.c 		zend_call_method_with_2_params(&object, Z_OBJCE_P(object), &intern->fptr_offset_set, "offsetSet", NULL, offset, value);
zend_call_method_with_2_params  522 ext/spl/spl_directory.c 			zend_call_method_with_2_params(&return_value, ce, &ce->constructor, "__construct", NULL, arg1, arg2);
zend_call_method_with_2_params  447 ext/spl/spl_fixedarray.c 		zend_call_method_with_2_params(&object, intern->std.ce, &intern->fptr_offset_set, "offsetSet", NULL, offset, value);
zend_call_method_with_2_params  105 ext/spl/spl_heap.c 		zend_call_method_with_2_params(&object, heap_object->std.ce, &heap_object->fptr_cmp, "compare", &result_p, a, b);