Lines Matching refs:IntlDateFormatter

2 IntlDateFormatter::formatObject(): error conditions
13 var_dump(IntlDateFormatter::formatObject(new stdclass));
16 var_dump(IntlDateFormatter::formatObject(new A));
19 var_dump(IntlDateFormatter::formatObject(new B));
25 var_dump(IntlDateFormatter::formatObject($cal, -2));
26 var_dump(IntlDateFormatter::formatObject($cal, array()));
27 var_dump(IntlDateFormatter::formatObject($cal, array(1,2,3)));
28 var_dump(IntlDateFormatter::formatObject($cal, array(array(), 1)));
29 var_dump(IntlDateFormatter::formatObject($cal, array(1, -2)));
30 var_dump(IntlDateFormatter::formatObject($cal, ""));
34 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: the passed object must be an ins…
37 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad IntlCalendar instance: not i…
40 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: error calling ::getTimeStamp() o…
43 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: the date/time format type is inv…
46 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; if array, it must ha…
49 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; if array, it must ha…
52 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; the date format (fir…
55 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; the time format (sec…
58 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: the format is empty in %s on lin…