Home
last modified time | relevance | path

Searched refs:format (Results 1 – 3 of 3) sorted by relevance

/ext-ds/src/
H A Dcommon.c241 void ds_throw_exception(zend_class_entry *ce, const char *format, ...) in ds_throw_exception() argument
246 va_start(ap, format); in ds_throw_exception()
247 str = vstrpprintf(0, format, ap); in ds_throw_exception()
H A Dcommon.h257 void ds_throw_exception(zend_class_entry *ce, const char *format, ...);
/ext-ds/
H A Dsandbox.php6 $sequence = $vector->map(function (DateTime $_dateTime) { return $_dateTime->format(DateTime::ISO86…

Completed in 7 milliseconds