Home
last modified time | relevance | path

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

/PHP-7.0/ext/phar/
H A Dfunc_interceptors.c442 stat_size, stat_atime, stat_mtime, stat_ctime, stat_blksize, stat_blocks; in phar_fancy_stat() local
554 ZVAL_LONG(&stat_ctime, (stat_sb->st_ctime).tv_sec); in phar_fancy_stat()
558 ZVAL_LONG(&stat_ctime, stat_sb->st_ctime); in phar_fancy_stat()
582 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_ctime); in phar_fancy_stat()
597 …sh_str_update(Z_ARRVAL_P(return_value), stat_sb_names[10], strlen(stat_sb_names[10]), &stat_ctime); in phar_fancy_stat()
/PHP-7.0/ext/standard/
H A Dfilestat.c840 stat_size, stat_atime, stat_mtime, stat_ctime, stat_blksize, stat_blocks; in php_stat() local
1028 ZVAL_LONG(&stat_ctime, stat_sb->st_ctime); in php_stat()
1051 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_ctime); in php_stat()
1066 …sh_str_update(Z_ARRVAL_P(return_value), stat_sb_names[10], strlen(stat_sb_names[10]), &stat_ctime); in php_stat()
H A Dfile.c1523 stat_size, stat_atime, stat_mtime, stat_ctime, stat_blksize, stat_blocks; in PHP_NAMED_FUNCTION() local
1569 ZVAL_LONG(&stat_ctime, stat_ssb.sb.st_ctime); in PHP_NAMED_FUNCTION()
1591 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_ctime); in PHP_NAMED_FUNCTION()
1606 …sh_str_update(Z_ARRVAL_P(return_value), stat_sb_names[10], strlen(stat_sb_names[10]), &stat_ctime); in PHP_NAMED_FUNCTION()

Completed in 25 milliseconds