From 043aa7b52421a8d774049e4d22036cee56e6baac Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sat, 5 Dec 2020 14:45:17 +0000 Subject: [PATCH] The \v escape sequence is supported as of PHP 5.2.5 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351905 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/ltrim.xml | 4 ++-- reference/strings/functions/rtrim.xml | 4 ++-- reference/strings/functions/trim.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/strings/functions/ltrim.xml b/reference/strings/functions/ltrim.xml index fc848976e6..6a3f35dbbf 100644 --- a/reference/strings/functions/ltrim.xml +++ b/reference/strings/functions/ltrim.xml @@ -85,8 +85,8 @@ - - "\x0B" (ASCII 11 + + "\v" (ASCII 11 (0x0B)), a vertical tab. diff --git a/reference/strings/functions/rtrim.xml b/reference/strings/functions/rtrim.xml index 896d1ae03b..380c521304 100644 --- a/reference/strings/functions/rtrim.xml +++ b/reference/strings/functions/rtrim.xml @@ -53,8 +53,8 @@ - - "\x0B" (ASCII 11 + + "\v" (ASCII 11 (0x0B)), a vertical tab. diff --git a/reference/strings/functions/trim.xml b/reference/strings/functions/trim.xml index 0dd9e66915..8833a50aca 100644 --- a/reference/strings/functions/trim.xml +++ b/reference/strings/functions/trim.xml @@ -52,8 +52,8 @@ - - "\x0B" (ASCII 11 + + "\v" (ASCII 11 (0x0B)), a vertical tab.