Home
last modified time | relevance | path

Searched refs:names (Results 151 – 175 of 195) sorted by path

12345678

/PHP-5.5/ext/standard/tests/file/
H A Dlstat_stat_variation18.phpt18 /* test for stats of dir/file when their names are stored in objects */
31 class names {
33 public function names($name) {
39 $dir_name = new names("$file_path/lstat_stat_variation18");
42 $file_name = new names("$file_path/lstat_stat_variation18.tmp");
H A Dlstat_stat_variation19.phpt2 Test lstat() and stat() functions: usage variations - dir/file names in array
18 /* test for stats of dir/file when their names are stored in an array */
34 $names = array(
46 var_dump( stat($names[0]) ); // values stored with numeric index
50 var_dump( stat($names[1]) ); // values stored with numeric index
H A Dlstat_stat_variation20.phpt2 Test lstat() and stat() functions: usage variations - link names stored in array/object
18 /* test for stats of link when their names are stored in object and array */
30 class names {
32 public function names($name) {
38 $link_object = new names("$file_path/lstat_stat_variation20_link.tmp");
H A Drmdir_variation1.phpt2 Test rmdir() function : usage variation - invalid file names
H A Dstat_variation7-win32.phpt2 Test stat() functions: usage variations - names of dir/file stored in objects
17 /* test the stats of dir/file when their names are stored in objects */
H A Dtempnam_variation7-win32.phpt17 echo "*** Testing tempnam() with invalid/non-existing directory names ***\n";
18 /* An array of names, which will be passed as a dir name */
66 *** Testing tempnam() with invalid/non-existing directory names ***
H A Dtempnam_variation7.phpt17 echo "*** Testing tempnam() with invalid/non-existing directory names ***\n";
18 /* An array of names, which will be passed as a dir name */
71 *** Testing tempnam() with invalid/non-existing directory names ***
/PHP-5.5/ext/standard/tests/filters/
H A Dbasic.phpt10 function filter_test($names)
15 foreach ($names as $name) {
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug41445.phpt2 Bug #41445 (parse_ini_file() function parses octal numbers in section names)
H A Dbug41445_1.phpt2 Bug #41445 (parse_ini_file() function parses octal numbers in section names) - 2
H A Dbug52138.phpt2 Bug #52138 (Constants are parsed into the ini file for section names)
H A Dget_defined_constants_basic.phpt6 * Description: Returns an associative array with the names of all the constants and their values
H A Dget_defined_constants_error.phpt6 * Description: Returns an associative array with the names of all the constants and their values
H A Dget_extension_funcs_basic.phpt6 * Description: Returns an array with the names of the functions of a module.
H A Dget_extension_funcs_error.phpt6 * Description: Returns an array with the names of the functions of a module.
H A Dget_extension_funcs_variation.phpt6 * Description: Returns an array with the names of the functions of a module.
H A Dget_included_files.phpt8 * Description: Returns an array with the names of included or required files
H A Dget_loaded_extensions_basic.phpt6 * Description: Returns an array with the names of all modules compiled and loaded
H A Dget_loaded_extensions_error.phpt6 * Description: Returns an array with the names of all modules compiled and loaded
H A Dis_callable_variation2.phpt2 Test is_callable() function : usage variations - on invalid function names
32 echo "\n*** Testing is_callable() on invalid function names ***\n";
65 *** Testing is_callable() on invalid function names ***
/PHP-5.5/ext/standard/tests/misc/
H A Dbrowsernames.inc4 * Common browser names. Used with: get_browser()
H A Dget_browser_variation1.phpt2 Test get_browser() function : variation functionality: extra browser names
28 echo "*** Testing get_browser() : variation functionality: extra browser names ***\n";
38 *** Testing get_browser() : variation functionality: extra browser names ***
/PHP-5.5/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt52 //try different locale names
H A Dsetlocale_variation4.phpt23 /*If locale is NULL, the locale names will be set from the values of environment variables with the…
44 echo "Checking new locale in the system, Expected : the locale names will be set from the values of…
155 Checking new locale in the system, Expected : the locale names will be set from the values of envir…
H A Dsetlocale_variation5.phpt23 …ocale is empty string "", the locale names will be set from the values of environment variables wi…
48 echo "Checking new locale in the system, Expected : the locale names will be set from the values of…
159 Checking new locale in the system, Expected : the locale names will be set from the values of envir…

Completed in 86 milliseconds

12345678