zarg              271 ext/com_dotnet/com_wrapper.c 				zval *zarg;
zarg              277 ext/com_dotnet/com_wrapper.c 				ALLOC_INIT_ZVAL(zarg);
zarg              278 ext/com_dotnet/com_wrapper.c 				php_com_wrap_variant(zarg, arg, COMG(code_page) TSRMLS_CC);
zarg              280 ext/com_dotnet/com_wrapper.c 				*params[i] = zarg;
zarg              157 ext/intl/dateformat/dateformat_format.c 	zval		*zarg		= NULL;
zarg              163 ext/intl/dateformat/dateformat_format.c 			&object, IntlDateFormatter_ce_ptr, &zarg) == FAILURE) {
zarg              171 ext/intl/dateformat/dateformat_format.c 	if (Z_TYPE_P(zarg) == IS_ARRAY) {
zarg              172 ext/intl/dateformat/dateformat_format.c 		hash_arr = Z_ARRVAL_P(zarg);
zarg              180 ext/intl/dateformat/dateformat_format.c 		timestamp = intl_zval_to_millis(zarg, INTL_DATA_ERROR_P(dfo),