From 09b8483ed67d3b85e983ef86c34260081975e1cb Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 2 May 2025 06:47:07 +0900 Subject: fix(blog/nuldoc): remove unnecessary "language" attribute --- .../public/posts/2025-01-08/phperkaigi-2023-tokens-q1/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vhosts/blog/public/posts/2025-01-08/phperkaigi-2023-tokens-q1/index.html') diff --git a/vhosts/blog/public/posts/2025-01-08/phperkaigi-2023-tokens-q1/index.html b/vhosts/blog/public/posts/2025-01-08/phperkaigi-2023-tokens-q1/index.html index a4da14ea..7835ad25 100644 --- a/vhosts/blog/public/posts/2025-01-08/phperkaigi-2023-tokens-q1/index.html +++ b/vhosts/blog/public/posts/2025-01-08/phperkaigi-2023-tokens-q1/index.html @@ -257,7 +257,7 @@

画像の正体がわかったところで、画像に隠されていた PHP プログラムについて見ていこう。 先ほどは一部しか記載しなかったので、全体を載せる。 なお、ある程度ゴルフしながら書いたので、空白こそ残しているものの可読性は非常に低いことと思う。

-
+
<?php
 error_reporting(-1);
 $b = unpack('C*', file_get_contents(__FILE__));
@@ -366,7 +366,7 @@
               

プログラムの冒頭にあるこの箇所

-
+
$b = unpack('C*', file_get_contents(__FILE__));

@@ -426,7 +426,7 @@

ところで、先ほど掲載した Piet のインタプリタのソースコード末尾には次のような箇所がある。

-
+
// The original Piet image is wrong: it outputs 403 error for invalid passwords.
 // Failure of authentication should be notified by 401, not 403.
 // I noticed that one month before PHPerKaigi, but I could not read or write (paint)
-- 
cgit v1.2.3-70-g09d2