Home
last modified time | relevance | path

Searched defs:parse_pos (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_parse.c37 …lDateFormatter_object *dfo, char* text_to_parse, int32_t text_len, int32_t *parse_pos, zval *retur… in internal_parse_to_timestamp()
84 …lDateFormatter_object *dfo, char* text_to_parse, int32_t text_len, int32_t *parse_pos, zval *retur… in internal_parse_to_localtime()
133 int32_t parse_pos = -1; in PHP_FUNCTION() local
171 int32_t parse_pos = -1; in PHP_FUNCTION() local
/PHP-5.5/ext/intl/doc/
H A Ddatefmt_api.php106 public function parse($value, $parse_pos=0) {}
121 public function localtime($value, $parse_pos=0) {}
289 function datefmt_parse($fmt , $value, $parse_pos=0) {}
305 function datefmt_localtime($fmt , $value, $parse_pos=0) {}

Completed in 8 milliseconds