Searched refs:format (Results 1 – 3 of 3) sorted by relevance
241 void ds_throw_exception(zend_class_entry *ce, const char *format, ...) in ds_throw_exception() argument246 va_start(ap, format); in ds_throw_exception()247 str = vstrpprintf(0, format, ap); in ds_throw_exception()
257 void ds_throw_exception(zend_class_entry *ce, const char *format, ...);
6 $sequence = $vector->map(function (DateTime $_dateTime) { return $_dateTime->format(DateTime::ISO86…
Completed in 10 milliseconds