freescout-calendar-module/vendor/dallgoot/yaml/tests/cases/dumping/unicodeString.php
2024-09-10 16:29:40 +02:00

6 lines
No EOL
64 B
PHP

<?php
$yaml = new \stdClass;
$yaml->str = "";
return $yaml;