Lines Matching refs:file_exists
24 var_dump(file_exists($pname . '/a'));
25 var_dump(file_exists($pname . '/a/x'));
26 var_dump(file_exists($pname . '/a/b'));
27 var_dump(file_exists($pname . '/a/b/x'));
28 var_dump(file_exists($pname . '/a/c'));
29 var_dump(file_exists($pname . '/a/c/'.basename(__FILE__)));
32 var_dump(file_exists($pname . '/a'));
33 var_dump(file_exists($pname . '/a/x'));
34 var_dump(file_exists($pname . '/a/b'));
35 var_dump(file_exists($pname . '/a/b/x'));
36 var_dump(file_exists($pname . '/a/c'));
37 var_dump(file_exists($pname . '/a/c/'.basename(__FILE__)));
38 var_dump(file_exists($pname . '/b'));
39 var_dump(file_exists($pname . '/b/x'));
40 var_dump(file_exists($pname . '/b/b'));
41 var_dump(file_exists($pname . '/b/b/x'));
42 var_dump(file_exists($pname . '/b/c'));
43 var_dump(file_exists($pname . '/b/c/'.basename(__FILE__)));