IntlTestHelper::requireFullIntl()

static requireFullIntl(PHPUnit_Framework_TestCase $testCase) Should be called before tests that require a feature-complete intl implementation. Parameters PHPUnit_Framework_TestCase $testCase

UploadedFile::getClientSize()

int|null getClientSize() Returns the file size. It is extracted from the request from which the file has been uploaded. Then it should not be considered as a safe value. Return Value int|null The file size

ApcCache deprecated::write()

write(ClassMetadata $metadata) Stores a class metadata in the cache. Parameters ClassMetadata $metadata A Class Metadata

ResourceNotFoundException

class ResourceNotFoundException extends RuntimeException implements ExceptionInterface The resource was not found. This exception should trigger an HTTP 404 response in your application code.

TwigExtension::getXsdValidationBasePath()

string getXsdValidationBasePath() Returns the base path for the XSD files. Return Value string The XSD base path

ErrorHandler

class ErrorHandler A generic ErrorHandler for the PHP engine. Provides five bit fields that control how errors are handled: - thrownErrors: errors thrown as \ErrorException - loggedErrors: logged errors, when not @-silenced - scopedErrors: errors thrown or logged with their local context - tracedErrors: errors logged with their stack trace, only once for repeated errors - screamedErrors: never @-silenced errors Each error level can be logged by a dedicated PSR-3 logger object. Screaming only

FilePathsIterator deprecated::getSubPathname()

string getSubPathname() Return Value string

TokenInterface::getUser()

mixed getUser() Returns a user representation. Return Value mixed Can be a UserInterface instance, an object implementing a __toString method, or the username as a regular string See also AbstractToken::setUser()

WriteCheckSessionHandler::close()

close() {@inheritdoc}

DbalLogger::startQuery()

startQuery($sql, array $params = null, array $types = null) {@inheritdoc} Parameters $sql array $params array $types