Searched refs:getmyinode (Results 1 – 5 of 5) sorted by relevance
5 // reference doc for getmyinode() on php.net states that it returns an integer or FALSE on error6 // on Windows, getmyinode() returns 0 which normally casts to FALSE7 // however, the implementation of getmyinode() (in pageinfo.c) returns an explicit FALSE in the11 // the ext/standard/tests/file/statpage.phpt test also tests getmyinode() returns an integer and wi…12 // pass even if that integer is 0. on Windows, the getmyinode() call in statpage.phpt returns 0 and20 var_dump(getmyinode() !== false);
7 var_dump(getmyinode());
134 PHP_FUNCTION(getmyinode) in PHP_FUNCTION() argument
2188 function getmyinode(): int|false {}
2405 ZEND_FUNCTION(getmyinode);3040 ZEND_FE(getmyinode, arginfo_getmyinode)
Completed in 27 milliseconds