Home
last modified time | relevance | path

Searched refs:getmyinode (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/sapi/cli/tests/
H A Dbug61546.phpt5 // reference doc for getmyinode() on php.net states that it returns an integer or FALSE on error
6 // on Windows, getmyinode() returns 0 which normally casts to FALSE
7 // however, the implementation of getmyinode() (in pageinfo.c) returns an explicit FALSE in the
11 // 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 and
20 var_dump(getmyinode() !== false);
/PHP-7.4/ext/standard/
H A Dpageinfo.h25 PHP_FUNCTION(getmyinode);
H A Dpageinfo.c152 PHP_FUNCTION(getmyinode) in PHP_FUNCTION() argument
H A Dbasic_functions.c2917 PHP_FE(getmyinode, arginfo_getmyinode)
/PHP-7.4/ext/standard/tests/file/
H A Dstatpage.phpt7 var_dump(getmyinode());

Completed in 27 milliseconds