1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Add missing --EXTENSIONS-- section from frameless function inference test

This commit is contained in:
Máté Kocsis
2024-02-13 22:54:21 +01:00
parent e957e25c1c
commit 844c1ac962

View File

@@ -5,6 +5,8 @@ opcache.enable=1
opcache.enable_cli=1
opcache.optimization_level=-1
opcache.opt_debug_level=0x20000
--EXTENSIONS--
opcache
--FILE--
<?php
function _strpos(string $str): int|false {