Home
last modified time | relevance | path

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

123456

/PHP-8.0/ext/standard/tests/array/
H A Dend.phpt98 $dir_handle = opendir( __DIR__ );
H A Dcount_recursive.phpt72 $resource2 = opendir( "." ); // Creating dir resource
/PHP-8.0/ext/standard/tests/strings/
H A Dstr_replace_variation3.phpt98 $resource2 = opendir( "." );
H A Dimplode1.phpt104 $dir_handle = opendir( __DIR__ );
/PHP-8.0/ext/standard/tests/general_functions/
H A Dis_numeric.phpt100 $dfp = opendir ( __DIR__ );
H A Dstrval.phpt105 $dfp = opendir( __DIR__ );
H A Dis_float.phpt55 $dfp = opendir ( __DIR__ );
H A Dis_float_64bit.phpt57 $dfp = opendir ( __DIR__ );
H A Dis_int.phpt45 $dfp = opendir ( __DIR__ );
H A Dis_int_64bit.phpt47 $dfp = opendir ( __DIR__ );
H A Dgettype_settype_basic.phpt24 $dfp = opendir( __DIR__ );
H A Dprint_r.phpt228 $dir_handle = opendir( __DIR__ );
H A Dprint_r_64bit.phpt232 $dir_handle = opendir( __DIR__ );
H A Dvar_dump.phpt227 $dir_handle = opendir( __DIR__ );
H A Dvar_dump_64bit.phpt227 $dir_handle = opendir( __DIR__ );
/PHP-8.0/ext/session/tests/
H A Dsave_handler.inc110 $directory = opendir($session_save_path."/");
/PHP-8.0/Zend/
H A Dzend_virtual_cwd.h321 #define VCWD_OPENDIR(pathname) opendir(pathname)
H A Dzend_virtual_cwd.c1625 DIR *opendir(const char *name);
1639 retval = opendir(new_state.cwd); in virtual_opendir()
/PHP-8.0/ext/standard/
H A Ddir.c233 PHP_FUNCTION(opendir) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php698 function opendir(string $directory, $context = null) {} function
H A Dbasic_functions_arginfo.h2516 ZEND_FUNCTION(opendir);
3153 ZEND_FE(opendir, arginfo_opendir)
/PHP-8.0/ext/session/
H A Dmod_files.c292 dir = opendir(dirname); in ps_files_cleanup_dir()
/PHP-8.0/ext/phar/
H A Dfunc_interceptors.c1011 PHAR_INTERCEPT(opendir); in phar_intercept_functions_init()
1047 PHAR_RELEASE(opendir); in phar_intercept_functions_shutdown()
/PHP-8.0/win32/
H A Dglob.c847 return(opendir(buf));
/PHP-8.0/Zend/tests/
H A D019.phpt144 $dfp = opendir( __DIR__ );

Completed in 105 milliseconds

123456