/
proc
/
3430793
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
opcache
/
tests
/
jit
/
File Upload :
llllll
Current File: //proc/3430793/root/usr/local/lsws/phpbuild/php-8.0.7/ext/opcache/tests/jit/switch_jumptable.phpt
--TEST-- Switch jumptable generation --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 function test1(string $val) { switch ($val) { case 'str1': case 'str2': echo "correct\n"; return; } echo "wrong\n"; } function test2(int $val) { switch ($val) { case 1: case 2: case 3: case 4: case 5: echo "correct\n"; return; } echo "wrong\n"; } test1("str1"); test2(1); ?> --EXPECT-- correct correct
Copyright ©2k19 -
Hexid
|
Tex7ure