Home
last modified time | relevance | path

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

123456789

/PHP-7.4/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-7.4/Zend/tests/type_declarations/
H A Dscalar_reserved2.phpt2 Scalar type names cannot be used as class, trait or interface names (2)
H A Dscalar_reserved6.phpt2 Scalar type names cannot be used as class, trait or interface names (6)
H A Dscalar_reserved3.phpt2 Scalar type names cannot be used as class, trait or interface names (3)
H A Dscalar_reserved4.phpt2 Scalar type names cannot be used as class, trait or interface names (4)
H A Dscalar_reserved7.phpt2 Scalar type names cannot be used as class, trait or interface names (7)
H A Dscalar_reserved2_class_alias.phpt2 Scalar type names cannot be used as class, trait or interface names (2) - class_alias
H A Dscalar_reserved6_class_alias.phpt2 Scalar type names cannot be used as class, trait or interface names (6) - class_alias
H A Dscalar_reserved3_class_alias.phpt2 Scalar type names cannot be used as class, trait or interface names (3) - class_alias
H A Dscalar_reserved4_class_alias.phpt2 Scalar type names cannot be used as class, trait or interface names (4) - class_alias
H A Dscalar_reserved2_use.phpt2 Scalar type names cannot be used as class, trait or interface names (2) - use
H A Dscalar_reserved3_use.phpt2 Scalar type names cannot be used as class, trait or interface names (3) - use
H A Dscalar_reserved4_use.phpt2 Scalar type names cannot be used as class, trait or interface names (4) - use
H A Dscalar_reserved6_use.phpt2 Scalar type names cannot be used as class, trait or interface names (6) - use
/PHP-7.4/Zend/tests/
H A Dconstant_expressions_dynamic_class_name_error.phpt2 Dynamic class names can't be used in compile-time constant refs
11 Fatal error: Dynamic class names are not allowed in compile-time class constant references in %s on…
/PHP-7.4/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
/PHP-7.4/ext/standard/tests/file/
H A Dcopy_variation3-win32.phpt2 Test copy() function: usage variations - destination file names(white spaces)
17 /* Test copy() function: In creation of destination file names containing white spaces
21 echo "*** Test copy() function: destination file names containing whitespaces ***\n";
28 /* array of destination file names */
31 /* 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)
17 /* Test copy() function: In creation of destination file names containing white spaces
21 echo "*** Test copy() function: destination file names containing whitespaces ***\n";
28 /* array of destination file names */
31 /* 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 */
80 *** 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 */
81 *** Test copy() function: checking case sensitivity in creation of destination file names ***
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 ***
/PHP-7.4/tests/lang/
H A D030.phpt13 $GLOBALS['names'][]=$this->Name;
34 print ($names==array('constructor','outside','outside','constructor','outside','outside')) ? 'succe…
/PHP-7.4/sapi/cgi/tests/
H A Dapache_request_headers.phpt22 $names = array('HTTP_X_TEST', 'HTTP_X__TEST', 'HTTP_X_');
23 foreach ($names as $name) {

Completed in 27 milliseconds

123456789