Home
last modified time | relevance | path

Searched refs:constants (Results 101 – 125 of 147) sorted by relevance

123456

/PHP-7.4/tests/lang/
H A Dbug23384.phpt2 Bug #23384 (use of class constants in statics)
/PHP-7.4/Zend/tests/
H A Dconstants_002.phpt2 Defining constants with non-scalar values
H A Dbug33732.phpt2 Bug #33732 (Wrong behavior of constants in class and interface extending)
H A Dns_076.phpt2 076: Unknown constants in namespace
H A Dbug50816.phpt2 Bug #50816 (Using class constants in array definition fails)
H A Dbug69676_3.phpt2 Bug #69676: Resolution of self::FOO in class constants not correct (variation)
/PHP-7.4/tests/classes/
H A Dconstants_basic_001.phpt34 echo "\nAttempt to access various kinds of class constants:\n";
63 Attempt to access various kinds of class constants:
H A Dconstants_basic_006.phpt2 Ensure class constants are not evaluated when a class is looked up to resolve inheritance during ru…
H A Dconstants_scope_001.phpt2 ZE2 class constants and scope
/PHP-7.4/ext/opcache/tests/
H A Dbug73789.phpt2 Bug #73789 (Strange behavior of class constants in switch/case block)
H A Dcompact_literals.phpt68 echo "constants define" . ":" . EOL;
176 constants define:
/PHP-7.4/Zend/tests/grammar/
H A Dsemi_reserved_007.phpt2 Edge case: self::self, self::parent, parent::self semi reserved constants access
/PHP-7.4/ext/opcache/tests/opt/
H A Ddce_001.phpt2 DCE 001: Remove dead computation after constants propagation
/PHP-7.4/ext/zip/tests/
H A Dbug53854.phpt2 Bug #53854 (Missing constants for compression type)
/PHP-7.4/ext/standard/tests/general_functions/
H A Dget_defined_constants_basic.phpt6 * Description: Returns an associative array with the names of all the constants and their values
/PHP-7.4/ext/standard/tests/image/
H A Dimage_type_to_extension.phpt9 $constants = array(
28 foreach($constants as $name => $constant) {
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation10.phpt13 * Using different types of constants in 'source' string to check them for token
21 echo "*** Testing token_get_all() : 'source' string with different constants ***\n";
51 *** Testing token_get_all() : 'source' string with different constants ***
/PHP-7.4/ext/standard/tests/math/
H A Dconstants_basic.phpt2 Test for pre-defined math constants
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h47 HashTable *constants; member
82 int zend_optimizer_get_collected_constant(HashTable *constants, zval *name, zval* value);
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_load_variation4.phpt4 This test verifies the right behaviour of the following constants:
H A DDOMDocument_loadXML_variation4.phpt4 This test verifies the right behaviour of the following constants:
/PHP-7.4/ext/mysqli/tests/
H A Dconnect.inc138 $constants = get_defined_constants();
139 foreach ($constants as $name => $value) {
/PHP-7.4/ext/standard/tests/dir/
H A Dscandir_variation10.phpt2 Test scandir() function : usage variations - different sorting constants
H A Dscandir_variation10-win32-mb.phpt2 Test scandir() function : usage variations - different sorting constants
/PHP-7.4/sapi/phpdbg/tests/
H A Dinfo_001.phpt50 prompt> [User-defined constants (0)]

Completed in 58 milliseconds

123456