Home
last modified time | relevance | path

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

/PHP-5.4/ext/intl/dateformat/
H A Ddateformat_format.c128 UDate p_timestamp =0; in PHP_FUNCTION() local
146 p_timestamp = Z_LVAL_P(zarg) ; in PHP_FUNCTION()
147 timestamp = p_timestamp * 1000; in PHP_FUNCTION()
151 p_timestamp = Z_DVAL_P(zarg) ; in PHP_FUNCTION()
152 timestamp = p_timestamp * 1000; in PHP_FUNCTION()
179 p_timestamp = Z_LVAL(retval); in PHP_FUNCTION()
180 timestamp = p_timestamp*1000; in PHP_FUNCTION()

Completed in 4 milliseconds