Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dfilestat.c615 bool filetime_is_null = 1, fileatime_is_null = 1; in PHP_FUNCTION() local
626 Z_PARAM_LONG_OR_NULL(fileatime, fileatime_is_null) in PHP_FUNCTION()
633 if (filetime_is_null && fileatime_is_null) { in PHP_FUNCTION()
635 } else if (!filetime_is_null && fileatime_is_null) { in PHP_FUNCTION()
637 } else if (filetime_is_null && !fileatime_is_null) { in PHP_FUNCTION()
655 if(!filetime_is_null || !fileatime_is_null) { in PHP_FUNCTION()

Completed in 9 milliseconds