1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
Files
archived-php-src/ext/opcache/tests/jit/call_chain_exit.phpt
2024-01-15 09:39:13 +01:00

12 lines
155 B
PHP

--TEST--
Exit in argument list
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.file_update_protection=0
--FILE--
<?php
var_dump(exit);
?>
--EXPECT--