<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kojirooooocks</author_name>
  <author_url>https://blog.hatena.ne.jp/kojirooooocks/</author_url>
  <blog_title>もがき系プログラマの日常</blog_title>
  <blog_url>https://kojirooooocks.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>はじめに PHP 8.5 が 2024年11月20日にリリースされてました。 個人的な目玉機能の パイプ演算子（|&gt;） を気になってたので、今回遅ればせながら試してみました。 環境 Docker の公式イメージを使います。 docker run --rm -it php:8.5-cli php -v # PHP 8.5.0 (cli) ... パイプ演算子とは パイプ演算子 |&gt; は、左辺の値を右辺の callable の第一引数に渡す演算子です。 $result = 'hello' |&gt; strtoupper(...); // ↑ strtoupper('hello') と同じ これを連鎖さ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkojirooooocks.hatenablog.com%2Fentry%2F2026%2F01%2F11%2F211710&quot; title=&quot;PHP 8.5 のパイプ演算子を試してみた - もがき系プログラマの日常&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>2026-01-11 21:17:10</published>
  <title>PHP 8.5 のパイプ演算子を試してみた</title>
  <type>rich</type>
  <url>https://kojirooooocks.hatenablog.com/entry/2026/01/11/211710</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
