Home
last modified time | relevance | path

Searched refs:ps_handle (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/opcache/
H A DZendAccelerator.c855 zend_file_handle ps_handle; in do_validate_timestamps() local
899 ps_handle.type = ZEND_HANDLE_FILENAME; in do_validate_timestamps()
900 ps_handle.filename = persistent_script->full_path; in do_validate_timestamps()
901 ps_handle.opened_path = persistent_script->full_path; in do_validate_timestamps()
903 if (zend_get_file_handle_timestamp(&ps_handle, NULL TSRMLS_CC) == persistent_script->timestamp) { in do_validate_timestamps()

Completed in 13 milliseconds