Searched refs:datefmt_format (Results 1 – 8 of 8) sorted by relevance
22 PHP_FUNCTION( datefmt_format );
125 PHP_FUNCTION(datefmt_format) in PHP_FUNCTION() argument
176 PHP_NAMED_FE( format, ZEND_FN( datefmt_format ), arginfo_intldateformatter_format )
9 * Test for the datefmt_format function400 Error while formatting as: 'datefmt_format: object must be an instance of DateTime: U_ILLEGAL_ARGUM…405 Error while formatting as: 'datefmt_format: object must be an instance of DateTime: U_ILLEGAL_ARGUM…410 Error while formatting as: 'datefmt_format: object must be an instance of DateTime: U_ILLEGAL_ARGUM…415 Error while formatting as: 'datefmt_format: object must be an instance of DateTime: U_ILLEGAL_ARGUM…420 Error while formatting as: 'datefmt_format: object must be an instance of DateTime: U_ILLEGAL_ARGUM…
9 * Test for the datefmt_format function
382 return $GLOBALS['oo-mode'] ? $fmt->format( $value ) : datefmt_format( $fmt , $value);
273 function datefmt_format($fmt , $value) {} function
495 PHP_FE( datefmt_format, arginfo_datefmt_format )
Completed in 20 milliseconds