Esempio n. 1
0
 public function cannot_cast_maps_to_primitives($name)
 {
     Primitive::forName($name)->cast(['one' => 'two']);
 }
 public function nonPrimitive()
 {
     Primitive::forName('lang.Object');
 }