Lines Matching refs:realpath
2 Test realpath() function: usage variation
13 echo "*** Testing realpath(): usage variations ***\n";
18 echo "\n*** Testing realpath() with filename stored inside a object ***\n";
33 var_dump( realpath($obj1->filename) );
34 var_dump( realpath($obj2->filename) );
36 echo "\n*** Testing realpath() with filename stored in an array ***\n";
42 var_dump( realpath($file_arr[0]) );
43 var_dump( realpath($file_arr[1]) );
45 echo "\n*** Testing realpath() with filename as empty string, NULL and single space ***\n";
59 var_dump( realpath($file_string[$loop_counter]) );
73 *** Testing realpath(): usage variations ***
75 *** Testing realpath() with filename stored inside a object ***
79 *** Testing realpath() with filename stored in an array ***
83 *** Testing realpath() with filename as empty string, NULL and single space ***