mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
e9f783fcdd
For rationale, see #6787 Extensions migrated in part 3: * ftp * gmp * iconv * opcache * shmop
13 lines
172 B
PHP
13 lines
172 B
PHP
--TEST--
|
|
Leading zero in opcache.jit option
|
|
--INI--
|
|
opcache.enable=1
|
|
opcache.enable_cli=1
|
|
opcache.jit=0205
|
|
--EXTENSIONS--
|
|
opcache
|
|
--FILE--
|
|
===DONE===
|
|
--EXPECT--
|
|
===DONE===
|