1--TEST--
2Exit in argument list
3--INI--
4opcache.enable=1
5opcache.enable_cli=1
6opcache.file_update_protection=0
7--FILE--
8<?php
9var_dump(exit);
10?>
11--EXPECT--
12