19 lines
358 B
PHP
19 lines
358 B
PHP
--TEST--
|
|
JIT FETCH_DIM_FUNC_ARG: 002
|
|
--INI--
|
|
opcache.enable=1
|
|
opcache.enable_cli=1
|
|
opcache.file_update_protection=0
|
|
opcache.jit_buffer_size=1M
|
|
--SKIPIF--
|
|
<?php require_once('skipif.inc'); ?>
|
|
--FILE--
|
|
<?php
|
|
new class(true[""]) {
|
|
}
|
|
?>
|
|
DONE
|
|
--EXPECTF--
|
|
Warning: Trying to access array offset on value of type bool in %sfetch_dim_func_arg_002.php on line 2
|
|
DONE
|