20
Sep
stored in: DailyStuff and tagged:
Abgeguckt bei Doctrine und phpunit:
$object = unserialize(
sprintf('O:%d:"%s":0:{}',
strlen($className),
$className
)
);Abgeguckt bei Doctrine und phpunit:
$object = unserialize(
sprintf('O:%d:"%s":0:{}',
strlen($className),
$className
)
);