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()));
36 Warning: IntlDateFormatter::formatObject() expects at least 1 parameter, 0 given in %s on line %d
39 Warning: IntlDateFormatter::formatObject() expects parameter 1 to be object, integer given in %s on…
42 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: the passed object must be an ins…
45 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad IntlCalendar instance: not i…
50 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: error calling ::getTimeStamp() o…
53 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: the date/time format type is inv…
56 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; if array, it must ha…
59 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; if array, it must ha…
62 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; the date format (fir…
65 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; the time format (sec…
68 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: the format is empty in %s on lin…
71 Warning: IntlDateFormatter::formatObject() expects parameter 3 to be string, array given in %s on l…