Searched refs:zsource (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/ext/intl/converter/
H A Dconverter.c216 zval *zreason, *zsource, *zcodeunits, *zerror, *retval = NULL; local
226 MAKE_STD_ZVAL(zsource);
227 ZVAL_STRINGL(zsource, args->source, args->sourceLimit - args->source, 1);
228 zargs[1] = &zsource;
255 zval_ptr_dtor(&zsource);
306 zval *zreason, *zsource, *zcodepoint, *zerror, *retval = NULL; local
317 MAKE_STD_ZVAL(zsource);
318 array_init(zsource);
323 add_next_index_long(zsource, c);
325 zargs[1] = &zsource;
[all...]

Completed in 3 milliseconds