We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af4e80 commit 046b44eCopy full SHA for 046b44e
ext/opcache/ZendAccelerator.c
@@ -964,7 +964,7 @@ static inline bool accel_is_inactive(void)
964
return false;
965
}
966
967
-static int zend_get_stream_timestamp(const char *filename, zend_stat_t *statbuf)
+static zend_result zend_get_stream_timestamp(const char *filename, zend_stat_t *statbuf)
968
{
969
php_stream_wrapper *wrapper;
970
php_stream_statbuf stream_statbuf;
0 commit comments