summaryrefslogtreecommitdiffstats
path: root/apcu-php83.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-11-12 08:26:06 +0100
committerRemi Collet <remi@php.net>2023-11-12 08:26:06 +0100
commit1ad78809d6b3b5e1b1574579ae2ed55a8820efa4 (patch)
treeea6da53cc2c16657a005b751930642c2c3ea5998 /apcu-php83.patch
parent9b1730775bbf2ad31c4b1b21ffc7dcc90a089bdf (diff)
update to 5.1.23HEADmaster
Diffstat (limited to 'apcu-php83.patch')
-rw-r--r--apcu-php83.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/apcu-php83.patch b/apcu-php83.patch
deleted file mode 100644
index b085b91..0000000
--- a/apcu-php83.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/tests/typed_prop.phpt b/tests/typed_prop.phpt
-index 80f0d3c..04e87c9 100644
---- a/tests/typed_prop.phpt
-+++ b/tests/typed_prop.phpt
-@@ -28,8 +28,8 @@ try {
- var_dump($test->array);
-
- ?>
----EXPECT--
-+--EXPECTF--
- bool(true)
--Cannot assign bool to reference held by property Test::$array of type array
-+Cannot assign %s to reference held by property Test::$array of type array
- array(0) {
- }