Home
last modified time | relevance | path

Searched refs:opendir (Results 101 – 125 of 139) sorted by relevance

123456

/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_bool.phpt29 $dfp = opendir ( dirname(__FILE__) );
H A Dis_null.phpt47 $dfp = opendir ( dirname(__FILE__) );
H A Dis_string.phpt65 $dfp = opendir ( dirname(__FILE__) );
H A Dintval.phpt66 $dfp = opendir ( dirname(__FILE__) );
H A Dstrval.phpt109 $dfp = opendir( dirname(__FILE__) );
H A Dis_numeric.phpt104 $dfp = opendir ( dirname(__FILE__) );
H A Dis_float.phpt60 $dfp = opendir ( dirname(__FILE__) );
H A Dis_float_64bit.phpt62 $dfp = opendir ( dirname(__FILE__) );
H A Dis_int.phpt49 $dfp = opendir ( dirname(__FILE__) );
H A Dis_int_64bit.phpt51 $dfp = opendir ( dirname(__FILE__) );
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_replace_variation3.phpt97 $resource2 = opendir( "." );
H A Dimplode1.phpt92 $dir_handle = opendir( dirname(__FILE__) );
H A Dstrstr.phpt105 $resource2 = opendir(".");
H A Dstrpos.phpt128 $resource2 = opendir(".");
/PHP-5.5/ext/standard/tests/array/
H A Dend_64bit.phpt102 $dir_handle = opendir( dirname(__FILE__) );
H A Dend.phpt102 $dir_handle = opendir( dirname(__FILE__) );
H A Dcount_recursive.phpt99 $resource2 = opendir( "." ); // Creating dir resource
H A Deach.phpt56 $dfp = opendir(".");
/PHP-5.5/ext/standard/
H A Ddir.c251 PHP_FUNCTION(opendir) in PHP_FUNCTION() argument
/PHP-5.5/ext/session/
H A Dmod_files.c197 dir = opendir(dirname); in ps_files_cleanup_dir()
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.h310 #define VCWD_OPENDIR(pathname) opendir(pathname)
/PHP-5.5/ext/phar/
H A DTODO81 X implement opendir support for mounted paths [Greg]
H A Dfunc_interceptors.c1072 PHAR_INTERCEPT(opendir); in phar_intercept_functions_init()
1108 PHAR_RELEASE(opendir); in phar_intercept_functions_shutdown()
/PHP-5.5/win32/
H A Dglob.c855 return(opendir(buf));
/PHP-5.5/ext/exif/
H A Dtest.txt66 if ($dir = @opendir($root.$path.'/')) {

Completed in 141 milliseconds

123456