/PHP-8.3/ext/pdo_oci/tests/ |
H A D | pdo_oci_attr_case.phpt | 39 echo "Test 1 - Force column names to lower case\n"; 43 echo "Test 2 - Leave column names as returned by the database driver\n"; 47 echo "Test 3 - Force column names to upper case\n"; 59 Test 1 - Force column names to lower case 65 Test 2 - Leave column names as returned by the database driver 71 Test 3 - Force column names to upper case
|
/PHP-8.3/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-8.3/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-8.3/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 | DateTime_data-massive.inc | 4 * Note: test names match method names in a set of PHPUnit tests
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | copy_variation3-win32.phpt | 2 Test copy() function: usage variations - destination file names(white spaces) 12 /* Test copy() function: In creation of destination file names containing white spaces 16 echo "*** Test copy() function: destination file names containing whitespaces ***\n"; 23 /* array of destination file names */ 26 /* File names containing whitespaces */ 75 *** 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) 12 /* Test copy() function: In creation of destination file names containing white spaces 16 echo "*** Test copy() function: destination file names containing whitespaces ***\n"; 23 /* array of destination file names */ 26 /* File names containing whitespaces */ 74 *** 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) 9 /* Test copy() function: Checking case sensitivity in creation of destination file names 13 echo "*** Test copy() function: checking case sensitivity in creation of destination file names ***… 20 /* array of destination file names */ 74 *** Test copy() function: checking case sensitivity in creation of destination file names ***
|
H A D | is_dir_variation4.phpt | 5 /* Passing dir names with different notations, using slashes, wild-card chars */ 9 echo "*** Testing is_dir() with different notations of dir names ***"; 53 *** Testing is_dir() with different notations of dir names ***
|
H A D | copy_variation5-win32.phpt | 2 Test copy() function: usage variations - destination file names(case sensitive) 10 /* Test copy() function: Checking case sensitivity in creation of destination file names 14 echo "*** Test copy() function: checking case sensitivity in creation of destination file names ***… 21 /* array of destination file names */ 76 *** Test copy() function: checking case sensitivity in creation of destination file names ***
|
H A D | is_file_variation4.phpt | 5 /* Passing file names with different notations, using slashes, wild-card chars */ 9 echo "*** Testing is_file() with different notations of file names ***\n"; 55 *** Testing is_file() with different notations of file names ***
|
/PHP-8.3/tests/lang/ |
H A D | 030.phpt | 14 $GLOBALS['names'][]=$this->Name; 35 print ($names==array('constructor','outside','outside','constructor','outside','outside')) ? 'succe…
|
/PHP-8.3/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) {
|