Home
last modified time | relevance | path

Searched refs:constant (Results 76 – 100 of 299) sorted by relevance

12345678910>>...12

/PHP-7.4/tests/classes/
H A Dconstants_visibility_008.phpt2 Defined on private constant should not raise exception
H A Dconstants_visibility_006.phpt10 Fatal error: Cannot use 'abstract' as constant modifier in %s on line 3
H A Dconstants_visibility_005.phpt10 Fatal error: Cannot use 'static' as constant modifier in %s on line 3
H A Dconstants_visibility_007.phpt10 Fatal error: Cannot use 'final' as constant modifier in %s on line 3
/PHP-7.4/Zend/tests/
H A Dns_009.phpt2 009: __NAMESPACE__ constant and runtime names (php name)
H A Dns_019.phpt2 019: __NAMESPACE__ constant and runtime names (php name)
H A Dns_046.phpt9 var_dump(constant("test\\ns1\\INI_ALL"));
H A Dtemporary_cleaning_008.phpt2 Optimization of constant switch expression
H A Dassign_coalesce_006.phpt2 Null coalesce assign with memoized constant operand that is later interned (OSS-Fuzz #17903)
H A Dbug77738.phpt8 Warning: Use of undefined constant __COMPILER_HALT_OFFSET__ - assumed '__COMPILER_HALT_OFFSET__' %s…
H A Dbug23104.phpt2 Bug #23104 (Hash position not reset for constant arrays)
H A Dbug67368.phpt2 Bug #67368 (Memory leak with immediately dereferenced array in class constant)
H A Dns_008.phpt2 008: __NAMESPACE__ constant and runtime names (ns name)
H A Dns_018.phpt2 018: __NAMESPACE__ constant and runtime names (ns name)
H A Dns_075.phpt10 Fatal error: Cannot redeclare constant 'NULL' in %sns_075.php on line %d
H A Dconstants_004.phpt2 Trying to redeclare constant inside namespace
H A Dinter_02.phpt2 Namespace constant as value default
H A Dbug42798.phpt10 function foo($c = ok::constant) {
/PHP-7.4/ext/date/tests/
H A Dbug36599.phpt2 Bug #36599 (DATE_W3C format constant incorrect).
/PHP-7.4/tests/lang/
H A Dbug18872.phpt2 Bug #18872 (class constant used as default parameter)
H A Dbug26869.phpt2 Bug #26869 (constant as the key of static array)
/PHP-7.4/ext/standard/tests/file/
H A Duserstreams_004.phpt35 test("fclock($mode)", $fd, constant($mode));
36 test("fclock($mode|LOCK_NB)", $fd, constant($mode)|LOCK_NB);
/PHP-7.4/Zend/tests/traits/
H A Derror_016.phpt2 Trying to create a constant on Trait
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.c246 opline->op1.constant = zend_optimizer_add_literal(op_array, val); in zend_optimizer_update_op1_const()
268 opline->op1.constant = zend_optimizer_add_literal(op_array, val); in zend_optimizer_update_op1_const()
275 opline->op1.constant = zend_optimizer_add_literal(op_array, val); in zend_optimizer_update_op1_const()
282 opline->op1.constant = zend_optimizer_add_literal(op_array, val); in zend_optimizer_update_op1_const()
289 opline->op1.constant = zend_optimizer_add_literal(op_array, val); in zend_optimizer_update_op1_const()
298 opline->op1.constant = zend_optimizer_add_literal(op_array, val); in zend_optimizer_update_op1_const()
324 opline->op1.constant = zend_optimizer_add_literal(op_array, val); in zend_optimizer_update_op1_const()
333 opline->op1.constant = zend_optimizer_add_literal(op_array, val); in zend_optimizer_update_op1_const()
361 opline->op1.constant = zend_optimizer_add_literal(op_array, val); in zend_optimizer_update_op1_const()
391 opline->op2.constant = zend_optimizer_add_literal(op_array, val); in zend_optimizer_update_op2_const()
[all …]
/PHP-7.4/Zend/tests/use_const/
H A Dshadow_core.phpt2 shadowing a global core constant with a local version

Completed in 48 milliseconds

12345678910>>...12