Lines Matching refs:formatObject

2 IntlDateFormatter::formatObject(): error conditions
11 var_dump(IntlDateFormatter::formatObject(new stdclass));
14 var_dump(IntlDateFormatter::formatObject(new A));
17 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, ""));
32 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: the passed object must be an ins…
35 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad IntlCalendar instance: not i…
38 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: error calling ::getTimeStamp() o…
41 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: the date/time format type is inv…
44 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; if array, it must ha…
47 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; if array, it must ha…
50 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; the date format (fir…
53 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: bad format; the time format (sec…
56 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: the format is empty in %s on lin…