Home
last modified time | relevance | path

Searched refs:zcodepoint (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/intl/converter/
H A Dconverter.c316 zval *zreason, *zsource, *zcodepoint, *zerror, *retval = NULL; in php_converter_from_u_callback() local
337 MAKE_STD_ZVAL(zcodepoint); in php_converter_from_u_callback()
338 ZVAL_LONG(zcodepoint, codePoint); in php_converter_from_u_callback()
339 zargs[2] = &zcodepoint; in php_converter_from_u_callback()
363 zval_ptr_dtor(&zcodepoint); in php_converter_from_u_callback()

Completed in 20 milliseconds