Home
last modified time | relevance | path

Searched refs:opendir (Results 76 – 100 of 139) sorted by relevance

123456

/PHP-5.5/ext/standard/tests/streams/
H A Dbug40459.phpt67 opendir('test://test');
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_variation17.phpt14 $dfp = opendir ( dirname(__FILE__) );
/PHP-5.5/win32/
H A Dreaddir.c22 DIR *opendir(const char *dir) in opendir() function
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize.phpt10 $dir = opendir(dirname(__FILE__)) or die('cannot open directory: '.dirname(__FILE__));
/PHP-5.5/ext/standard/tests/array/
H A Darray_search_variation4.phpt17 $dir_handle = opendir( dirname(__FILE__) );
H A Din_array_variation4.phpt20 $dir_handle = opendir( dirname(__FILE__) );
/PHP-5.5/ext/standard/tests/general_functions/
H A Dfloatval_variation1.phpt14 $dfp = opendir ( dirname(__FILE__) );
H A Dis_array.phpt40 $dfp = opendir ( dirname(__FILE__) );
H A Dfloatval.phpt57 $dfp = opendir ( dirname(__FILE__) );
H A Dis_object.phpt105 $dfp = opendir ( dirname(__FILE__) );
/PHP-5.5/win32/build/
H A Dmkdist.php371 $d = opendir($source);
409 $directory_list = opendir($directory);
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation29.phpt26 $dfp = opendir ( dirname(__FILE__) );
H A Dfscanf_variation35.phpt26 $dfp = opendir ( dirname(__FILE__) );
H A Dfscanf_variation41.phpt26 $dfp = opendir ( dirname(__FILE__) );
H A Dfscanf_variation47.phpt26 $dfp = opendir ( dirname(__FILE__) );
H A Dfscanf_variation10.phpt26 $dfp = opendir ( dirname(__FILE__) );
H A Dfscanf_variation4.phpt27 $dfp = opendir ( dirname(__FILE__) );
H A Dfscanf_variation22.phpt26 $dfp = opendir ( dirname(__FILE__) );
H A Dfscanf_variation16.phpt26 $dfp = opendir ( dirname(__FILE__) );
/PHP-5.5/ext/standard/tests/dir/
H A Dreaddir_variation4.phpt61 $dir_handle = opendir($dir_path);
H A Ddir_variation1.phpt38 $dfp = opendir( dirname(__FILE__) ); // get a dir handle
H A Dreaddir_variation5.phpt67 var_dump($dh = opendir($dir_path));
/PHP-5.5/ext/phar/tests/
H A Dmounteddir.phpt46 $a = opendir($pname . '/testit');
H A DmounteddirU.phpt46 $a = opendir($pname . '/testit');
/PHP-5.5/tests/security/
H A Dopen_basedir.inc36 $handle = opendir($directory);

Completed in 40 milliseconds

123456