Home
last modified time | relevance | path

Searched refs:names (Results 1 – 25 of 195) sorted by relevance

12345678

/PHP-5.5/ext/fileinfo/libmagic/
H A Dnames.h116 static const struct names { struct
119 } names[] = { argument
173 #define NNAMES (sizeof(names)/sizeof(struct names))
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_case.phpt37 echo "Test 1 - Force column names to lower case\n";
41 echo "Test 2 - Leave column names as returned by the database driver\n";
45 echo "Test 3 - Force column names to upper case\n";
57 Test 1 - Force column names to lower case
63 Test 2 - Leave column names as returned by the database driver
69 Test 3 - Force column names to upper case
/PHP-5.5/ext/standard/tests/file/
H A Dcopy_variation3-win32.phpt2 Test copy() function: usage variations - destination file names(white spaces)
15 /* Test copy() function: In creation of destination file names containing white spaces
19 echo "*** Test copy() function: destination file names containing whitespaces ***\n";
26 /* array of destination file names */
29 /* File names containing whitespaces */
80 *** Test copy() function: destination file names containing whitespaces ***
H A Dcopy_variation3.phpt2 Test copy() function: usage variations - destination file names(white spaces)
15 /* Test copy() function: In creation of destination file names containing white spaces
19 echo "*** Test copy() function: destination file names containing whitespaces ***\n";
26 /* array of destination file names */
29 /* File names containing whitespaces */
79 *** Test copy() function: destination file names containing whitespaces ***
H A Dcopy_variation5.phpt2 Test copy() function: usage variations - destination file names(case sensitive)
15 /* Test copy() function: Checking case sensitivity in creation of destination file names
19 echo "*** Test copy() function: checking case sensitivity in creation of destination file names ***…
26 /* array of destination file names */
82 *** Test copy() function: checking case sensitivity in creation of destination file names ***
H A Dcopy_variation5-win32.phpt2 Test copy() function: usage variations - destination file names(case sensitive)
15 /* Test copy() function: Checking case sensitivity in creation of destination file names
19 echo "*** Test copy() function: checking case sensitivity in creation of destination file names ***…
26 /* array of destination file names */
83 *** Test copy() function: checking case sensitivity in creation of destination file names ***
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 Dis_dir_variation4.phpt10 /* Passing dir names with different notations, using slashes, wild-card chars */
14 echo "*** Testing is_dir() with different notations of dir names ***";
54 *** Testing is_dir() with different notations of dir names ***
H A Dcopy_variation1.phpt2 Test copy() function: usage variations - destination file names(numerics/strings)
10 /* Test copy() function: In creation of destination file names containing numerics/strings
14 echo "*** Test copy() function: destination file names containing numerics/strings ***\n";
21 /* array of destination file names */
24 /* File names containing numerics, strings */
79 *** Test copy() function: destination file names containing numerics/strings ***
H A Dis_file_variation4.phpt10 /* Passing file names with different notations, using slashes, wild-card chars */
14 echo "*** Testing is_file() with different notations of file names ***\n";
56 *** Testing is_file() with different notations of file names ***
H A Dfileperms_variation3.phpt11 /* Passing file names with different notations, using slashes, wild-card chars */
15 echo "*** Testing fileperms() with different notations of file names ***\n";
57 *** Testing fileperms() with different notations of file names ***
H A Dfilegroup_variation3.phpt11 /* Passing file names with different notations, using slashes, wild-card chars */
15 echo "*** Testing filegroup() with different notations of file names ***\n";
57 *** Testing filegroup() with different notations of file names ***
H A Dfileinode_variation3.phpt12 /* Passing file names with different notations, using slashes, wild-card chars */
16 echo "*** Testing fileinode() with different notations of file names ***\n";
58 *** Testing fileinode() with different notations of file names ***
/PHP-5.5/ext/date/tests/
H A DDateTime_data-absolute.inc4 * Note: test names match method names in a set of PHPUnit tests
H A DDateTimeZone_verify.phpt12 echo "..and get names of all its methods\n";
16 echo "..and get names of all its class constants\n";
28 ..and get names of all its methods
94 ..and get names of all its class constants
H A DDateTime_data-massive.inc4 * Note: test names match method names in a set of PHPUnit tests
H A DDateTime_data-dates.inc4 * Note: test names match method names in a set of PHPUnit tests
H A DDateTime_verify.phpt12 echo "..and get names of all its methods\n";
16 echo "..and get names of all its class constants\n";
29 ..and get names of all its methods
158 ..and get names of all its class constants
/PHP-5.5/tests/lang/
H A D030.phpt13 $GLOBALS['names'][]=$this->Name;
33 print ($names==array('constructor','outside','outside','constructor','outside','outside')) ? 'succe…
/PHP-5.5/ext/phar/tests/zip/
H A Dbug48791.phpt14names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1…
/PHP-5.5/sapi/cgi/tests/
H A Dapache_request_headers.phpt22 $names = array('HTTP_X_TEST', 'HTTP_X__TEST', 'HTTP_X_');
23 foreach ($names as $name) {
/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/strings/
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…
/PHP-5.5/
H A DREADME.namespaces5 problem of the very long class names in PHP libraries. We would not attempt
6 to take autoloader's job or create packaging model - only make names
23 All class and function names inside are automatically prefixed with
60 namespace qualification. All class and function names started from \
70 It can be used to construct fully-qualified names to pass them as callbacks.
85 1) all qualified names are translated during compilation according to
88 2) unqualified class names translated during compilation according to
101 5) unqualified class names are resolved at run-time. E.q. "new Exception()"
110 7) qualified class names are interpreted as class from corresponding

Completed in 43 milliseconds

12345678