Home
last modified time | relevance | path

Searched refs:context (Results 226 – 250 of 417) sorted by last modified time

12345678910>>...17

/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation4.phpt6 * Prototype : object dir(string $directory[, resource $context])
H A Ddir_variation5.phpt12 * Prototype : object dir(string $directory[, resource $context])
H A Ddir_variation6.phpt12 * Prototype : object dir(string $directory[, resource $context])
H A Ddir_variation7.phpt21 * Prototype : object dir(string $directory[, resource $context])
H A Ddir_variation8.phpt12 * Prototype : object dir(string $directory[, resource $context])
H A Ddir_variation9.phpt12 * Prototype : object dir(string $directory[, resource $context])
H A Dopendir_basic.phpt5 /* Prototype : mixed opendir(string $path[, resource $context])
H A Dopendir_error1.phpt5 /* Prototype : mixed opendir(string $path[, resource $context])
24 $context = stream_context_create();
27 var_dump( opendir($path, $context, $extra_arg) );
H A Dopendir_error2.phpt11 /* Prototype : mixed opendir(string $path[, resource $context])
H A Dopendir_variation1.phpt11 /* Prototype : mixed opendir(string $path[, resource $context])
H A Dopendir_variation2.phpt2 Test opendir() function : usage variations - different data types as $context arg
5 /* Prototype : mixed opendir(string $path[, resource $context])
11 * Pass different data types as $context argument to opendir() to test behaviour
44 // unexpected values to be passed to $context argument
H A Dopendir_variation3.phpt5 /* Prototype : mixed opendir(string $path[, resource $context])
H A Dopendir_variation4.phpt5 /* Prototype : mixed opendir(string $path[, resource $context])
H A Dopendir_variation5.phpt20 /* Prototype : mixed opendir(string $path[, resource $context])
H A Dopendir_variation6-win32.phpt11 /* Prototype : mixed opendir(string $path[, resource $context])
H A Dopendir_variation6.phpt11 /* Prototype : mixed opendir(string $path[, resource $context])
H A Dopendir_variation7.phpt20 /* Prototype : mixed opendir(string $path[, resource $context])
H A Dscandir_basic.phpt5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
29 $context = stream_context_create();
30 var_dump(scandir($directory, $sorting_order, $context));
H A Dscandir_error1.phpt5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
25 $context = stream_context_create();
27 var_dump( scandir($dir, $sorting_order, $context, $extra_arg) );
H A Dscandir_error2.phpt11 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
H A Dscandir_variation1.phpt11 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
H A Dscandir_variation10.phpt5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
H A Dscandir_variation2.phpt5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
H A Dscandir_variation3.phpt2 Test scandir() function : usage variations - diff data types as $context arg
5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
11 * Pass different data types as $context argument to test how scandir() behaves
41 // unexpected values to be passed to $context argument
H A Dscandir_variation4.phpt5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])

Completed in 56 milliseconds

12345678910>>...17