mirror of
https://github.com/php/php-src.git
synced 2026-04-11 01:53:36 +02:00
19
ext/opcache/tests/opt/inference_014.phpt
Normal file
19
ext/opcache/tests/opt/inference_014.phpt
Normal file
@@ -0,0 +1,19 @@
|
||||
--TEST--
|
||||
Type inference 014: ASSIGN_DIM_OP
|
||||
--INI--
|
||||
opcache.enable=1
|
||||
opcache.enable_cli=1
|
||||
opcache.optimization_level=-1
|
||||
--FILE--
|
||||
<?php
|
||||
function y() {
|
||||
for(;;){
|
||||
$x[y] &= y;
|
||||
$x = false;
|
||||
$x[""]=y;
|
||||
}
|
||||
}
|
||||
?>
|
||||
DONE
|
||||
--EXPECT--
|
||||
DONE
|
||||
Reference in New Issue
Block a user