Home
last modified time | relevance | path

Searched refs:constants (Results 1 – 25 of 147) sorted by relevance

123456

/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_class_constants.phpt2 PDO OCI specific class constants
22 $constants = $ref->getConstants();
25 foreach ($constants as $name => $value) {
35 unset($constants[$name]);
39 unset($constants[$name]);
43 if (!empty($constants)) {
45 var_dump($constants);
49 printf("[002] Dumping list of missing constants\n");
54 foreach ($values as $value => $constants) {
55 if (count($constants) > 1) {
[all …]
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_class_constants.phpt2 PDO MySQL specific class constants
65 $constants = $ref->getConstants();
68 foreach ($constants as $name => $value)
77 unset($constants[$name]);
81 unset($constants[$name]);
84 if (!empty($constants)) {
86 var_dump($constants);
90 printf("[002] Dumping list of missing constants\n");
95 foreach ($values as $value => $constants) {
96 if (count($constants) > 1) {
[all …]
/PHP-7.4/Zend/tests/
H A Dcase_insensitive_constant_deprecation.phpt2 Case-insensitive constants are deprecated
69 Deprecated: define(): Declaration of case-insensitive constants is deprecated in %s on line 4
71 Deprecated: define(): Declaration of case-insensitive constants is deprecated in %s on line 5
74 Deprecated: Case-insensitive constants are deprecated. The correct casing for this constant is "FOO…
77 Deprecated: Case-insensitive constants are deprecated. The correct casing for this constant is "FOO…
82 Deprecated: Case-insensitive constants are deprecated. The correct casing for this constant is "NS\…
91 Deprecated: Case-insensitive constants are deprecated. The correct casing for this constant is "FOO…
108 Deprecated: Case-insensitive constants are deprecated. The correct casing for this constant is "FOO…
117 Deprecated: Case-insensitive constants are deprecated. The correct casing for this constant is "FOO…
126 Deprecated: Case-insensitive constants are deprecated. The correct casing for this constant is "FOO…
[all …]
H A Dbug46304.phpt43 Deprecated: define(): Declaration of case-insensitive constants is deprecated in %s on line 6
45 Deprecated: define(): Declaration of case-insensitive constants is deprecated in %s on line 7
47 Deprecated: define(): Declaration of case-insensitive constants is deprecated in %s on line 8
61 Deprecated: Case-insensitive constants are deprecated. The correct casing for this constant is "NS1…
67 Deprecated: Case-insensitive constants are deprecated. The correct casing for this constant is "ns1…
70 Deprecated: Case-insensitive constants are deprecated. The correct casing for this constant is "ns1…
73 Deprecated: Case-insensitive constants are deprecated. The correct casing for this constant is "ns1…
76 Deprecated: Case-insensitive constants are deprecated. The correct casing for this constant is "ns1…
H A Dconstants_003.phpt2 Using namespace constants and constants of global scope
H A Dbug44827.phpt9 Warning: Class constants cannot be defined or redefined in %sbug44827.php on line %d
11 Warning: Class constants cannot be defined or redefined in %sbug44827.php on line %d
H A Dns_044.phpt2 044: Name conflict and constants (php name)
H A Dns_043.phpt2 043: Name conflict and constants (ns name)
H A Dns_047.phpt2 047: Run-time name conflict and constants (php name)
H A Dns_046.phpt2 046: Run-time name conflict and constants (ns name)
H A Dns_051.phpt2 051: Name conflict and compile-time constants (php name)
/PHP-7.4/ext/standard/tests/math/
H A Dconstants.phpt2 Math constants
7 $constants = array(
26 foreach($constants as $constant) {
/PHP-7.4/ext/date/tests/
H A Dstrtotime2.phpt2 strtotime() on date constants
9 $constants = array(
24 foreach ($constants as $const) {
H A DDateTimeZone_verify.phpt16 echo "..and get names of all its class constants\n";
17 $constants = $class->getConstants();
18 var_dump($constants);
94 ..and get names of all its class constants
H A Ddate_constants.phpt2 Date constants
6 $constants = array(
20 foreach($constants as $const) {
/PHP-7.4/tests/classes/
H A Dconstants_basic_004.phpt2 Test properties with array default values using class constants as keys and values.
7 // Static and instance array using class constants
17 // Static and instance array using class constants with self
24 // Static and instance array using class constants with parent
28 // Static and instance array using class constants with self (constants should be inherited)
H A Dconstants_basic_005.phpt2 Test constants with default values based on other constants.
H A Dconstants_basic_003.phpt2 Ensure class properties and constants can be defined in terms of constants that are not known at co…
H A Dinterface_constant_inheritance_005.phpt2 Ensure a interface can have public constants
/PHP-7.4/ext/pcre/tests/
H A Dpcre.constants.phpt2 Test for pre-defined pcre constants
6 echo "PCRE constants test\n";
23 PCRE constants test
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_066.phpt2 Typed property assignment must not overwrite constants
13 var_dump($x, 4); /* Optimizer will merge both "4" constants, making it immediately visible */
/PHP-7.4/sapi/phpdbg/tests/
H A Dinfo_002.phpt2 info constants test
14 prompt> [User-defined constants (2)]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_constants_categories.phpt10 $constants = get_defined_constants(true);
12 foreach ($constants as $group => $consts) {
/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_basic_010.phpt2 Test parse_url() function : check values of URL related constants
12 * check values of URL related constants
/PHP-7.4/ext/reflection/tests/
H A Dbug29986.phpt2 Reflection Bug #29986 (Class constants won't work with predefined constants when using ReflectionCl…

Completed in 28 milliseconds

123456