alex@SUNDUKOV:~$ php -r '$r=realpath("test.php") ; var_dump(realpath_cache_get());'
Command line code:1:
array(3) {
'/home' =>
array(4) {
'key' =>
int(4353355791257440477)
'is_dir' =>
bool(true)
'realpath' =>
string(5) "/home"
'expires' =>
int(1474544405)
}
'/home/alex/test.php' =>
array(4) {
'key' =>
int(273868846790805761)
'is_dir' =>
bool(false)
'realpath' =>
string(19) "/home/alex/test.php"
'expires' =>
int(1474544405)
}
'/home/alex' =>
array(4) {
'key' =>
int(4171798653976743624)
'is_dir' =>
bool(true)
'realpath' =>
string(10) "/home/alex"
'expires' =>
int(1474544405)
}
}