Home
last modified time | relevance | path

Searched refs:constant (Results 51 – 75 of 206) sorted by relevance

123456789

/PHP-5.5/ext/standard/tests/image/
H A Dimage_type_to_extension.phpt28 foreach($constants as $name => $constant) {
29 …\tWithout dot: %s\n", $name, image_type_to_extension($constant), image_type_to_extension($constant
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp261 Z_STRVAL(local_literal.constant) = static_cast<char*>( in IntlPartsIterator_get_method()
263 zend_str_tolower_copy(Z_STRVAL(local_literal.constant), in IntlPartsIterator_get_method()
266 Z_STRVAL(local_literal.constant), method_len + 1); in IntlPartsIterator_get_method()
272 && memcmp("getrulestatus", Z_STRVAL(key->constant), method_len) == 0) { in IntlPartsIterator_get_method()
289 free_alloca(Z_STRVAL(local_literal.constant), use_heap); in IntlPartsIterator_get_method()
/PHP-5.5/Zend/
H A Dzend_opcode.c387 zval_dtor(&literal->constant); in destroy_op_array()
685 nest_levels = Z_LVAL(op_array->literals[opline->op2.constant].constant); in zend_resolve_finally_calls()
698 if (Z_TYPE(op_array->literals[opline->op2.constant].constant) != IS_LONG) { in zend_resolve_finally_calls()
699 zend_uint num = opline->op2.constant; in zend_resolve_finally_calls()
700 opline->op2.zv = &op_array->literals[opline->op2.constant].constant; in zend_resolve_finally_calls()
702 opline->op2.constant = num; in zend_resolve_finally_calls()
754 opline->op1.zv = &op_array->literals[opline->op1.constant].constant; in pass_two()
757 opline->op2.zv = &op_array->literals[opline->op2.constant].constant; in pass_two()
/PHP-5.5/Zend/tests/
H A Dbug23104.phpt2 Bug #23104 (Hash position not reset for constant arrays)
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) {
H A Dns_053.phpt2 053: Run-time constant definition
H A Dns_077_5.phpt12 Fatal error: Undefined constant 'unknown' in %sns_077_%d.php on line %d
H A Dns_077_6.phpt12 Fatal error: Undefined constant 'unknown' in %sns_077_%d.php on line %d
H A Dns_077_7.phpt12 Fatal error: Undefined constant 'unknown' in %sns_077_%d.php on line %d
H A Dconstants_008.phpt2 Defining constant twice with two different forms
H A Dns_077_1.phpt13 Fatal error: Undefined constant 'unknown' in %sns_077_%d.php on line %d
H A Dns_077_8.phpt12 Fatal error: Undefined constant 'unknown' in %sns_077_%d.php on line %d
H A Dbug43344_2.phpt2 Bug #43344.2 (Wrong error message for undefined namespace constant)
/PHP-5.5/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)
H A DpassByReference_002.phpt2 Attempt to pass a constant by reference
/PHP-5.5/Zend/tests/traits/
H A Derror_016.phpt2 Trying to create a constant on Trait
/PHP-5.5/tests/classes/
H A Dconstants_error_005.phpt2 Error case: class constant as an encapsed containing a variable
H A Dconstants_error_002.phpt2 Error case: class constant as an array
/PHP-5.5/ext/sockets/tests/
H A Dbug46360.phpt2 Bug 46360 - TCP_NODELAY constant (sock_get_option, sock_set_option)

Completed in 73 milliseconds

123456789