/PHP-7.0/ext/pdo_oci/tests/ |
H A D | pdo_oci_attr_case.phpt | 37 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.0/Zend/tests/type_declarations/ |
H A D | scalar_reserved2.phpt | 2 Scalar type names cannot be used as class, trait or interface names (2)
|
H A D | scalar_reserved3.phpt | 2 Scalar type names cannot be used as class, trait or interface names (3)
|
H A D | scalar_reserved4.phpt | 2 Scalar type names cannot be used as class, trait or interface names (4)
|
H A D | scalar_reserved6.phpt | 2 Scalar type names cannot be used as class, trait or interface names (6)
|
H A D | scalar_reserved7.phpt | 2 Scalar type names cannot be used as class, trait or interface names (7)
|
H A D | scalar_reserved2_class_alias.phpt | 2 Scalar type names cannot be used as class, trait or interface names (2) - class_alias
|
H A D | scalar_reserved3_class_alias.phpt | 2 Scalar type names cannot be used as class, trait or interface names (3) - class_alias
|
H A D | scalar_reserved4_class_alias.phpt | 2 Scalar type names cannot be used as class, trait or interface names (4) - class_alias
|
H A D | scalar_reserved6_class_alias.phpt | 2 Scalar type names cannot be used as class, trait or interface names (6) - class_alias
|
H A D | scalar_reserved2_use.phpt | 2 Scalar type names cannot be used as class, trait or interface names (2) - use
|
H A D | scalar_reserved3_use.phpt | 2 Scalar type names cannot be used as class, trait or interface names (3) - use
|
H A D | scalar_reserved4_use.phpt | 2 Scalar type names cannot be used as class, trait or interface names (4) - use
|
H A D | scalar_reserved6_use.phpt | 2 Scalar type names cannot be used as class, trait or interface names (6) - use
|
/PHP-7.0/ext/zip/lib/ |
H A D | zip_unchange.c | 79 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.0/ext/standard/tests/file/ |
H A D | copy_variation3-win32.phpt | 2 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 D | copy_variation3.phpt | 2 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 D | copy_variation5.phpt | 2 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 D | copy_variation5-win32.phpt | 2 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 ***
|
/PHP-7.0/ext/date/tests/ |
H A D | DateTime_data-absolute.inc | 4 * Note: test names match method names in a set of PHPUnit tests
|
H A D | DateTimeZone_verify.phpt | 12 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 D | DateTime_data-massive.inc | 4 * Note: test names match method names in a set of PHPUnit tests
|
/PHP-7.0/Zend/tests/ |
H A D | constant_expressions_dynamic_class_name_error.phpt | 2 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.0/tests/lang/ |
H A D | 030.phpt | 13 $GLOBALS['names'][]=$this->Name; 34 print ($names==array('constructor','outside','outside','constructor','outside','outside')) ? 'succe…
|
/PHP-7.0/sapi/cgi/tests/ |
H A D | apache_request_headers.phpt | 22 $names = array('HTTP_X_TEST', 'HTTP_X__TEST', 'HTTP_X_'); 23 foreach ($names as $name) {
|