Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A DZendAccelerator.c826 zend_file_handle ps_handle; in do_validate_timestamps() local
870 ps_handle.type = ZEND_HANDLE_FILENAME; in do_validate_timestamps()
871 ps_handle.filename = persistent_script->full_path; in do_validate_timestamps()
872 ps_handle.opened_path = persistent_script->full_path; in do_validate_timestamps()
874 if (zend_get_file_handle_timestamp(&ps_handle, NULL TSRMLS_CC) == persistent_script->timestamp) { in do_validate_timestamps()

Completed in 14 milliseconds