1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00
Files
archived-php-src/ext/opcache/tests/jit/add_008.phpt
T

19 lines
289 B
PHP

--TEST--
JIT ADD: 008 Addition with reference IS_VAR
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
opcache.jit_buffer_size=1M
opcache.protect_memory=1
opcache.jit=tracing
--EXTENSIONS--
opcache
--FILE--
<?php
($a =& $b) + ($a = 1);
?>
DONE
--EXPECT--
DONE