Home
last modified time | relevance | path

Searched refs:constant (Results 126 – 150 of 451) sorted by relevance

12345678910>>...19

/php-src/ext/standard/tests/file/
H A Duserstreams_004.phpt36 test("fclock($mode)", $fd, constant($mode));
37 test("fclock($mode|LOCK_NB)", $fd, constant($mode)|LOCK_NB);
/php-src/ext/intl/uchar/tests/
H A Dbug70455.phpt2 Bug #70455 Missing constant: IntlChar::NO_NUMERIC_VALUE
/php-src/ext/opcache/tests/opt/
H A Dsccp_039.phpt2 SCCP 039: Incorrect constant propagation for VERIFY_RETURN_TYPE
/php-src/Zend/tests/
H A Dassign_coalesce_006.phpt2 Null coalesce assign with memoized constant operand that is later interned (OSS-Fuzz #17903)
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 Dbug67368.phpt2 Bug #67368 (Memory leak with immediately dereferenced array in class constant)
H A Dbug76754.phpt2 Bug #76754 (parent private constant in extends class memory leak)
H A Dbug23104.phpt2 Bug #23104 (Hash position not reset for constant arrays)
H A Dns_075.phpt11 Fatal error: Cannot redeclare constant 'NULL' in %sns_075.php on line %d
H A Dinter_02.phpt2 Namespace constant as value default
H A Dconstants_004.phpt2 Trying to redeclare constant inside namespace
H A Dns_053.phpt2 053: Run-time constant definition
H A Dbug69755.phpt8 Fatal error: Uncaught Error: Undefined constant "c" in %s:%d
H A Dbug42798.phpt10 function foo($c = ok::constant) {
H A Dbug77738.phpt9 Fatal error: Uncaught Error: Undefined constant "__COMPILER_HALT_OFFSET__" in %s:%d
H A Dconstant_expressions_static_class_name_error.phpt2 Cannot use static::FOO in constant expressions
H A Dhalt_compiler5.phpt9 Fatal error: Uncaught Error: Undefined constant "__COMPILER_HALT_OFFSET__" in %s:%d
/php-src/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-src/Zend/Optimizer/
H A Dzend_optimizer.c289 opline->op1.constant = zend_optimizer_add_literal(op_array, val); in zend_optimizer_update_op1_const()
314 opline->op1.constant = zend_optimizer_add_literal(op_array, val); in zend_optimizer_update_op1_const()
321 opline->op1.constant = zend_optimizer_add_literal(op_array, val); in zend_optimizer_update_op1_const()
328 opline->op1.constant = zend_optimizer_add_literal(op_array, val); in zend_optimizer_update_op1_const()
335 opline->op1.constant = zend_optimizer_add_literal(op_array, val); in zend_optimizer_update_op1_const()
344 opline->op1.constant = zend_optimizer_add_literal(op_array, val); in zend_optimizer_update_op1_const()
370 opline->op1.constant = zend_optimizer_add_literal(op_array, val); in zend_optimizer_update_op1_const()
379 opline->op1.constant = zend_optimizer_add_literal(op_array, val); in zend_optimizer_update_op1_const()
383 opline->op1.constant = zend_optimizer_add_literal(op_array, val); in zend_optimizer_update_op1_const()
387 opline->op1.constant = zend_optimizer_add_literal(op_array, val); in zend_optimizer_update_op1_const()
[all …]
/php-src/tests/classes/
H A Dinterface_constant_inheritance_001.phpt2 Ensure an interface may not shadow an inherited constant.
/php-src/ext/reflection/tests/
H A DReflectionConstant_inexistent.phpt2 ReflectionConstant on inexistent constant
/php-src/Zend/tests/use_const/
H A Dshadow_core.phpt2 shadowing a global core constant with a local version
/php-src/ext/opcache/tests/
H A Dbool_cp_in_pass1.phpt2 Incorrect constant propagation on BOOL in pass 1

Completed in 39 milliseconds

12345678910>>...19