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);
27 PHP_FUNCTION(getmyinode);
154 PHP_FUNCTION(getmyinode) in PHP_FUNCTION() argument
2886 PHP_FE(getmyinode, arginfo_getmyinode)
7 var_dump(getmyinode());
Completed in 16 milliseconds