Lines Matching refs:IntlDateFormatter

2 IntlDateFormatter::formatObject(): error conditions
13 var_dump(IntlDateFormatter::formatObject());
14 var_dump(IntlDateFormatter::formatObject(1));
15 var_dump(IntlDateFormatter::formatObject(new stdclass));
18 var_dump(IntlDateFormatter::formatObject(new A));
20 var_dump(IntlDateFormatter::formatObject(new B));
23 var_dump(IntlDateFormatter::formatObject($cal, -2));
24 var_dump(IntlDateFormatter::formatObject($cal, array()));
25 var_dump(IntlDateFormatter::formatObject($cal, array(1,2,3)));
26 var_dump(IntlDateFormatter::formatObject($cal, array(array(), 1)));
27 var_dump(IntlDateFormatter::formatObject($cal, array(1, -2)));
28 var_dump(IntlDateFormatter::formatObject($cal, ""));
29 var_dump(IntlDateFormatter::formatObject($cal, "YYYY", array()));
34 Warning: IntlDateFormatter::formatObject() expects at least 1 parameter, 0 given in %s on line %d
37 Warning: IntlDateFormatter::formatObject() expects parameter 1 to be object, integer given in %s on…
40 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: the passed object must be an ins…
43 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad IntlCalendar instance: not i…
48 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: error calling ::getTimeStamp() o…
51 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: the date/time format type is inv…
54 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; if array, it must ha…
57 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; if array, it must ha…
60 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; the date format (fir…
63 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; the time format (sec…
66 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: the format is empty in %s on lin…
69 Warning: IntlDateFormatter::formatObject() expects parameter 3 to be string, array given in %s on l…