Searched refs:stat_blocks (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/standard/ |
H A D | filestat.c | 901 stat_size, stat_atime, stat_mtime, stat_ctime, stat_blksize, stat_blocks; in php_stat() local 904 &stat_size, &stat_atime, &stat_mtime, &stat_ctime, &stat_blksize, &stat_blocks in php_stat() 931 ZVAL_LONG(&stat_blocks, stat_sb->st_blocks); in php_stat() 933 ZVAL_LONG(&stat_blocks,-1); in php_stat()
|
H A D | file.c | 1497 stat_size, stat_atime, stat_mtime, stat_ctime, stat_blksize, stat_blocks; in php_fstat() local 1530 ZVAL_LONG(&stat_blocks, stat_ssb.sb.st_blocks); in php_fstat() 1532 ZVAL_LONG(&stat_blocks,-1); in php_fstat() 1547 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_blocks); in php_fstat() 1562 …_str_add_new(Z_ARRVAL_P(return_value), stat_sb_names[12], strlen(stat_sb_names[12]), &stat_blocks); in php_fstat()
|
/PHP-8.0/ext/phar/ |
H A D | func_interceptors.c | 444 stat_size, stat_atime, stat_mtime, stat_ctime, stat_blksize, stat_blocks; in phar_fancy_stat() local 548 ZVAL_LONG(&stat_blocks, stat_sb->st_blocks); in phar_fancy_stat() 550 ZVAL_LONG(&stat_blocks,-1); in phar_fancy_stat() 566 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_blocks); in phar_fancy_stat() 581 …h_str_update(Z_ARRVAL_P(return_value), stat_sb_names[12], strlen(stat_sb_names[12]), &stat_blocks); in phar_fancy_stat()
|
Completed in 13 milliseconds