<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ukonlly</author_name>
  <author_url>https://blog.hatena.ne.jp/ukonlly/</author_url>
  <blog_title>開発めも２</blog_title>
  <blog_url>https://ukonlly.hatenablog.jp/</blog_url>
  <categories>
    <anon>PHP</anon>
  </categories>
  <description>やりたいこと $s-&gt;{&quot;aaa&quot;} = 1; こういう感じの連想配列。 $s = array(); $s-&gt;{&quot;aaa&quot;} = 1; print_r($s); print_r(json_encode($s)); だとできなかった。 PHP Warning: Attempt to assign property of non-object in みたいなエラーがでる。 $s = array(); のかわりに、 $s = (object)array(); だとうまくいった。へんなの。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fukonlly.hatenablog.jp%2Fentry%2F20140412%2F1397314706&quot; title=&quot; リファレンス的表現を使うための変数の初期化 - 開発めも２&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-04-12 23:58:26</published>
  <title> リファレンス的表現を使うための変数の初期化</title>
  <type>rich</type>
  <url>https://ukonlly.hatenablog.jp/entry/20140412/1397314706</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
