Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A DZendAccelerator.c929 static int zend_get_stream_timestamp(const char *filename, zend_stat_t *statbuf) in zend_get_stream_timestamp() function
1041 if (zend_get_stream_timestamp(ZSTR_VAL(file_handle->filename), &statbuf) != SUCCESS) { in zend_get_file_handle_timestamp()
1051 if (zend_get_stream_timestamp(file_path, &statbuf) == SUCCESS) { in zend_get_file_handle_timestamp()
1060 if (zend_get_stream_timestamp(ZSTR_VAL(file_handle->filename), &statbuf) != SUCCESS) { in zend_get_file_handle_timestamp()

Completed in 15 milliseconds