Searched refs:datefmt_localtime (Results 1 – 7 of 7) sorted by relevance
22 PHP_FUNCTION( datefmt_localtime );
166 PHP_FUNCTION(datefmt_localtime) in PHP_FUNCTION() argument
190 PHP_NAMED_FE( localtime, ZEND_FN( datefmt_localtime ), datefmt_parse_args )
305 function datefmt_localtime($fmt , $value, $parse_pos=0) {} function
12 * Test for the datefmt_localtime function
390 …return $GLOBALS['oo-mode'] ? $fmt->localtime( $value , $parse_pos ) : datefmt_localtime( $fmt , …
727 PHP_FE( datefmt_localtime , datefmt_parse_args )
Completed in 19 milliseconds