Home
last modified time | relevance | path

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

/PHP-5.4/ext/phar/
H A Dfunc_interceptors.c445 *stat_size, *stat_atime, *stat_mtime, *stat_ctime, *stat_blksize, *stat_blocks; in phar_fancy_stat() local
557 MAKE_LONG_ZVAL_INCREF(stat_ctime, (stat_sb->st_ctime).tv_sec); in phar_fancy_stat()
561 MAKE_LONG_ZVAL_INCREF(stat_ctime, stat_sb->st_ctime); in phar_fancy_stat()
585 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_ctime, sizeof(zval *), NULL); in phar_fancy_stat()
600 …turn_value), stat_sb_names[10], strlen(stat_sb_names[10])+1, (void *) &stat_ctime, sizeof(zval *),… in phar_fancy_stat()
/PHP-5.4/ext/standard/
H A Dfilestat.c852 *stat_size, *stat_atime, *stat_mtime, *stat_ctime, *stat_blksize, *stat_blocks; in php_stat() local
1029 MAKE_LONG_ZVAL_INCREF(stat_ctime, stat_sb->st_ctime); in php_stat()
1052 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_ctime, sizeof(zval *), NULL); in php_stat()
1067 …turn_value), stat_sb_names[10], strlen(stat_sb_names[10])+1, (void *) &stat_ctime, sizeof(zval *),… in php_stat()
H A Dfile.c1525 *stat_size, *stat_atime, *stat_mtime, *stat_ctime, *stat_blksize, *stat_blocks; in PHP_NAMED_FUNCTION() local
1559 MAKE_LONG_ZVAL_INCREF(stat_ctime, stat_ssb.sb.st_ctime); in PHP_NAMED_FUNCTION()
1581 zend_hash_next_index_insert(HASH_OF(return_value), (void *)&stat_ctime, sizeof(zval *), NULL); in PHP_NAMED_FUNCTION()
1596 …eturn_value), stat_sb_names[10], strlen(stat_sb_names[10])+1, (void *)&stat_ctime, sizeof(zval *),… in PHP_NAMED_FUNCTION()

Completed in 16 milliseconds