Home
last modified time | relevance | path

Searched refs:constant (Results 1 – 25 of 299) sorted by path

12345678910>>...12

/PHP-7.4/
H A D.gdbinit570 ____printzv &$znode->u.constant 0
H A DCODING_STANDARDS.md37 use of a numeric constant to specify different behavior or actions should be
H A DNEWS1171 . Add ZipArchive::LIBZIP_VERSION constant. (Remi)
1551 . Fixed bug #78376 (Incorrect preloading of constant static properties).
2203 . Fixed bug #77664 (Segmentation fault when using undefined constant in
2529 . Fixed bug #72635 (Undefined class used by class constant in constexpr
H A DUPGRADING32 function or class name. It can still be used as a method or class constant
420 . Importing type libraries with case-insensitive constant registering has been
632 . Numeric value of class, property, function and constant modifiers was
H A DUPGRADING.INTERNALS154 been changed from char to int. This allows to pass the new constant macro
/PHP-7.4/Zend/tests/
H A D008.phpt20 var_dump(constant(" "));
21 var_dump(constant("[[["));
22 var_dump(constant("test const"));
H A D018.phpt2 constant() tests
6 var_dump(constant());
7 var_dump(constant("", ""));
8 var_dump(constant(""));
10 var_dump(constant(array()));
13 var_dump(constant("TEST_CONST"));
16 var_dump(constant("TEST_CONST2"));
21 Warning: constant() expects exactly 1 parameter, 0 given in %s on line %d
24 Warning: constant() expects exactly 1 parameter, 2 given in %s on line %d
27 Warning: constant(): Couldn't find constant in %s on line %d
[all …]
H A Dassign_coalesce_006.phpt2 Null coalesce assign with memoized constant operand that is later interned (OSS-Fuzz #17903)
H A Dbug23104.phpt2 Bug #23104 (Hash position not reset for constant arrays)
H A Dbug28072.phpt2 Bug #28072 (static array with some constant keys will be incorrectly ordered)
H A Dbug29890.phpt17 //should return a notice that the constant is already defined
H A Dbug30702.phpt2 Bug #30702 (cannot initialize class variable from class constant)
H A Dbug35509.phpt2 Bug #35509 (string constant as array key has different behavior inside object)
H A Dbug37811.phpt26 Warning: Use of undefined constant Baz - assumed 'Baz' (this will throw an Error in a future versio…
H A Dbug41633_2.phpt11 Fatal error: Uncaught Error: Undefined class constant 'self::B' in %sbug41633_2.php:5
H A Dbug41633_3.phpt12 Fatal error: Uncaught Error: Cannot declare self-referencing constant 'Foo::B' in %sbug41633_3.php:…
H A Dbug42143.phpt2 bug #42143 (The constant NAN is reported as 0 on Windows build)
H A Dbug42798.phpt10 function foo($c = ok::constant) {
H A Dbug42819.phpt2 Bug #42819 (namespaces in indexes of constant arrays)
300 Fatal error: Uncaught Error: Undefined constant 'foo\foo\unknown' in %sbug42819.php:%d
H A Dbug42820.phpt2 Bug #42820 (defined() on constant with namespace prefixes tries to load class)
H A Dbug43344_1.phpt2 Bug #43344.1 (Wrong error message for undefined namespace constant)
22 Warning: Use of undefined constant bar - assumed 'bar' (this will throw an Error in a future versio…
25 Warning: Use of undefined constant bar - assumed 'bar' (this will throw an Error in a future versio…
28 Warning: Use of undefined constant bar - assumed 'bar' (this will throw an Error in a future versio…
31 Warning: Use of undefined constant bar - assumed 'bar' (this will throw an Error in a future versio…
H A Dbug43344_10.phpt2 Bug #43344.10 (Wrong error message for undefined namespace constant)
8 Fatal error: Uncaught Error: Undefined constant 'bar' in %sbug43344_10.php:%d
H A Dbug43344_11.phpt2 Bug #43344.11 (Wrong error message for undefined namespace constant)
11 Fatal error: Uncaught Error: Undefined constant 'bar' in %sbug43344_11.php:%d
/PHP-7.4/Zend/tests/array_unpack/
H A Dclasses.phpt46 Exception: Cannot declare self-referencing constant 'self::B'
/PHP-7.4/Zend/tests/assert/
H A Dexpect_008.phpt20 assert(true, "constant message");
21 assert(($variable && $variable) || php_sapi_name(), new OdEar("constant message"));

Completed in 38 milliseconds

12345678910>>...12