Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dpageinfo.c61 BG(page_inode) = pstat->st_ino; in php_statpage()
139 if (BG(page_inode) < 0) { in PHP_FUNCTION()
142 RETURN_LONG(BG(page_inode)); in PHP_FUNCTION()
H A Dbasic_functions.h79 zend_long page_inode; member
H A Dbasic_functions.c423 BG(page_inode) = -1; in PHP_RINIT_FUNCTION()
/PHP-8.2/sapi/cli/tests/
H A Dbug61546.phpt8 // event that the internal page_inode structure is less than 0, otherwise it returns the long value
9 // of page_inode. therefore, an explicit 0 should be a passing value for this test.

Completed in 15 milliseconds