Skip to content

Commit e88c29b

Browse files
committed
[PHP 8.3 support](#133) : [Path to Saner Increment/Decrement operators](php/php-src#10358)
1 parent 403dc4c commit e88c29b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

data/reference/extension/standard/83/functions.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,15 @@
33
"name": "json_validate",
44
"ext_min": "8.3.0alpha1",
55
"php_min": "8.3.0alpha1"
6+
},
7+
{
8+
"name": "str_increment",
9+
"ext_min": "8.3.0beta1",
10+
"php_min": "8.3.0beta1"
11+
},
12+
{
13+
"name": "str_decrement",
14+
"ext_min": "8.3.0beta1",
15+
"php_min": "8.3.0beta1"
616
}
717
]

0 commit comments

Comments
 (0)