Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dfilestat.c639 bool filetime_is_null = 1, fileatime_is_null = 1; in PHP_FUNCTION() local
649 Z_PARAM_LONG_OR_NULL(filetime, filetime_is_null) in PHP_FUNCTION()
657 if (filetime_is_null && fileatime_is_null) { in PHP_FUNCTION()
659 } else if (!filetime_is_null && fileatime_is_null) { in PHP_FUNCTION()
661 } else if (filetime_is_null && !fileatime_is_null) { in PHP_FUNCTION()
679 if(!filetime_is_null || !fileatime_is_null) { in PHP_FUNCTION()

Completed in 6 milliseconds