4 lines
71 B
PHP
4 lines
71 B
PHP
|
|
<?php
|
||
|
|
printf("%s: %d\n", __FILE__, zend_test_opcache_preloading());
|
||
|
|
?>
|