<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>boscono</author_name>
  <author_url>https://blog.hatena.ne.jp/boscono/</author_url>
  <blog_title>てきとうなメモ</blog_title>
  <blog_url>https://boscono.hatenablog.com/</blog_url>
  <categories>
    <anon>PHP</anon>
  </categories>
  <description>PHPとかいう糞言語｜いんまのブログ から、 配列とリファレンスの奇妙な動作【PHP】 - Programming Magic 問題：以下のコードを実行した結果はどうなるでしょう？このプログラムの実行結果は？ &lt;?php $array[0] = 1; $array[1] = 2; $array[2] = 3; $ref = &amp;$array[1]; //参照渡し $copy = $array; //値渡し $copy[0] = 'a'; $copy[1] = 'b'; $copy[2] = 'c'; print_r($array); //←この出力は？ ?&gt; 正解は以下のようになる。 Array…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboscono.hatenablog.com%2Fentry%2F20130310%2Fp1&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>2013-03-10 00:00:00</published>
  <title> 配列の参照</title>
  <type>rich</type>
  <url>https://boscono.hatenablog.com/entry/20130310/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
