Home
last modified time | relevance | path

Searched refs:constant (Results 101 – 125 of 206) sorted by relevance

123456789

/PHP-5.5/Zend/tests/
H A Dbug29890.phpt17 //should return a notice that the constant is already defined
H A Dclass_name_as_scalar_error_001.phpt2 class name as scalar from ::class keyword error using static in class constant
H A Dclass_name_as_scalar_error_002.phpt2 class name as scalar from ::class keyword error using parent in class constant
H A Dbug35509.phpt2 Bug #35509 (string constant as array key has different behavior inside object)
H A Dbug45910_2.phpt2 Bug #45910.2 (Cannot declare self-referencing constant)
H A Dns_041.phpt21 Notice: Use of undefined constant BAR - assumed 'BAR' in %sns_041.php on line 9
H A Dbug45910.phpt2 Bug #45910 (Cannot declare self-referencing constant)
H A Dlsb_014.phpt10 echo constant("static::ok");
H A Dbug28072.phpt2 Bug #28072 (static array with some constant keys will be incorrectly ordered)
H A Dbug47593.phpt23 var_dump(constant('\test\TEST'));
H A Dns_035.phpt2 035: Name ambiguity in compile-time constant reference (php name)
H A Dconstants_002.phpt16 Notice: Use of undefined constant foo - assumed 'foo' in %s on line %d
H A Dbug37811.phpt26 Notice: Use of undefined constant Baz - assumed 'Baz' in %sbug37811.php on line %d
H A Dbug49472.phpt27 Fatal error: Cannot inherit previously-inherited or override constant c from interface ia in %s on …
H A Dclass_constants_004.phpt29 constant('foo'),
H A Dbug30702.phpt2 Bug #30702 (cannot initialize class variable from class constant)
H A Dns_034.phpt2 034: Support for namespaces in compile-time constant reference
/PHP-5.5/tests/classes/
H A Dconstants_error_003.phpt2 Basic class support - attempting to pass a class constant by reference.
H A Dinterface_constant_inheritance_003.phpt20 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I2 in %s o…
/PHP-5.5/ext/reflection/tests/
H A Dbug51911.phpt2 Bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with constant array)
/PHP-5.5/Zend/tests/traits/
H A Dtrait_constant_001.phpt2 __TRAIT__: Basics, a constant denoiting the trait of definition.
/PHP-5.5/tests/lang/
H A DreturnByReference.006.phpt30 …nction call, assign by reference the return value of a function that returns a constant by ref:\n";
52 …f function call, assign by reference the return value of a function that returns a constant by ref:
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_constants_categories.phpt16 printf("found constant '%s' in group '%s'. expecting group 'mysqli'\n", $name, $group);
/PHP-5.5/ext/date/tests/
H A Dstrtotime2.phpt26 echo ((strtotime(date(constant($const), $time)) === $time) ? "OK" : "FAIL") . "\n";
/PHP-5.5/ext/standard/tests/assert/
H A Dassert_error.phpt24 Notice: Use of undefined constant threemeninaboat - assumed 'threemeninaboat' in %s(9) : assert cod…

Completed in 40 milliseconds

123456789