Skip to content

Conversation

@vudaltsov
Copy link

You can create an object with an empty property in PHP O_o:

$object = new stdClass();
$object->{''} = 123;

var_dump($object);

new stdClass()->{''} = 123
@vudaltsov
Copy link
Author

Привет с PHP-линча! Отличная библиотека!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant