Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dfilestat.c771 stat_size, stat_atime, stat_mtime, stat_ctime, stat_blksize, stat_blocks; in php_stat() local
949 ZVAL_LONG(&stat_blocks, stat_sb->st_blocks); in php_stat()
951 ZVAL_LONG(&stat_blocks,-1); in php_stat()
967 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_blocks); in php_stat()
982 …_str_add_new(Z_ARRVAL_P(return_value), stat_sb_names[12], strlen(stat_sb_names[12]), &stat_blocks); in php_stat()
H A Dfile.c1564 stat_size, stat_atime, stat_mtime, stat_ctime, stat_blksize, stat_blocks; in PHP_NAMED_FUNCTION() local
1605 ZVAL_LONG(&stat_blocks, stat_ssb.sb.st_blocks); in PHP_NAMED_FUNCTION()
1607 ZVAL_LONG(&stat_blocks,-1); in PHP_NAMED_FUNCTION()
1622 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_blocks); in PHP_NAMED_FUNCTION()
1637 …_str_add_new(Z_ARRVAL_P(return_value), stat_sb_names[12], strlen(stat_sb_names[12]), &stat_blocks); in PHP_NAMED_FUNCTION()
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c440 stat_size, stat_atime, stat_mtime, stat_ctime, stat_blksize, stat_blocks; in phar_fancy_stat() local
544 ZVAL_LONG(&stat_blocks, stat_sb->st_blocks); in phar_fancy_stat()
546 ZVAL_LONG(&stat_blocks,-1); in phar_fancy_stat()
562 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &stat_blocks); in phar_fancy_stat()
577 …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 24 milliseconds