zend_call_method_with_2_params  223 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  750 Zend/zend_object_handlers.c 		zend_call_method_with_2_params(object, ce, NULL, "offsetset", NULL, offset, value);
zend_call_method_with_2_params 1233 ext/phar/phar_object.c 	zend_call_method_with_2_params(zobj, Z_OBJCE_P(zobj),
zend_call_method_with_2_params 1755 ext/phar/phar_object.c 	zend_call_method_with_2_params(&iter, spl_ce_RecursiveDirectoryIterator,
zend_call_method_with_2_params 1794 ext/phar/phar_object.c 		zend_call_method_with_2_params(&regexiter, spl_ce_RegexIterator,
zend_call_method_with_2_params  444 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  514 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  425 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  109 ext/spl/spl_heap.c 	zend_call_method_with_2_params(object, heap_object->std.ce, &heap_object->fptr_cmp, "compare", &zresult, a, b);