summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/bug78106_test1.php
blob: 85216d4b92b3deae27ddd62f46f562bf1fce8d69 (plain)
1
2
3
4
5
6
<?php

ini_set('opcache.enable', 0);
require_once 'bug78106_include.inc';

echo "done\n";