Home
last modified time | relevance | path

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

12345678910

/PHP-7.2/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.2/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_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_reserved6.phpt2 Scalar type names cannot be used as class, trait or interface names (6)
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_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_reserved6_class_alias.phpt2 Scalar type names cannot be used as class, trait or interface names (6) - 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.2/ext/zip/lib/
H A Dzip_unchange.c79 if (_zip_hash_add(za->names, (const zip_uint8_t *)orig_name, idx, 0, &za->error) == false) { in _zip_unchange()
83 if (_zip_hash_delete(za->names, (const zip_uint8_t *)changed_name, &za->error) == false) { in _zip_unchange()
84 _zip_hash_delete(za->names, (const zip_uint8_t *)orig_name, NULL); in _zip_unchange()
/PHP-7.2/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 */
78 *** 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 */
77 *** 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 ***
/PHP-7.2/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.2/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.2/tests/lang/
H A D030.phpt13 $GLOBALS['names'][]=$this->Name;
34 print ($names==array('constructor','outside','outside','constructor','outside','outside')) ? 'succe…
/PHP-7.2/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 45 milliseconds

12345678910