4c28f9cf9c
- Add more types - Improvement for assoziative arrays and key-value arrays - Add a lot more tests
7 lines
83 B
PHP
7 lines
83 B
PHP
<?php
|
|
|
|
return [
|
|
'object' => [
|
|
'objects_not_supported' => new stdClass(),
|
|
],
|
|
];
|