From f5b17b6ee24a4cedd234ec0b2dbfd44b19097126 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+ndossche@users.noreply.github.com> Date: Sun, 2 Nov 2025 11:32:33 +0100 Subject: [PATCH] Improve performance of intval('+0b...', 2) and intval('0b...', 2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For this benchmark: ```php